summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-06-05 12:10:05 +0530
committerAsheraf <acheraf1998@gmail.com>2018-06-25 21:21:27 +0100
commit9a95d3c61f8195c326ed430323074ef8ec23273c (patch)
tree5a8c81a39bfb437d4d6d18bca44881617d73cda1 /db
parent7c9860b275ee1c1d39bad2ca2551da82bd525267 (diff)
downloadhercules-9a95d3c61f8195c326ed430323074ef8ec23273c.tar.gz
hercules-9a95d3c61f8195c326ed430323074ef8ec23273c.tar.bz2
hercules-9a95d3c61f8195c326ed430323074ef8ec23273c.tar.xz
hercules-9a95d3c61f8195c326ed430323074ef8ec23273c.zip
Implemented Pet Autofeeding
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/pet_db.conf1
-rw-r--r--db/re/pet_db.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/db/pre-re/pet_db.conf b/db/pre-re/pet_db.conf
index 3ce78e546..4e66584b0 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-re/pet_db.conf
@@ -56,6 +56,7 @@ pet_db:(
AttackRate: attack rate (int, defaults to 0)
DefendRate: Defence attack (int, defaults to 0)
ChangeTargetRate: change target (int, defaults to 0)
+ AutoFeed: true/false (boolean, defaults to false)
PetScript: <" Pet Script (can also be multi-line) ">
EquipScript: <" Equip Script (can also be multi-line) ">
},
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index 6d6083e59..348fcfcd3 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -56,6 +56,7 @@ pet_db:(
AttackRate: attack rate (int, defaults to 0)
DefendRate: Defence attack (int, defaults to 0)
ChangeTargetRate: change target (int, defaults to 0)
+ AutoFeed: true/false (boolean, defaults to false)
PetScript: <" Pet Script (can also be multi-line) ">
EquipScript: <" Equip Script (can also be multi-line) ">
},