Shade Posted July 28, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Share Posted July 28, 2012 Hi, I am looking forward to have a 1-2 min earthquake effect (with no sound), what command should i use to set the effect and timing? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 28, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 28, 2012 563. Earthquake Effect (Juperos Elevator) https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt I believe for the timing.. You would have to use the effect multiple times in sleep timers. I don't think you can make an effect "Last" for that long without using some sort of sleep timers to "refresh" the earthquake. Because, in-game, Earthquake's effect lasts for like 5 seconds? or so. 1 Quote Link to comment Share on other sites More sharing options...
Shade Posted July 28, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 123 Reputation: 29 Joined: 04/09/12 Last Seen: February 10, 2021 Author Share Posted July 28, 2012 Hi, Thanks, I think that might work, but do you mind template me the timer setup? For example, to make it shake for either 1 minute or 3 minutes every 2 minute at random. Would really appreciate that, thanks ! Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 28, 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 July 28, 2012 For 1 minute: OnEnable: for(set .@i,0; .@i<12; set .@i,.@i+1) { specialeffect 563; sleep 5000; } end; Have whatever NPC you're using call the "OnEnable" label, and 12~5000 is almost definitely incorrect (play around with time values to see what works). 1 Quote Link to comment Share on other sites More sharing options...
Question
Shade
Hi,
I am looking forward to have a 1-2 min earthquake effect (with no sound), what command should i use to set the effect and timing?
Thanks in advance.
Link to comment
Share on other sites
3 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.