Jump to content

Recommended Posts

Posted

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.

Posted

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 100
Shy - 100~249
Neutral - 250~749
Cordial - 750~909
Loyal - 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.

  • 1 year later...
  • 1 year later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...