Jump to content
  • 0

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


StarGateRo

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  11/15/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  11/15/13
  • Last Seen:  

 

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