KingRamses Posted November 26, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 03/04/15 Last Seen: January 19, 2017 Share Posted November 26, 2015 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 Quote Link to comment Share on other sites More sharing options...
0 EL Dragon Posted November 26, 2015 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted November 26, 2015 https://rathena.org/wiki/Custom_Mobs Quote Link to comment Share on other sites More sharing options...
0 RoxasV Posted November 26, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 59 Reputation: 4 Joined: 11/20/12 Last Seen: June 1, 2018 Share Posted November 26, 2015 (edited) Why can't you manage to spawn them? because mob failed or missing sprite? Edited November 26, 2015 by RoxasV Quote Link to comment Share on other sites More sharing options...
0 Rain408 Posted November 27, 2015 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 77 Reputation: 0 Joined: 05/23/15 Last Seen: June 4, 2017 Share Posted November 27, 2015 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 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted November 27, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 13 hours ago Share Posted November 27, 2015 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. Quote Link to comment Share on other sites More sharing options...
0 FXFreitas Posted November 27, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted November 27, 2015 MobID Range is 1001~5999, you have many spaces to add a mob haha, last used mob id: 3599 AB_ARTHUR (WTF is that mob? rsrsrsrs). Quote Link to comment Share on other sites More sharing options...
Question
KingRamses
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
jobname.lua
npcidentity
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.