Jump to content
  • 0
Sign in to follow this  
Thunderbolt

Random monster respawn size.

Question

I need some event for boss monster.

 

Random respawn size Big, Normal, Small.

exsample. Angeling

 

pay_fild04,0,0,0,0	monster	Angeling	1096,1,3600000,1800000,1

 

 

How to edit random respawn size.

 

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

 


 

Edited by Thunderbolt

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

permanent monster spawn is only use in Quest Script

since you say Event Script, you should be using *monster script command instead

https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5599

prontera,150,190,5	script	kjdsfhskdfj	100,{	monster "this", -1,-1, "--ja--",1096,1,strnpcinfo(0)+"::Onaaa", rand(3),0;	end;}
Edited by AnnieRuru

Share this post


Link to post
Share on other sites
  • 0

I think you can use

@monster <monster name/ID> {<amount>}@monstersmall <monster name/ID> {<amount>}@monsterbig <monster name/ID> {<amount>}Spawns the specified monster.If an amount is given, that number will be spawned.Additionally, monster size can be adjusted.

add it to your script.

Share this post


Link to post
Share on other sites
  • 0

I think you can use

@monster <monster name/ID> {<amount>}@monstersmall <monster name/ID> {<amount>}@monsterbig <monster name/ID> {<amount>}Spawns the specified monster.If an amount is given, that number will be spawned.Additionally, monster size can be adjusted.

add it to your script.

 

yes i know. but i want random respawn size.

 

 

 

how to edit random Angeling size respawn on this code

 

pay_fild04,0,0,0,0	monster	Angeling	1096,1,3600000,1800000,1
Edited by Thunderbolt

Share this post


Link to post
Share on other sites
  • 0

random(1,3)

pay_fild04,0,0,0,0 monster Angeling Small 1096,1,3600000,1800000,1
pay_fild04,0,0,0,0 monster Angeling Normall  1096,1,3600000,1800000,1
pay_fild04,0,0,0,0 monster Angeling Big 1096,1,3600000,1800000,1

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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