Jump to content
  • 0

H> Step by step on adding monster


Rocky Road

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  11/08/14
  • Last Seen:  

Guys i dont know if this was the right thread if its wrong im sorry..

Just wanna ask for a ste by step guide on adding custom monster on grf.. Im so confused on adding it on grf like what folder must needed and the right path on every each folder.. please can any one teacg me??

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  07/15/12
  • Last Seen:  

Client Side Error

 

---------------------------
Error
---------------------------
Spr :: Cannot find File : sprite\¸ó½ºÅÍ\.spr
---------------------------
Ok
---------------------------

 

 

jobidentity.luanpcidentity.lua

JT_MOB_SPECIAL = 3300,
 
jobname.lua
[jobtbl.JT_MOB_SPECIAL] = "special_spr"
lastet Lua Files, 2013-08 Exe
Link to comment
Share on other sites


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

 

 

 

Lordok, this is a answer to your post, but at the same time it's a mini guide for chromus24.

 

Rename the special_spr.spr/act files into mob_special.spr/act. We are going with that name for now. (Path: data\sprite\ó½ºÅÍ)

 

jobidentity.lua (Path: data\luafiles514\lua files\datainfo)

Isn't really required, so un-do your changes in that file.

 

npcidentity.lua (Path: data\luafiles514\lua files\datainfo):

[JT_MOB_SPECIAL] = 3300,

 

Increase the JT_MONSTER_LAST value in this file to like 3400.

 

jobname.lua (Path: data\luafiles514\lua files\datainfo):

[jobtbl.JT_MOB_SPECIAL] = "mob_special",

 

mob_db2 (Path: trunk/db/mob_db2):

3300,MOB_SPECIAL,Custom Mob Name Here,Custom Mob Name Here,(etc)

______________________________________

 

Also, your client might first read .lubs, so convert lua to lub once the changes have been applied.

 

Hope this helps! :)

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