From 9a95d3c61f8195c326ed430323074ef8ec23273c Mon Sep 17 00:00:00 2001 From: Dastgir Date: Tue, 5 Jun 2018 12:10:05 +0530 Subject: Implemented Pet Autofeeding --- db/pre-re/pet_db.conf | 1 + db/re/pet_db.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'db') 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) "> }, -- cgit v1.2.3-60-g2f50