unta69 Posted November 21, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 11/21/12 Last Seen: October 13, 2014 Share Posted November 21, 2012 (edited) im trying to add custom mobs.. all tutorial inside npcidentity.lua is like this ["JT_MON_BEGIN"] = 1000, ["JT_SCORPION"] = 1001, ["JT_PORING"] = 1002, ["JT_THIEF_BUG_AGG"] = 1003, ["JT_HORNET"] = 1004, ["JT_FARMILIAR"] = 1005, but my npcidentity.lua is like this (i change npcidentity.LUB>LUA first) const [1001]: "JT_PARASITE" 008383 03 const type 3 008384 0000000000709740 const [1002]: (1500) 00838C 04 const type 4 00838D 13000000 string size (19) 008391 4A545F5041524153+ "JT_PARAS" 008399 4954455F42554C4C+ "ITE_BULL" 0083A1 455400 "ET\0" const [1003]: "JT_PARASITE_BULLET" 0083A4 03 const type 3 0083A5 0000000000749740 const [1004]: (1501) 0083AD 04 const type 4 0083AE 0C000000 string size (12) 0083B2 4A545F504F52494E+ "JT_PORIN" 0083BA 475F5600 "G_V\0" const [1005]: "JT_PORING_V" 0083BE 03 const type 3 0083BF 0000000000789740 const [1006]: (1502) 0083C7 04 const type 4 0083C8 0A000000 string size (10) 0083CC 4A545F4749424245+ "JT_GIBBE" 0083D4 5400 "T\0" const [1007]: "JT_GIBBET" 0083D6 03 const type 3 0083D7 00000000007C9740 const [1008]: (1503) 0083DF 04 const type 4 0083E0 0C000000 string size (12) 0083E4 4A545F44554C4C41+ "JT_DULLA" 0083EC 48414E00 "HAN\0" please help thx Edited November 21, 2012 by unta69 Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 26, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 26, 2012 you havent decompile your LUB to LUA "completely" ..... refer the video / guide that you follow and re-do again / continue where you have stopped... anyway...this is the default npcidentity.lua we got.. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/datainfo/npcidentity.lua Quote Link to comment Share on other sites More sharing options...
Question
unta69
im trying to add custom mobs..
all tutorial inside npcidentity.lua is like this
but my npcidentity.lua is like this (i change npcidentity.LUB>LUA first)
please help thx
Edited by unta69Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.