Jump to content
  • 0

Duplicating Mobs?


Question

Posted

How do i duplicate a mob with different ID, name stat, etc? i know how to add custom mobs.. but duplicating a mob with an existing sprite is really confusing... thanks

6 answers to this question

Recommended Posts

Posted

Just copy the monster you want to duplicate from mob_db, paste it into the mob_db2 (So at least you seperate your customs from the official stuff). Change the monster ID to an unused ID (3000 is a good starting point). Keep in mind reaching 4000 will cause a conflict with job sprites, but hitting 1000 mobs might be hard. /hmm

Then after you do that simply go to the mob_avail and add the new monster ID (i.e. 3000) and tag it with the monster ID of the sprite you want it to show as. For example:

3000,1002 // Mob will look like Scorpion
3000,1046 // Mob will look like Doppelganger

Hope that helps. /lv

Posted

Use mob_avail:

// for mobs
// mob_id,sprite_id,equip #
// Use another mob's sprite for a monster.  0 for sprite will disable mob.
// Mob must have an equipment it's pet counterpart can use or it will cause problems.  If no equip use 0.
// The following if a player sprite is used
// MobID,SpriteID,Sex,Hair,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color
// Use Item ID for weapons and shields, not View ID.
//1002,1039 //Poring,Baphomet (Make Porings look like Baphomet)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...