summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAnnieRuru <jeankofannie2@gmail.com>2019-03-12 04:15:42 +0800
committerAnnieRuru <jeankofannie2@gmail.com>2019-03-12 04:15:42 +0800
commit7652d647f13ad0755f355ed3d3b6ca1e8ad47d76 (patch)
tree73c4798ac9b468dcdea371db01b632888b905248 /src/map/script.h
parente42d9cb57a747427aee8d5edc15059de52588386 (diff)
downloadhercules-7652d647f13ad0755f355ed3d3b6ca1e8ad47d76.tar.gz
hercules-7652d647f13ad0755f355ed3d3b6ca1e8ad47d76.tar.bz2
hercules-7652d647f13ad0755f355ed3d3b6ca1e8ad47d76.tar.xz
hercules-7652d647f13ad0755f355ed3d3b6ca1e8ad47d76.zip
Add constants to *getpetinfo, and add some new fields
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 54c5aad2a..008da9c3c 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -478,6 +478,27 @@ enum script_mercinfo_types {
};
/**
+ * Pet Info types.
+ */
+enum script_petinfo_types {
+ PETINFO_ID = 0,
+ PETINFO_CLASS,
+ PETINFO_NAME,
+ PETINFO_INTIMACY,
+ PETINFO_HUNGRY,
+ PETINFO_RENAME,
+ PETINFO_GID,
+ PETINFO_EGGITEM,
+ PETINFO_FOODITEM,
+ PETINFO_ACCESSORYITEM,
+ PETINFO_ACCESSORYFLAG,
+ PETINFO_EVO_EGGID,
+ PETINFO_AUTOFEED,
+
+ PETINFO_MAX
+};
+
+/**
* Player blocking actions related flags.
*/
enum pcblock_action_flag {