D daim New member Messages 130 Points 0 Dec 5, 2015 #2 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
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
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE Dec 5, 2015 #3 In uncarder script: Setting timer uncarder_time = gettimetick(2)+30*24*60*60; // 30 Days At start of uncarder: Code: if (uncarder_time > gettimetick(2)){ mes (uncarder_time-gettimetick(2))/86400)) +" More days before you can use the uncarder"; close;}
In uncarder script: Setting timer uncarder_time = gettimetick(2)+30*24*60*60; // 30 Days At start of uncarder: Code: if (uncarder_time > gettimetick(2)){ mes (uncarder_time-gettimetick(2))/86400)) +" More days before you can use the uncarder"; close;}
AnnieRuru ~~Cute~Cute~Scripter~~ Messages 1,677 Points 0 Location your next door ~ Discord AnnieRuru#1609 Github AnnieRuru Emulator Client Version 2019-05-30aRagexeRE Dec 5, 2015 #4 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 Last edited by a moderator: Dec 5, 2015
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