Jump to content
  • 0

Map shaking effect.


Shade

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   29
  • Joined:  04/09/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   29
  • Joined:  04/09/12
  • Last Seen:  

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 !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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).

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...