Jump to content
  • 0
StarGateRo

[Warning]: read_petdb: Reached max number of pets [300]. Remaining pets were not read.

Question

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.

tk7w.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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_;
  • Upvote 1
Link to comment
Share on other sites

 

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

now i can it back to normal... /gawi  all monster can taming by /no1 abracadabra.... /ho

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.