Aurora 4 Posted October 6, 2015 Okay, so what I have done so far is put the respective details on JobName.lub and NPCIdentity.lub. I am having an error JT_4_INVOKER = 658, JT_4_PUDGE = 659, JT_4_RYLAI = 660, JT_4_RUBICK = 661, JT_4_SHADOWFIEND = 662, JT_4_FURION = 663, JT_4_MAGINA = 664, JT_4_OMNIKNIGHT = 665, JT_4_EZALOR = 666 [jobtbl.JT_INVOKER] = "INVOKER", [jobtbl.JT_PUDGE] = "PUDGE", [jobtbl.JT_RYLAI] = "RYLAI", [jobtbl.JT_RUBICK] = "RUBICK", [jobtbl.JT_SHADOWFIEND] = "SHADOWFIEND", [jobtbl.JT_FURION] = "FURION", [jobtbl.JT_MAGINA] = "MAGINA", [jobtbl.JT_OMNIKNIGHT] = "OMNIKNIGHT", [jobtbl.JT_EZALOR] = "EZALOR" What did I miss? Quote Share this post Link to post Share on other sites
0 ossi0110 200 Posted October 6, 2015 (edited) what kind of error you got ? and be sure too add your custom NPC into the const.txt file Edited October 6, 2015 by ossi0110 Quote Share this post Link to post Share on other sites
0 Garr 117 Posted October 6, 2015 Just compare the first line of each: JT_INVOKERJT_4_INVOKER See what I'm talking about? Quote Share this post Link to post Share on other sites
0 fxfreitas 102 Posted October 6, 2015 You need to add the SPR Name in const.txt (server side) if use a free ID (i.e.: 19998) and, if necessary, increase the id limit in source. Quote Share this post Link to post Share on other sites
0 Aurora 4 Posted October 7, 2015 Just compare the first line of each: JT_INVOKERJT_4_INVOKER See what I'm talking about? Oopsie. Didn't notice that. Thanks. You need to add the SPR Name in const.txt (server side) if use a free ID (i.e.: 19998) and, if necessary, increase the id limit in source. ^Where in src can I increase the id limit of npc? Thanks! NPCIdentity.lub JT_INVOKER = 19998, JT_PUDGE = 19999, JT_RYLAI = 20000, JT_RUBICK = 20001, JT_SHADOWFIEND = 20002, JT_FURION = 20003, JT_MAGINA = 20004, JT_OMNIKNIGHT = 20005, JT_EZALOR = 20006 Jobname.lub [jobtbl.JT_INVOKER] = "INVOKER", [jobtbl.JT_PUDGE] = "PUDGE", [jobtbl.JT_RYLAI] = "RYLAI", [jobtbl.JT_RUBICK] = "RUBICK", [jobtbl.JT_SHADOWFIEND] = "SHADOWFIEND", [jobtbl.JT_FURION] = "FURION", [jobtbl.JT_MAGINA] = "MAGINA", [jobtbl.JT_OMNIKNIGHT] = "OMNIKNIGHT", [jobtbl.JT_EZALOR] = "EZALOR" const.txt INVOKER 19998PUDGE 19999RYLAI 20000RUBICK 20001SHADOWFIEND 20002FURION 20003MAGINA 20004OMNIKNIGHT 20005EZALOR 20006 mapserver.bat Quote Share this post Link to post Share on other sites
Okay, so what I have done so far is put the respective details on JobName.lub and NPCIdentity.lub. I am having an error
What did I miss?
Share this post
Link to post
Share on other sites