diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-08 10:35:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-08 10:35:57 -0300 |
commit | b0256f42ba0ed82b71f6238f24bd954999453c23 (patch) | |
tree | 2c3c31bfbcb432312ec1ff4ec76bf459342642e6 /npc/005-1 | |
parent | 88885e990d28c3672a0f04dc659aa5875ba13620 (diff) | |
download | serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.gz serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.bz2 serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.tar.xz serverdata-b0256f42ba0ed82b71f6238f24bd954999453c23.zip |
Important piece of tutorial added on Zegas.
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/zegas.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index d3797269a..425bb4171 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -51,11 +51,42 @@ 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; + if (TUTORIAL) { + next; + mesn; + mesc l("TUTORIAL: The bugs there can be pretty vicious. Do you know what's worse though? Lag."); + next; + mesn; + mesc l("TUTORIAL: By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!", b("F8"), b("F5")); + next; + mesn; + mesc l("TUTORIAL: If you drag the \"Resync\" skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!"); + next; + mesn; + mesc l("TUTORIAL: Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2"); + } close; L_Looking: mesn; mesq l("Still haven't found it? Well, keep looking the barrels at this storehouse. I know it's in there, somewhere."); + if (TUTORIAL) { + mesc l("Read the tutorial again?"); + if (askyesno() == ASK_YES) { + next; + mesn; + mesc l("TUTORIAL: The bugs there can be pretty vicious. Do you know what's worse though? Lag."); + next; + mesn; + mesc l("TUTORIAL: By pressing @@, you can open the Shortcut menu. And by pressing @@, you open the skill menu!", b("F8"), b("F5")); + next; + mesn; + mesc l("TUTORIAL: If you drag the \"Resync\" skill from the skill list to the shortcut list, you'll be able to rapidly solve some lag issues!"); + next; + mesn; + mesc l("TUTORIAL: Of course, lag might always be a problem. Remember to drag healing items to the shortcut list too. %%2"); + } + } close; L_QuestEnd: |