Jump to content
  • 0

how to make Monster id past 3998 limit.


mirabell

Question


  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  197
  • Reputation:   19
  • Joined:  11/20/11
  • Last Seen:  

i edit my scr to allow up to 10000, i know that some of the id are reserved but looking in the npcidentity i see that the 7000 range is not used by anything. I tried to put custom monster in that section but ingame they look like porings. I read it was possible to go higher than 3998 as long as you edit the src but am i missing anything else ? And yes i know where the files go in sprite folder i have custom below 3998 and they work fine.

Im using client 2015-11-04aRag

Thank you

Edited by mirabell
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   15
  • Joined:  01/26/12
  • Last Seen:  

did you register the mob id in the client? I am pretty sure you also have to edit clientside files in order to let the client know that the id you picked matches what monster you are trying to summon.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  197
  • Reputation:   19
  • Joined:  11/20/11
  • Last Seen:  

Yea i added the mob to the npcidentiy file located in my client. like i said i have added custom mobs to my server. but anything over 3998 seem to turn to a poring 

 

  

  JT_MER_SWORDMAN09 = 6045,
    JT_MER_SWORDMAN10 = 6046,
    JT_MER_MONSTER = 6047,
    JT_MER_EIRA = 6048,
    JT_MER_BAYERI = 6049,
    JT_MER_SERA = 6050,
    JT_MER_DIETER = 6051,
    JT_MER_ELEANOR = 6052,
    JT_MER_LAST = 6053,
     JT_HEADLESS = 7000,
     JT_TIME1 = 7001,
     JT_TIME2 = 7002,
     JT_TIME3 = 7003,
     JT_TIME4= 7004,
     JT_DRAGON= 7005, 

 

Edited by mirabell
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   15
  • Joined:  01/26/12
  • Last Seen:  

have you edited this as well 

 

datainfo/jobname.lua
Example at the end of the file:
	[jobtbl.JT_GIBBET] = "GIBBET",
	[jobtbl.JT_DULLAHAN] = "DULLAHAN",
	[jobtbl.JT_LOLI_RURI] = "LOLI_RURI",
	[jobtbl.JT_DISGUISE] = "DISGUISE",
	-- Custom Mobs
	[jobtbl.JT_JACOB] = "jacobmob",
	[jobtbl.JT_AQUARING] = "aquaring"
}
 

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  197
  • Reputation:   19
  • Joined:  11/20/11
  • Last Seen:  

On 3/14/2017 at 2:46 PM, sikiro said:

have you edited this as well 

 


datainfo/jobname.lua
Example at the end of the file:
	[jobtbl.JT_GIBBET] = "GIBBET",
	[jobtbl.JT_DULLAHAN] = "DULLAHAN",
	[jobtbl.JT_LOLI_RURI] = "LOLI_RURI",
	[jobtbl.JT_DISGUISE] = "DISGUISE",
	-- Custom Mobs
	[jobtbl.JT_JACOB] = "jacobmob",
	[jobtbl.JT_AQUARING] = "aquaring"
}

I tried that as well it still looks like a poring and i also notice its not targetable so i cant attack it.

 

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   15
  • Joined:  01/26/12
  • Last Seen:  

i would try a lower number i have a couple of custom mobs and they work fine.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  197
  • Reputation:   19
  • Joined:  11/20/11
  • Last Seen:  

cant use 4000 cause those are the class sprites and 6000 i think is homunculus and mercenary this is why i wanted 7000 cause its free but im starting to think that this is something to do with client and may need either hexing or just plain cant be done.

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