summaryrefslogtreecommitdiff
path: root/world/map/db/const.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2013-10-25 12:22:53 -0500
committerwushin <pasekei@gmail.com>2013-10-25 12:22:53 -0500
commitb55a4543d92a804473cb639193aaa9b6a83edcce (patch)
treefe4ca9fbd41b504148228b29c2a7e50894219f3e /world/map/db/const.txt
parentc3912f6f0ebdc0de532d0a5190d4c652993e054b (diff)
downloadserverdata-b55a4543d92a804473cb639193aaa9b6a83edcce.tar.gz
serverdata-b55a4543d92a804473cb639193aaa9b6a83edcce.tar.bz2
serverdata-b55a4543d92a804473cb639193aaa9b6a83edcce.tar.xz
serverdata-b55a4543d92a804473cb639193aaa9b6a83edcce.zip
Multiple Ammo Types
Added Item SlingShot Added Item SlingBullet Added Const AMMO_NONE, AMMO_BOW, AMMO_SLING Added Function CheckAmmo Added Trigger OnQuequipAmmo to Unequipcb Added Var @AmmoType to Ammo Added Var @LauncherType to Launchers Added File launcher_ammo.txt to scripts Needs TMWA-server commit equip-arrow to work (equip_arrow)
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r--world/map/db/const.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt
index b9585433..2363a1a2 100644
--- a/world/map/db/const.txt
+++ b/world/map/db/const.txt
@@ -673,3 +673,8 @@ OPT_BANK_CLOSE 2
// Currently used by the fluffy hunt (033-1).
// starts counting with 0
MAX_HIGH_SCORES 4
+
+// Launcher/Ammo Types
+AMMO_NONE 0
+AMMO_BOW 1
+AMMO_SLING 2