diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-30 16:34:49 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-30 16:36:50 +0100 |
commit | f546a591ba964a9b19a24147e816659b787139cf (patch) | |
tree | a5882502bca1846dadd042fc71139062a2b97bed /maps/033-1.tmx | |
parent | b96a55c3b4ec7a57cdbb907ff97c383a9ef0d903 (diff) | |
download | clientdata-f546a591ba964a9b19a24147e816659b787139cf.tar.gz clientdata-f546a591ba964a9b19a24147e816659b787139cf.tar.bz2 clientdata-f546a591ba964a9b19a24147e816659b787139cf.tar.xz clientdata-f546a591ba964a9b19a24147e816659b787139cf.zip |
Adjusting spawn of wolverns on 033-1 to prevent easy botting.
Diffstat (limited to 'maps/033-1.tmx')
-rw-r--r-- | maps/033-1.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/033-1.tmx b/maps/033-1.tmx index bebb272e..b48070d2 100644 --- a/maps/033-1.tmx +++ b/maps/033-1.tmx @@ -67,11 +67,11 @@ </properties> </object> <object name="graphics/particles/bonfire-shifted.particle.xml" type="particle_effect" x="2240" y="960"/> - <object name="Wolvern" type="spawn" x="2176" y="1536" width="192" height="160"> + <object name="Wolvern" type="spawn" x="2176" y="1280" width="352" height="608"> <properties> - <property name="eAthena_death" value="30000"/> - <property name="eAthena_spawn" value="100000"/> - <property name="max_beings" value="3"/> + <property name="eAthena_death" value="300000"/> + <property name="eAthena_spawn" value="1000000"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="88"/> </properties> </object> |