StarGateRo Posted January 5, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 11/15/13 Last Seen: February 26, 2014 Share Posted January 5, 2014 hi guy, i have problem here, i cant fix this problem, can anyone help me fix this problem... [Warning]: read_petdb: Reached max number of pets [300]. Remaining pets were not read. Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted January 5, 2014 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted January 5, 2014 You have to modify the src/map/pet.h and recompile. I'm not sure what the upper limit is for the number of pets is. Peopleperson49 // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _PET_H_ #define _PET_H_ #define MAX_PET_DB 300 #define MAX_PETLOOT_SIZE 30 struct s_pet_db { short class_; 1 Quote Link to comment Share on other sites More sharing options...
StarGateRo Posted January 5, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 11/15/13 Last Seen: February 26, 2014 Author Share Posted January 5, 2014 You have to modify the src/map/pet.h and recompile. I'm not sure what the upper limit is for the number of pets is. Peopleperson49 // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _PET_H_ #define _PET_H_ #define MAX_PET_DB 300 #define MAX_PETLOOT_SIZE 30 struct s_pet_db { short class_; thx so much... now i can it back to normal... all monster can taming by abracadabra.... Quote Link to comment Share on other sites More sharing options...
Question
StarGateRo
hi guy, i have problem here, i cant fix this problem, can anyone help me fix this problem...
Link to comment
Share on other sites
2 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.