diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 19:39:10 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 19:39:10 -0200 |
commit | 726ed5ee5c85d405b15333d9701878f61de05b5d (patch) | |
tree | d4f48245cf45b38bded7ee5b3d3760d8795cba46 /npc/005-1/zegas.txt | |
parent | d22acf3a1ce28a2fcc82a4bc7d6d888198f04e73 (diff) | |
download | serverdata-726ed5ee5c85d405b15333d9701878f61de05b5d.tar.gz serverdata-726ed5ee5c85d405b15333d9701878f61de05b5d.tar.bz2 serverdata-726ed5ee5c85d405b15333d9701878f61de05b5d.tar.xz serverdata-726ed5ee5c85d405b15333d9701878f61de05b5d.zip |
mariaDB fails when cleaning map 001-1, the gat files must be checked.
Also, mySQL reports a missing “conf/clans.conf”.
Diffstat (limited to 'npc/005-1/zegas.txt')
-rw-r--r-- | npc/005-1/zegas.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index bc67a8149..b7d5c5a4c 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -22,7 +22,7 @@ L_Meet: setq CandorQuest_Barrel, 1; menu l("Sure."),L_Start, - l("Maybe some other time."),L_close; + l("Maybe some other time."),L_Close; L_Find: mesn; @@ -31,18 +31,18 @@ L_Find: mesq l("Please help me find the bug bomb Eomie gave us is in one of the store room barrels?"); menu l("Sure."),L_Start, - l("Maybe some other time."),L_close; + l("Maybe some other time."),L_Close; L_Start: mesn; mesq l("Thanks, come back and see me once you found the bug bomb and set it off."); setq CandorQuest_Barrel, 2; - goto L_close; + goto L_Close; L_Looking: mesn; mesq l("Still haven't found it? Well keep looking I know it's in there, somewhere."); - goto L_close; + goto L_Close; L_QuestEnd: mesn; @@ -51,14 +51,14 @@ L_QuestEnd: getexp 50, 0; Zeny = (Zeny + 50); setq CandorQuest_Barrel, 4; - goto L_close; + goto L_Close; L_Thanks: mesn; mesq l("Thanks for Helping with clear out the store room!"); - goto L_close; + goto L_Close; -L_close: +L_Close: close; OnInit: @@ -75,19 +75,19 @@ OnInit: menu l("Yes."), L_Reset, l("Barrel"),L_Cheat, - l("No."), L_close; + l("No."), L_Close; L_Reset: setq CandorQuest_Barrel, 0; mes l("Reset!"); - goto L_close; + goto L_Close; L_Cheat: setq CandorQuest_Barrel, 3; mes l("Quest Complete!"); - goto L_close; + goto L_Close; -L_close: +L_Close: showavatar; // hide close; |