magic2938 Posted March 13, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 07/06/14 Last Seen: August 26, 2016 Share Posted March 13, 2015 example is this from my hercules script:: prontera,259,165,3 script effectg1 111,{ end; OnInit: while(true) { specialeffect2 794; sleep 5000; } end; // shouldn't reach } aretnorp,230,240,3 duplicate(effectg1) #h1-4 111 aretnorp,209,240,5 duplicate(effectg1) #h1-1 111 aretnorp,208,222,7 duplicate(effectg1) #h1-2 111 aretnorp,230,223,1 duplicate(effectg1) #h1-3 111 Quote Link to comment Share on other sites More sharing options...
Radian Posted March 13, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 13, 2015 example is this from my hercules script:: prontera,259,165,3 script effectg1 111,{ end; OnInit: while(true) { specialeffect2 794; sleep 5000; } end; // shouldn't reach } aretnorp,230,240,3 duplicate(effectg1) #h1-4 111 aretnorp,209,240,5 duplicate(effectg1) #h1-1 111 aretnorp,208,222,7 duplicate(effectg1) #h1-2 111 aretnorp,230,223,1 duplicate(effectg1) #h1-3 111 You can try this one [ edit ] prontera,150,150,0 script specialeffect 111,{ end; OnInit: initnpctimer; end; OnTimer40: specialeffect 7, strnpcinfo(0); sleep2 1000; initnpctimer; end; } And you are in the wrong section to post this. it should be on the script support. Quote Link to comment Share on other sites More sharing options...
magic2938 Posted March 13, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 07/06/14 Last Seen: August 26, 2016 Author Share Posted March 13, 2015 sorry sir but thanks.. anw its working +1 to you Quote Link to comment Share on other sites More sharing options...
Question
magic2938
example is this from my hercules script::
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.