diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
---|---|---|
committer | The Kandiman <kandiman@kandiman.(none)> | 2011-09-11 20:33:46 -0400 |
commit | ea8bb7b0cd86321ad0f85cc7a145671c527c10f9 (patch) | |
tree | 58128461e815f6aef84d7989e6fc5e0463b00235 /world/map/npc/027-2/alacrius2.txt | |
parent | 1cb0e75cbd356485ebe35bb3f5af10e1454e57a5 (diff) | |
download | serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.gz serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.bz2 serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.xz serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.zip |
Tab conversion and script formatting project.
Final commit, maps 024-1 through 042-2 complete.
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]"; |