diff options
Diffstat (limited to 'npc/items/lofteleporter.txt')
-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"; |