diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:24:17 +0100 |
commit | 2c29157c760c4a3d13d1d5fed2da46b59f741fc4 (patch) | |
tree | 04b6bd8035254980781bc5903ac857b25026fb9c /monsters.xml | |
parent | d89b1bcbb4158104b49bb39ddd39b01ebd2989ff (diff) | |
download | clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.gz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.bz2 clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.tar.xz clientdata-2c29157c760c4a3d13d1d5fed2da46b59f741fc4.zip |
add new items npc's and candor map include 4 house
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 2ee8cf33..84141c6b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -318,4 +318,22 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="1070" name="Moggun" targetCursor="medium"> <sprite>monsters/moggun.xml</sprite> </monster> + <monster id="1071" name="Scorpion" targetCursor="medium"> + <sprite>monsters/scorpion.xml</sprite> + </monster> + <monster id="1072" name="Red Scorpion" targetCursor="medium"> + <sprite>monsters/scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite> + </monster> + <monster id="1073" name="Candor Scorpion" targetCursor="medium"> + <sprite>monsters/scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite> + </monster> + <monster id="1074" name="Black Scorpion" targetCursor="medium"> + <sprite>monsters/scorpion.xml|#791d0a,cd5d27,f28d54,ffffff</sprite> + </monster> + <monster id="1075" name="Mana Bug" targetCursor="medium"> + <sprite>monsters/manabug.xml</sprite> + </monster> + <monster id="1076" name="Saxso Ghost" targetCursor="medium"> + <sprite>monsters/managhost.xml</sprite> + </monster> </monsters> |