First download petFeeder.pl
Extract petFeeder.pl to your plugins folder
Then add this code in config.txt
petFeeder 1
petFeedRate 50
petMinHunger 20
petPerformanceRate 30
petPerformanceRateSeed 30
petPerformance_notOnAction attack, skill_use
Code Explanation
petFeeder <flag>flag: 1 = on, 0 = off
- enables/disables the plugin. disable the plugin if you have no pet & the plugin is causing problems for you.
petSmartFeed <flag>flag: 1 = on, 0 = off
-
when smart feed is on, the feed rate you specified (petFeedRate) will
be ignored. when on, the bot will automatically select which hunger
level to use based on the pet's intimacy. when pet is not loyal, the pet
will be fed as soon as its hunger reaches neutral. when it's loyal, the
pet will only be fed when it's hungry. perfect for quickly raising
intimacy levels.
petFeedRate <rate>- allows you to specify the hunger level to be used in feeding your pet. this option is only used when smart feed is off.
petMinHunger <rate>-
allows you to specify the hunger level to use in determining when to
return the pet to egg status. if you (accidentally) set this too low
(like 0), your pet will still be returned to egg as soon as its hunger
gets close to "very hungry". (so even if you screw up, you won't lose
your pet! Wink)
petPerformanceRate <rate> -
make your pet perform every <rate> seconds. if you don't set this
option, the pet won't be automatically played. don't set the rate too
low (lower than 5) - that'll make you look suspicious.
* playing with a pet is purely aesthetic. it won't affect you pet's intimacy. but it does look cool. Smile
petPerformanceRateSeed <rate>
- random value that is added to petPerformanceRate to make it look more realistic.
example:
if the rate is 30 & the seed is 30, your pet will be automatically
played after a random period between 30 and 60 (=30+30) seconds.
petPerformance_onAction <AI sequences>
-
if this option is set, pet performance will only be used if at least
one of the specified comma-separated list of AI sequences is curently
active.
petPerformance_notOnAction <AI sequences>
-
if this option is set, pet performance will only be used if none of the
specified comma-separated list of AI sequences is curently active.
~End