Jump to content
  • 0

custom mobs sprite error


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

i tried to add but it give me sprite error

post-3084-0-29207500-1406901969_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

same issue with this i already check all grf files but i have all sprite with the custom mobs 

 

still getting the errors

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

you have to find an empty mob id or you need to replace one

data\luafiles514\lua files\datainfo\jobidentity.lub

data\luafiles514\lua files\datainfo\jobname.lub

data\luafiles514\lua files\datainfo\npcidentity.lub

you may do a research those files is your start

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

im confuse with this the id on NPCidenty.lub must be the same on jobidentity.lub??

 

also any hint where do i start for id?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  403
  • Reputation:   245
  • Joined:  12/17/11
  • Last Seen:  

Hey there. Quesooo. To give you some clarification, your lubs should look like this:


npcidentity entry:

["JT_MONSTER_LAST"] = 3300, <-- This is your current last monster ID. Whatever it's set to, boost it by like 100. Never let the value of the other entry (see below) surpass this value.
["JT_CUSTOM_MOB_NAME] = 3200, <-- Input the new monster's sprite name and ID in the lub here. Example: If the last official(/non-custom) monster ID is 3199, give your new monster an ID of 3200.
 
jobname entry:
[jobtbl.JT_CUSTOM_MOB_NAME] = "Custom_Mob_Name",  <-- Sprite & mob name goes here. Keep in mind, the part between the quotes must be its exact sprite name. It's case sensitive, so if the .spr and .act do not have any capitalized characters, do not include them.

Then of course, the entry in the mob_db.txt should correspond to the above info.

Best of luck.

Edited by Najara
  • Upvote 1
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...