Jump to content
  • 0

Summon random monster slave


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Is it possible to summon a random monster slave? a monster can summon 5 slaves using NPC_SUMMONSLAVE, is it possible for this slaves to be random or no?  /hmm

 

I have 15 slaves monster that I wanted to randomly summoned by a boss monster. I wanted it to choose randomly from the 15 slaves and summon 5 slaves only..

so it will do like rand(15)

 

Anybody can help me do this? thanks in advance!

 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

make multiple NPC_SUMMONSLAVE skill useages each with a differant mob but have all them sett to if slavecnt less then 5, also id give them a high ish chance but a longish cooldown

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

make multiple NPC_SUMMONSLAVE skill useages each with a differant mob but have all them sett to if slavecnt less then 5, also id give them a high ish chance but a longish cooldown

Can you give me an example of this? and how do I 'set to if slavecnt less then 5'? btw thank you!

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

make multiple NPC_SUMMONSLAVE skill useages each with a differant mob but have all them sett to if slavecnt less then 5, also id give them a high ish chance but a longish cooldown

Can you give me an example of this? and how do I 'set to if slavecnt less then 5'? btw thank you!

Take a look at say.. any MVP for the slave limit, the just add that line multiple times with a rate less then 10000.

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