Jump to content
  • 0
Sign in to follow this  
Hafflex

Good day, can someone discuss the highlighted part in this script?

Question

Thank you in advance, kindly help me to know this more.

 

 

beach_dun,0,0,0,0    boss_monster    Tao Gunka    1583,1,216000,600000,0

 

216000 is considered the amount of time Tao Gunka will spawn which is in melee seconds.

 

600000 = ?

 

0 = ?

 

---------------------------------

 

beach_dun,0,0,0,0  = 0,0,0,0 ??

 

---------------------------------

 

 

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Yeah, people should get use to read documentation, but anyway, you have 2 kind of delays...

 

 

<map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

 

{,<mob size>,<mob ai>} = optional, can be omitted...

 

So, red and green are a delay range, will take a random range between those values. You can see in ratemyserver this Tao Gunka spawn description: + 1x / 300~310 min

Share this post


Link to post
Share on other sites
  • 0

@ Asheraf thank you!

 

Hi Rokimoki yes I forgot google before asking here, well thank you for this.

 

@<event>

Can you give a sample monster that has event script attached?

Share this post


Link to post
Share on other sites
  • 0

@ Asheraf thank you!

 

Hi Rokimoki yes I forgot google before asking here, well thank you for this.

 

@<event>

Can you give a sample monster that has event script attached?

 

You have scripting tags like OnNPCKillEvent, or custom tags with npcnames OnWhatever, and you can trigger to those events.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.