Jump to content
  • 0

Adding Custom NPC's for New Client 2014


Azeroth

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Hello, i just recently add a custom NPC on client 2014, and i have a problem adding on it? everytime @disguise ingame, no mob id/npc found? how is that possible i already add it through client sides everything? when i add it in my old version of client which is 2010 it works well -_- i dunno why.

 

Images:

post-3539-0-14149300-1447687625_thumb.png

post-3539-0-46754300-1447687625_thumb.png

 

Map:

post-3539-0-49192700-1447687688_thumb.png

 

Source:

 

// Change this to increase the table size in your mob_db to accomodate a larger mob database.

// Be sure to note that IDs 4001 to 4048 are reserved for advanced/baby/expanded classes.
// Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000
#define MAX_MOB_DB 20000

 

 

Any thoughts on this?

Edited by Azeroth
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

edit src/map/npc.h

#define MAX_NPC_CLASS2_END 10095
  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

 

edit src/map/npc.h

#define MAX_NPC_CLASS2_END 10095

Thank you for pointing out, i thought it was in the mob.h 

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