Jump to content
  • 0

help adding custom mobs LUA


unta69

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  11/21/12
  • Last Seen:  

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 by unta69
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

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

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