Jump to content
  • 0

Adding custom mob in Pre-Re


Kami675

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

Hello everyone! I am aware that custom mobs bust utilize ids 1000-3999, I have added a custom mob utilizing the id "2309" and "2310" but i still keep getting nil value(jobname table) errors. There are no mobs utilizing the id, I added it in notepad not notepad++ or brackets so no unintentional spaces instead of tabs. I placed the new mob line above     JT_MONSTER_LAST and increased its value. I made sure there wasnt a comma at the end of the last line in both jobname and npcidentity. but i still keep getting these errors....I'm not entirely sure what im doing wrong.

npcidentity.lub

Spoiler

	JT_AB_MOB_072 = 3998,
	JT_ARCANINE = 2309,
	JT_ARTICUNO = 2310,
	JT_MONSTER_LAST = 4000,

 

jobname.lub:

Spoiler

	[jobtbl.JT_ZOMBIE_MASTER] = "ZOMBIE_MASTER",
	[jobtbl.JT_ZOMBIE_PRISONER] = "ZOMBIE_PRISONER",
	[jobtbl.JT_ZOMBIE_SLAUGHTER] = "ZOMBIE_SLAUGHTER",
	[jobtb1.JT_ARCANINE] = "ARCANINE",
	[jobtb1.JT_ARTICUNO] = "ARTICUNO"
}

 

mob_db:

Spoiler

2309,ARCANINE,Arcanine,Arcanine,225,250000,5000,15626000,10875000,1,5000,7500,60,15,187,200,100,120,400,150,100,200,0,RC_Brute,83,0xC200001,90,576,576,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
2310,ARTICUNO,Articuno,Articuno,225,250000,5000,15626000,10875000,1,5000,7500,60,15,187,200,100,120,400,150,100,200,0,RC_Brute,83,0xC200001,90,576,576,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

 

Error:

Spoiler

900965124_joberror.png.5f9d975bdc6fd44ac114514c6358e155.png

Error2(Looping):

Spoiler

182296527_joberror2.png.6c2cd9ebc3ed8672edcff71aa34a1f2b.png

 

thanks for any and all help!  have to work at 3pm eastern but ill attempt to try fixes and get back to everyone as soon as i can!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   62
  • Joined:  02/04/19
  • Last Seen:  

Check this ID, as it is already being used for me.
 
Quote

 

  JT_BUNGISNGIS = 2309,
  JT_ENGKANTO = 2310,

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   1
  • Joined:  10/17/13
  • Last Seen:  

On 4/9/2020 at 7:29 PM, KeyMaster said:
Check this ID, as it is already being used for me.
 

i is being used, i removed it, as it states its a renewal mob and im using pre-renewal but still the same error.

Unless that was a mistake and there's another route i should go? I apologize, i'm fairly new to the custom mob area that's why i came here for further assistance!

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