Jump to content
  • 0

Adding custom mob


Question

Posted

I'm trying to add the pokemon sprites to my server, but I don't get them to spawn.... this is what i have.

 

mob_db.txt

 

18001,BULBASAUR,Bulbasaur,Bulbasaur,1,5000,1000,1200,700,1,315,382,5,30,1,38,38,43,75,45,10,12,1,22,43,0x81,200,1180,480,648,0,0,0,0,0,0,0,1062,5335,912,900,985,31,2331,5,644,20,7175,1200,7174,1200,0,0,0,0,0,0
 
pet_db.txt
 
10001,001_Mini_Bulbizarre,Bulbasaur,17000,20001,0,537,80,20,20,100,250,20,150,5000,1,0,800,400,200,{ petskillbonus bLuk,20,10,90; }
 

jobname.lua

[jobtbl.JT_BULBASAUR] = "001_Mini_Bulbizarre"

npcidentity

["JT_BULBASAUR"] = 18001

5 answers to this question

Recommended Posts

  • 0
Posted

 

I'm trying to add the pokemon sprites to my server, but I don't get them to spawn.... this is what i have.

 

mob_db.txt

 

18001,BULBASAUR,Bulbasaur,Bulbasaur,1,5000,1000,1200,700,1,315,382,5,30,1,38,38,43,75,45,10,12,1,22,43,0x81,200,1180,480,648,0,0,0,0,0,0,0,1062,5335,912,900,985,31,2331,5,644,20,7175,1200,7174,1200,0,0,0,0,0,0
 
pet_db.txt
 
10001,001_Mini_Bulbizarre,Bulbasaur,17000,20001,0,537,80,20,20,100,250,20,150,5000,1,0,800,400,200,{ petskillbonus bLuk,20,10,90; }
 

jobname.lua

[jobtbl.JT_BULBASAUR] = "001_Mini_Bulbizarre"

npcidentity

["JT_BULBASAUR"] = 18001

 

it could be that 18001 interferes with another mob. Try using ID from 3400-4000. Those IDs don't interfere with anything

  • 0
Posted

18000?? O__O

 

lol , i dont think the source would allow you to use that value as mob id. there are limitation of mob id by default.

 

you have to raise the max mob setting in the source before you can use such a high mob id.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...