Jump to content
  • 0

How to add custom mobs (client 2013-08-07)


Question

Posted (edited)

Hey guys,

 

So I took a look at the custom mob wiki page. And I believe it hasn't been updated for the new clients. On a side note, custom item wiki still shows 4 for weapon 5 for armor.

 

Now to my problem.

Once I add an entry to jobname.lub and NPCidentity using mob ID30000.

I get an error list that is out of this world.

 

Shadow tabel errors

nill errors

and about 5 errors more from different files.

 

Can anyone tell me which files in the data folder need editing?

Because apart from the old files I used there's now,

 

jobidentity.lub/lua which doesnt correspond to NPCidentity. Being as one of them is bigger.

And all the error messages I get lead me to believe I need to edit like 10 files to add one mob?!

 

Help would be greatly appreciated

 

-----------------------------------------------------------------------------------------

go to your data/luafiles514/lua files/datainfo folder

open up,

 

jobidentity.lub

jobname.lub

NPCIdentity.lub

 

jobidentity.lub, find

JT_RECON_ROBOT = 3154,
  JT_REPAIR_ROBOT = 3155,
  JT_EXPLORATION_ROVER = 3156,
  JT_MONSTER_LAST = 3157,

CHANGE TO

JT_RECON_ROBOT = 3154,
  JT_REPAIR_ROBOT = 3155,
  JT_EXPLORATION_ROVER = 3156,
  JT_CUSTOM_MOB = 3998,
  JT_MONSTER_LAST = 3999,

jobname.lub, find

  [jobtbl.JT_4_M_REBELLION] = "4_M_REBELLION",
  [jobtbl.JT_4_F_REBELLION] = "4_F_REBELLION",
  [jobtbl.JT_4_CHN_SHAOTH] = "4_CHN_SHAOTH",
  [jobtbl.JT_4_SHOAL] = "4_SHOAL"

CHANGE TOO

  [jobtbl.JT_4_M_REBELLION] = "4_M_REBELLION",
  [jobtbl.JT_4_F_REBELLION] = "4_F_REBELLION",
  [jobtbl.JT_4_CHN_SHAOTH] = "4_CHN_SHAOTH",
  [jobtbl.JT_4_SHOAL] = "4_SHOAL",
  [jobtbl.JT_SKELING] = "CUSTOM_MOB_SORITE_NAME_HERE"

NPCIdentity.lub, find

  JT_POURING_SEA_FES = 3168,
  JT_J_REB_SHECIL1 = 3169,
  JT_J_REB_SHECIL2 = 3170,
  JT_MONSTER_LAST = 3999,
  JT_MER_LIF = 6001,

CHANGE TO

  JT_POURING_SEA_FES = 3168,
  JT_J_REB_SHECIL1 = 3169,
  JT_J_REB_SHECIL2 = 3170,
  JT_CUSTOM_MOB = 3998,
  JT_MONSTER_LAST = 3999,
  JT_MER_LIF = 6001,
Edited by sietse11

2 answers to this question

Recommended Posts

Posted (edited)

No more errors, mob is working. You are however limited to around 750 custom mobs


Without editing the luas, there is no more warnings from your client?

did that answer your question?

Edited by sietse11

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