Jump to content
  • 0

Custom Monster/Mob Crashing Client


LordJasz

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

Idk what else I Could do.
Everything is working 100% fine.

I even got the same spr/act as the custom of a guy made a tutorial of.

Can someone help me?

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

[jobtbl.JT_ZERO] = "ZERO",

data\luafiles514\lua files\datainfo\npcidentify

JT_ZERO = 30000,

trunk\src\map\mob.c

#define MIN_MOB_DB 1000
#define MAX_MOB_DB 3999
#define MIN_MOB_DB2 20020
#define MAX_MOB_DB2 31999

When I spawn the mob, the client just crashes.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Did you add it correctly to your mob_db? :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  05/21/18
  • Last Seen:  

On 6/19/2018 at 6:03 AM, crazyarashi said:

Did you add it correctly to your mob_db? :))

Yep. I couldn't find any solution to set that ID.
To solve im replacing "ghost" mobs.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

its probably something silly like non index image in spr files 

 

just a suggestion 

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