Shogun Posted December 5, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 99 Reputation: 4 Joined: 10/25/12 Last Seen: January 20, 2013 Share Posted December 5, 2012 The delay not working, please guide me what did i miss. prontera,156,183,4 script Buffer 750,{ if ( Delay_Heal > gettimetick(2) ) goto delay; percentheal 100,100; skilleffect 74,0; sc_start SC_MAGNIFICAT,900000,5; skilleffect 75,0; sc_start SC_GLORIA,900000,5; skilleffect 67,0; sc_start SC_SUFFRAGIUM,900000,3; skilleffect 34,0; sc_start SC_BLESSING,900000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,900000,10; sc_start SC_ASPDPOTION2,900000,0; skilleffect 361,0; sc_start SC_ASSUMPTIO,900000,5; while (getbrokenid(1)) { repair(1); set .@i, .@i +1; } if (.@i) dispbottom .@i + " Items Repaired."; end; set Delay_Heal,gettimetick(2)+3; end; delay: dispbottom "Wait 3 seconds"; end; } Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 5, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 5, 2012 Why not use the script in the SVN...? trunk/npc/custom/healer.txt You have an end; before setting the delay variable. Quote Link to comment Share on other sites More sharing options...
Shogun Posted December 5, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 99 Reputation: 4 Joined: 10/25/12 Last Seen: January 20, 2013 Author Share Posted December 5, 2012 Because I learning to script Thanks Euphy. Quote Link to comment Share on other sites More sharing options...
Question
Shogun
The delay not working, please guide me what did i miss.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.