Jump to content
  • 0

MVP Slaves


Eminism

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/07/12
  • Last Seen:  

Good day,

 

I was wondering if someone knew how to edit an MVP boss slaves when they spawn? Any help would be very much appreciated.

Thanks.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  105
  • Reputation:   7
  • Joined:  04/11/22
  • Last Seen:  

On 4/2/2013 at 12:41 PM, Playtester said:

It summons yoyo. 😉

 

But yeah, look at what frenzmu06 quoted. It's the "SUMMONSLAVE" skill and val1 to val5 can contain the different monster IDs that should be summoned.

Hello! Thanks very much for sharing this so long ago!

I was wondering if I could invoke a MVP monster without its slaves, like using "monster 2100" to invoke Baphomet inside NPC script and don't spawn the Baphomet Juniors...
I tried to set mapflag to monster don't use skill like the code below, but it works only after I kill the first bunch of Baphomet Juniors that come the first spawn with the MVP:

setmapflag('map$,mf_monster_noteleport);
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

17 hours ago, zeusc137 said:

Hello! Thanks very much for sharing this so long ago!

I was wondering if I could invoke a MVP monster without its slaves, like using "monster 2100" to invoke Baphomet inside NPC script and don't spawn the Baphomet Juniors...
I tried to set mapflag to monster don't use skill like the code below, but it works only after I kill the first bunch of Baphomet Juniors that come the first spawn with the MVP:

setmapflag('map$,mf_monster_noteleport);

I would just copy the monster and then just remove the summoning skills from the copy.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.01
  • Content Count:  105
  • Reputation:   7
  • Joined:  04/11/22
  • Last Seen:  

6 hours ago, Playtester said:

I would just copy the monster and then just remove the summoning skills from the copy.

Hey! Thanks for the idea!
However I'm using this to summon any monster the player want, so there are 58 MVP's on my server I would need to change/duplicate.
If there's a way to kill "all monster except 2100" like 2100 for Baphomet ID would be great!

Or if I could kill the mobs that are slaves from a current mob ID I have inside a variable on my script woul work as well!

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

What do you want to edit? If you just want to edit their stats, why not do it in the monster database directly?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

if your referring to something like changing monster summon slave

go to svn/db/re(pre-re)/mob_sklill_db

 

edit you mvp's skill like ex on osiris:

 

1038,Osiris@NPC_SUMMONSLAVE,idle,196, 5 ,10000,700,10000,no,self,slavele,3, 1522,,,,,,


read also the database struc for more info

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/07/12
  • Last Seen:  

What do you want to edit? If you just want to edit their stats, why not do it in the monster database directly?

 

Not the stats. i.e. A monster Choco summons Coco as its slave what do I have to do if I want to change that Coco slave into a Fabre. 

Edited by Eminism
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  898
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

It summons yoyo. ;-)

 

But yeah, look at what frenzmu06 quoted. It's the "SUMMONSLAVE" skill and val1 to val5 can contain the different monster IDs that should be summoned.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  11/07/12
  • Last Seen:  

LOL. Sorry for that.  /heh

 

Will try this once I get back home. Thanks for the help.  /no1  /thx

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