diff options
Diffstat (limited to 'world/map/npc/027-2/alacrius2.txt')
-rw-r--r-- | world/map/npc/027-2/alacrius2.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/027-2/alacrius2.txt b/world/map/npc/027-2/alacrius2.txt index 6e708157..b6ed70ff 100644 --- a/world/map/npc/027-2/alacrius2.txt +++ b/world/map/npc/027-2/alacrius2.txt @@ -14,20 +14,18 @@ // mes "[Alacrius]"; // mes "\"The reaper kidnapped my beloved wife, and took her to the underworld. I had to find a way to stop him, and as time went by, I became what you can see now... But if you dare to cheat death, time and space you'll have to pay a high price... \""; // next; - // mes "[Alacrius]"; // mes "\"Being away from time and space doesn't allow me to try to save my beloved wife... I need your help. Do you think you have what it takes to handle the most powerful monsters over the world of Mana? \""; // next; - // menu // "Let's go!",L_PLAY_OK, // "No, thank you.",-; // close; - // L_PLAY_OK: -// if ($@FIGHT_ALACRIUS_STATUS != 0) goto L_AlreadyStarted; +// if ($@FIGHT_ALACRIUS_STATUS != 0) +// goto L_AlreadyStarted; // set $@FIGHT_ALACRIUS_STATUS, 1; // set $@MO_REAPER, 0; // startnpctimer; @@ -85,10 +83,12 @@ // L_AllDead: -// if(@PRIZE == 0) goto L_NOHERO; +// if(@PRIZE == 0) +// goto L_NOHERO; // getinventorylist; -// if (@inventorylist_count == 100) goto L_TooMany; +// if (@inventorylist_count == 100) +// goto L_TooMany; // getitem "CasinoCoins", 1; // mes "[Alacrius]"; |