Jump to content
  • 0

Autobonus on Pet_db.yml Effect don't work


MyNoobScriptz

Question


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   3
  • Joined:  05/01/15
  • Last Seen:  

  • rAthena Hash: Latest
  • Client Date: 2021-11-17
  • Server Mode: Renewal
  • Description of Issue: Use pet MARIONETTE (Marionette_Egg ID : 9043) then change 
    autobonus "{ bonus2 bSubEle,Ele_Neutral,2; heal 100,0; }",100,5000,BF_SHORT|BF_NORMAL;

    to 

    autobonus "{ bonus bBaseAtk,1000; }",1000,5000,BF_SHORT|BF_NORMAL;

    use command 

    @petfriendly 1000

    try Attack dummy but effect don't work, my rate is 100% change to get BaseAtk 1000 on pet Royal

  • I think all Autobonus on pet_db.yml is don't work or maybe my mistake, can help me fix this issue thx

pet.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

I think you need to enable this for pet bonus to work. https://github.com/rathena/rathena/blob/master/conf/battle/pet.conf#L58

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  74
  • Reputation:   3
  • Joined:  05/01/15
  • Last Seen:  

9 minutes ago, cook1e said:

I think you need to enable this for pet bonus to work. https://github.com/rathena/rathena/blob/master/conf/battle/pet.conf#L58

Yes i follow you

// Whether or not the pet's will use skills. (Note 1)
// Note: Offensive pet skills need at least pet_attack_support or 
// pet_damage_support to work (they trigger while the pet is attacking).
pet_status_support: yes

and try to add 

        autobonus "{ bonus bBaseAtk,1000; }",1000,5000,BF_SHORT|BF_NORMAL;
        bonus bLuk,500;

on pet_db.yml, i got Luk + 500 but effect autobonus don't work

i think all bonus work as normal but autobonus don't work

petttt.png

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