Hi rAthena, I'm not sure if this is the right place to post my question, since my english is not very good lol, sorry about that too.
Well, I been having problemas with my Pets ingame, some skill doesn't work (loot skills) and some others works bad, like deviruchi buffs, they must be for 20 sec every 40 sec or something like that,
Well, I didn't make any change to my pet_db.txt neither add custom pets, just the original ones, my server is pre-renewal and we are using Revision: 17421 .
Reading here and there, I notice pet's skills changed in renewal, some skills and stats where added, so my pet_db.txt looks like renewal and not pre-renewal, but the bonuses are working, looter pets don't loot even if they have (by default) the loot skill in pet_db.txt
Sorry if I can't explain you very well, hope you understand my problem.
EDIT:
Problem solved, just had to change a "no" for a "yes" on a line in script: conf/battle/pet.conf
// 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: no
TO:
// 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
I wanted to share the solution even if its pretty simple so other people with the same problem can find it.
Thanks anyways, topic can be closed
pet_db.txt