diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 23:45:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 23:45:34 -0200 |
commit | 6223e3bf1a467df186c16507783739c8cab026b4 (patch) | |
tree | 6222222b82902f007b07ed9d7beee91c15939956 /maps | |
parent | a194ff2ddba1c2ee557aed61f5d207e622dbfcff (diff) | |
download | clientdata-6223e3bf1a467df186c16507783739c8cab026b4.tar.gz clientdata-6223e3bf1a467df186c16507783739c8cab026b4.tar.bz2 clientdata-6223e3bf1a467df186c16507783739c8cab026b4.tar.xz clientdata-6223e3bf1a467df186c16507783739c8cab026b4.zip |
[SKIP CI] he only place where you can find a Tortuga to fight is at Soren's Island.
Let's make it respawn every 2 hours (7,200,000 ms) so nobody farms it.
Previous respawn time: 2 minutes (120,000 ms)
Diffstat (limited to 'maps')
-rw-r--r-- | maps/soren.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/soren.tmx b/maps/soren.tmx index 805ace9d..a3db19f5 100644 --- a/maps/soren.tmx +++ b/maps/soren.tmx @@ -1737,10 +1737,10 @@ </object> <object id="16" name="4144's Tortuga" type="spawn" x="1248" y="1632" width="4128" height="2592"> <properties> - <property name="death" value="60000"/> + <property name="death" value="600000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1004"/> - <property name="spawn" value="60000"/> + <property name="spawn" value="6600000"/> </properties> </object> <object id="17" name="Unexplained Mountain Snake" type="spawn" x="2400" y="2048" width="1952" height="1536"> |