daim 5 Posted December 5, 2015 Hi guys, Issit i would like a script sample to do this: 1. Player use uncard npc. 2. A varaiable bind on player. 3. Player only can use uncard npc again after 1 month of time. hope someone can help. thanks Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted December 5, 2015 In uncarder script: Setting timer uncarder_time = gettimetick(2)+30*24*60*60; // 30 Days At start of uncarder: if (uncarder_time > gettimetick(2)){ mes (uncarder_time-gettimetick(2))/86400)) +" More days before you can use the uncarder"; close;} Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 5, 2015 (edited) read the wiki http://herc.ws/wiki/Timers_(Scripting)#Use_Number_3:_Deny_Usage Holy ... I need to rewrite them ok that page is outdated, forget that I ever post them Edited December 5, 2015 by AnnieRuru Quote Share this post Link to post Share on other sites
0 daim 5 Posted December 6, 2015 Thanks Dastgir and AnnieRuru Quote Share this post Link to post Share on other sites
Hi guys,
Issit i would like a script sample to do this:
1. Player use uncard npc.
2. A varaiable bind on player.
3. Player only can use uncard npc again after 1 month of time.
hope someone can help.
thanks
Share this post
Link to post
Share on other sites