diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:53:22 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:53:22 +0000 |
commit | 1176435b23dd48dd0259bc0a1a14aa332f332e5c (patch) | |
tree | 54339b3de3317b8debe9e681b86de156125d52b6 | |
parent | 61aea1c4055036afdf8b63fd432404d84f822c23 (diff) | |
download | clientdata-1176435b23dd48dd0259bc0a1a14aa332f332e5c.tar.gz clientdata-1176435b23dd48dd0259bc0a1a14aa332f332e5c.tar.bz2 clientdata-1176435b23dd48dd0259bc0a1a14aa332f332e5c.tar.xz clientdata-1176435b23dd48dd0259bc0a1a14aa332f332e5c.zip |
Included weapon IDs * 100000 for compatibility with 0.0.23.
-rw-r--r-- | equipment.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/equipment.xml b/equipment.xml index 71afc96b..a200e297 100644 --- a/equipment.xml +++ b/equipment.xml @@ -107,4 +107,21 @@ <sound event="strike">short-sword-miss1.ogg</sound> <sound event="hit">short-sword-hit1.ogg</sound> </equipment> + + <!-- + eAthenas equipment IDs for the other characters weapons + (TMW 0.0.23 multiplies those with 10000) + --> + <equipment id="6230000" slot="0" attacktype="swing"> + <sprite>weapon-scythe.xml</sprite> + </equipment> + <equipment id="12000000" slot="0" attacktype="bow"> + <sprite>weapon-bow.xml</sprite> + <sound event="swing">bow_shoot_1.ogg</sound> + </equipment> + <equipment id="5210000" slot="0" attacktype="stab"> + <sprite>weapon-dagger.xml</sprite> + <sound event="strike">short-sword-miss1.ogg</sound> + <sound event="hit">short-sword-hit1.ogg</sound> + </equipment> </equipments> |