summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-12 02:21:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-12 02:21:26 -0300
commitc4f76bf3561041a727c11d34e6644e13574af596 (patch)
treebd2663428af54552cadf8d8570c72f3a9ecc97a9 /src/emap/script_buildins.h
parentd6de86a384fb97861de364628c79924fff558144 (diff)
downloadevol-hercules-c4f76bf3561041a727c11d34e6644e13574af596.tar.gz
evol-hercules-c4f76bf3561041a727c11d34e6644e13574af596.tar.bz2
evol-hercules-c4f76bf3561041a727c11d34e6644e13574af596.tar.xz
evol-hercules-c4f76bf3561041a727c11d34e6644e13574af596.zip
Implement guild info functions on TMW2.
At least it wasn't difficult >_>
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index a72a035..5961150 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -99,4 +99,11 @@ BUILDIN(getItemOptionParamByIndex);
BUILDIN(setItemOptionByIndex);
BUILDIN(isInstance);
+// TMW2 Build Ins
+BUILDIN(getguildinfo);
+BUILDIN(getguildlvl);
+BUILDIN(getguildavg);
+BUILDIN(getguildexp);
+BUILDIN(getguildnxp);
+
#endif // EVOL_MAP_SCRIPT_BUILDINS