Jump to content
  • 0

anyone know about mob sprite


Vendetta

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  05/15/12
  • Last Seen:  

i want costum mob.with sprite marine.can anyone help me where to put it or give me some guide pls..thank

what im gonna say is make new mob with same sprite MARINE_SPHERE..need help old client got no problem but new client..erk..thanks for ur time

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

So your mob sprite .SPR file and .ACT file is called MARINE_SPHERE? Alright.

Step 1. Drop the SPR and ACT file of MARINE_SPHERE in data | sprite | ¸ó½ºÅÍ

Step 2. Open data | lua files | datainfo | npcidentity.lua

Inside type:

["JT_MARINE_SPHERE"] = 2500, 

(Note: 2500 is just an example of the mob ID were gonna use)

- Save and close.-

Step 3. Open data | lua files | datainfo | jobname.lua

Inside type:

[jobtbl.JT_MARINE_SPHERE] = "MARINE_SPHERE",

- save and close -

Step 4. Open your mob_db2 database file. Using the official Marine Sphere as a reference...

1142,MARINE_SPHERE,Marine Sphere,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,0,33,50,10,12,0,3,41,0,800,1201,1,1,0,0,0,0,0,0,0,0,1050,5000,1051,2500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,1

Now lets put our custom mob information in it..

2500,MARINE_SPHERE,Marine Sphere,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,0,33,50,10,12,0,3,41,0,800,1201,1,1,0,0,0,0,0,0,0,0,1050,5000,1051,2500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,1

NOTE: As a side note, your sprite mob files will come into conflict with the official marine sphere sprite as they are named the same. I recommend changing your sprite name if you wish to keep your custom mob separate from the official. So something like MARINE_CSPHERE (c is custom)

Distribute to your players and yourself the updated lua files, and mob .SPR/.ACT file.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  379
  • Reputation:   304
  • Joined:  11/10/11
  • Last Seen:  

mob_avail.txt ? :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Lol. That too~ I misread what Vendetta wanted. Yes, mob_avail is what you would use to replicate a mob with a new ID.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  05/15/12
  • Last Seen:  

thank mate...thank you for ur time and thank you so much :)

currently the mob_avai fix my situation here..btw thank so much guy :)

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