zackdreaver Posted May 9, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 156 Reputation: 62 Joined: 11/24/14 Last Seen: March 1, 2019 Share 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. Link to comment Share on other sites More sharing options...
Aleos Posted May 9, 2016 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share 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. Link to comment Share on other sites More sharing options...
zackdreaver Posted May 9, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 156 Reputation: 62 Joined: 11/24/14 Last Seen: March 1, 2019 Author Share Posted May 9, 2016 Thanks for the attention Link to comment Share on other sites More sharing options...
Azarth Posted March 7, 2018 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 05/28/14 Last Seen: June 8, 2019 Share Posted March 7, 2018 Hi, i try to find new info on this but I cant find any, any news on this feature? Link to comment Share on other sites More sharing options...
Aleos Posted April 1, 2019 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted April 1, 2019 Implemented in Git Hash: ac558d7. Link to comment Share on other sites More sharing options...
Recommended Posts