MyNoobScriptz Posted May 31, 2022 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: May 9 Share Posted May 31, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted May 31, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 172 Reputation: 68 Joined: 10/25/20 Last Seen: Monday at 06:53 PM Share Posted May 31, 2022 I think you need to enable this for pet bonus to work. https://github.com/rathena/rathena/blob/master/conf/battle/pet.conf#L58 Quote Link to comment Share on other sites More sharing options...
0 MyNoobScriptz Posted May 31, 2022 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: May 9 Author Share Posted May 31, 2022 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 Quote Link to comment Share on other sites More sharing options...
Question
MyNoobScriptz
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
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.