Difference between revisions of "Manual:Zone Manual/Appendices/weapon definitions in values.h"
Jump to navigation
Jump to search
(Created page with "==== weapon definitions in values.h ==== The following list was extracted from the ''values.h'' <nowiki> #define WPN_BATTLE_AXE 7 →Two Handed: #define WPN_HAND_AXE...") |
|||
Line 50: | Line 50: | ||
#define WPN_GREAT_AXE 52 | #define WPN_GREAT_AXE 52 | ||
#define WPN_BATTLE_SWORD 53</nowiki> | #define WPN_BATTLE_SWORD 53</nowiki> | ||
+ | |||
+ | <div style='padding-top: 30px; padding-bottom: 20px; text-align: left;float:left;width:50%;'>[[Manual:Zone_Manual/Appendices/Race Definitions in values.h|Previous: Race Definitions in values.h]]</div> | ||
+ | <div style='padding-top: 30px; padding-bottom: 20px; text-align: right;float:right;width:50%;'>[[Manual:Zone_Manual/Appendices/Liquid macros file|Next: Liquid macros file]]</div> |
Latest revision as of 11:50, 26 May 2020
weapon definitions in values.h
The following list was extracted from the values.h
#define WPN_BATTLE_AXE 7 /* Two Handed */ #define WPN_HAND_AXE 8 #define WPN_WAR_MATTOCK 9 /* Two Handed */ #define WPN_WAR_HAMMER 10 #define WPN_GREAT_SWORD 11 /* Two Handed */ #define WPN_SCIMITAR 12 #define WPN_KATANA 13 #define WPN_FALCHION 14 #define WPN_KOPESH 15 #define WPN_BROAD_SWORD 16 #define WPN_LONG_SWORD 17 #define WPN_RAPIER 18 #define WPN_SHORT_SWORD 19 #define WPN_DAGGER 20 #define WPN_BATTLE_MACE 21 /* Two Handed */ #define WPN_MACE 22 #define WPN_BATTLE_CLUB 23 /* Two handed */ #define WPN_CLUB 24 #define WPN_MORNING_STAR 25 #define WPN_FLAIL 26 #define WPN_QUARTERSTAFF 27 #define WPN_SPEAR 28 #define WPN_HALBERD 29 #define WPN_BARDICHE 30 #define WPN_SICKLE 31 #define WPN_SCYTHE 32 /* Two handed */ #define WPN_TRIDENT 33 #define WPN_FIST 34 #define WPN_KICK 35 #define WPN_BITE 36 #define WPN_STING 37 #define WPN_CLAW 38 #define WPN_CRUSH 39 #define WPN_WHIP 40 #define WPN_WAKIZASHI 41 #define WPN_BOW 42 /* Here down to Staff are Rangers Guild Jan 98 */ #define WPN_CROSSBOW 43 #define WPN_SLING 44 #define WPN_FIGHTING_STAFF 45 /* Two handed */ #define WPN_SABER 46 #define WPN_CUTLASS 47 #define WPN_MACHETE 48 #define WPN_LANCE 49 #define WPN_SHOCK_LANCE 50 #define WPN_PIKE 51 #define WPN_GREAT_AXE 52 #define WPN_BATTLE_SWORD 53