diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 21:33:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 21:33:09 -0300 |
commit | 92d052ffbfafcd53c1d232396f0c483fd7ff3e3b (patch) | |
tree | 9dbfdf561a8f1fdc6508b0cd1c84a2205c9482a6 | |
parent | 871ea60e8e46e9be8a8e6cc5acf1e21c58f7f53f (diff) | |
download | serverdata-92d052ffbfafcd53c1d232396f0c483fd7ff3e3b.tar.gz serverdata-92d052ffbfafcd53c1d232396f0c483fd7ff3e3b.tar.bz2 serverdata-92d052ffbfafcd53c1d232396f0c483fd7ff3e3b.tar.xz serverdata-92d052ffbfafcd53c1d232396f0c483fd7ff3e3b.zip |
It's absurd that Tulimshar is not listed on Time Flask.
I mean, it is the capital. I'm granting it a place right below LoF option.
Same cooldown time (40 minutes). This is needed for AFK combo.
-rw-r--r-- | npc/items/lofteleporter.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 2540c90dc..8c895387b 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -52,6 +52,7 @@ OnUse: select l("Don't warp"), l("Land Of Fire Village (@@m)", 40-.@x), + l("Tulimshar (@@m)", 40-.@x), rif(TELEPORTERS & TP_FROST, l("Frostia (@@m)", 120-.@x)), rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 120-.@x)), rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 20-.@x)); @@ -74,18 +75,24 @@ OnUse: @timer_navio_running=0; break; case 3: + warp "003-1", 41, 49; + TELEPORTER_TIME=loftel_time(40, .@x); + LOCATION$="Tulim"; + @timer_navio_running=0; + break; + case 4: warp "024-1", 155, 82; TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Frostia"; @timer_navio_running=0; break; - case 4: + case 5: warp "009-1", 113, 91; TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Halin"; @timer_navio_running=0; break; - case 5: + case 6: warp "Save", 0, 0; TELEPORTER_TIME=loftel_time(20, .@x); //LOCATION$="Save"; |