zackdreaver Posted May 9, 2016 Posted May 9, 2016 Did rAthena planning on implement this feature? All I saw was an old mechanic of pet bonus (prerenewal script) example renewal pet script: Poring If pet intimacy is Cordial, LUK +2, CRIT +1. If pet intimacy is Loyal, LUK +3, CRIT +1. Smokie If pet intimacy is Cordial, AGI +1, Perfect Dodge +1. If pet intimacy is Loyal, AGI +2, Perfect Dodge +1.
Aleos Posted May 9, 2016 Posted May 9, 2016 Moved to proper section. As for the suggestion, yes! I wasn't aware there were new bonuses. I guess we would have to come up with a solution as to how it will be implemented. Going off of this table: Awkward - Below 100Shy - 100~249Neutral - 250~749Cordial - 750~909Loyal - 910~1000 I would lean towards using the loyal_script block and just add in: if (getpetinfo(PETINFO_INTIMATE) > X) { give bonus; } But the loyal_script states Script to execute when the pet is hatched (requires at least pet_equip_min_friendly intimacy, independent of pet_script). So it may not work out well.
Azarth Posted March 7, 2018 Posted March 7, 2018 Hi, i try to find new info on this but I cant find any, any news on this feature?
Recommended Posts