Jump to content
  • 0
Sign in to follow this  
Helena

Spawn large monster through script, possible?

Question

Hi all!

 

I've been curious about this for a while, I know there exists commands such as @monsterbig, but is it possible to attach this through script summoning? It would be so nice to summon a big monster in an event.

 

What i mean is size adjustments in a line like this. Is there a way to make the Breeze become larger?:

monster "que_qaru01",252,339,"Breeze",1692,1,strnpcinfo(0)+"1::OnMobKilled";

 

^That allows it go go to the OnMobKilled, which is necessary to proceed. I've tried these, but both commands resulted in an error:

monsterbig "que_qaru01",252,339,"Breeze",1692,1,strnpcinfo(0)+"1::OnMobKilled";

monsterlarge "que_qaru01",252,339,"Breeze",1692,1,strnpcinfo(0)+"1::OnMobKilled";

 

This works, but it doesnt direct me to the OnMobKilled...

atcommand "@monsterbig Breeze";

 

________________

 

Maybe through bindatcmd? Thanks a lot!

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

*monster     "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>"{,<size>{,<ai>}}};

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.