diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-17 17:09:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-17 17:09:12 -0300 |
commit | e69460e9e08483d70da37bb547dabbbb4c543e05 (patch) | |
tree | f6f8e5189c711b0eadbfc2d0af53fc183af16de2 /world/map/npc/069-2 | |
parent | ae7acafff7f568be9c998018e1f6093dbd171425 (diff) | |
download | serverdata-jesusalva/v20221111.tar.gz serverdata-jesusalva/v20221111.tar.bz2 serverdata-jesusalva/v20221111.tar.xz serverdata-jesusalva/v20221111.zip |
With three TODOs, Doomsday can make it.jesusalva/v20221111
Diffstat (limited to 'world/map/npc/069-2')
-rw-r--r-- | world/map/npc/069-2/wizard.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/069-2/wizard.txt b/world/map/npc/069-2/wizard.txt index 7747402a..8f2980ee 100644 --- a/world/map/npc/069-2/wizard.txt +++ b/world/map/npc/069-2/wizard.txt @@ -138,8 +138,16 @@ L_Doomsday: next; mes "[Rodium]"; mes "\"##1##BNote: Sorry, Jesusalva broke the time again. Guess he is late to take a bus! Oh dear, these things happen, but I guess that to see the past... You must wait for the future...##b##0\""; + if (GM > G_DEV) goto L_Warp; goto L_Menu2; +L_Warp: + // TODO: Require some sort of payment + // TODO: Revive all mobs from 099-1/-2/-3 (they do not respawn, iirc) + // TODO: Reduce amount of mobs >.< + warp "099-1", 34, 34; + close; + L_Close: close; } |