Jump to content

Renewal Pet bonus implementation?


zackdreaver

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  156
  • Reputation:   62
  • Joined:  11/24/14
  • Last Seen:  

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


  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  156
  • Reputation:   62
  • Joined:  11/24/14
  • Last Seen:  

Thanks for the attention

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  05/28/14
  • Last Seen:  

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

  • 1 year later...

  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

Implemented in Git Hash: ac558d7.

Link to comment
Share on other sites

×
×
  • Create New...