Jump to content
  • 0

Pet Bonus Not Working


Dolphin86

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  704
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

As title, i did search and most the result are came from 2013 and below which im not sure if they work or not, could some one tell me how to fix pet does not add extra bonus to their master when reach loyal?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

you should add the database entry that you tested and didn't work so people can help you

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

      if (.@i >= PET_INTIMATE_LOYAL) {
        bonus bAgi,1;
        bonus bAspdRate,1;
      } else if (.@i >= PET_INTIMATE_CORDIAL) {
        bonus bAspdRate,1;
      }

your saying these dont work? 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  704
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

6 hours ago, Naruto said:

      if (.@i >= PET_INTIMATE_LOYAL) {
        bonus bAgi,1;
        bonus bAspdRate,1;
      } else if (.@i >= PET_INTIMATE_CORDIAL) {
        bonus bAspdRate,1;
      }

your saying these dont work? 

 

yes

6 hours ago, sader1992 said:

you should add the database entry that you tested and didn't work so people can help you

im not even sure which file should i be looking at for, as far i checked is pet_db.yml

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

1 hour ago, dolphincute said:

im not even sure which file should i be looking at for, as far i checked is pet_db.yml

a common mistake with that is that the pet_db from the db/prere/ folder is different from that of the db/re/ folder 

 

You can just copy and past everything from the db/re/ version into the db/prere/ one but youll have a couple things to fix... all of which are easy to deal with 

 

If that doesnt work then i have no idea.. that should all be working 

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