diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 22:36:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 22:36:45 -0300 |
commit | 5cea7eae3a362477b6f78d120e2cc6f2f619097d (patch) | |
tree | 464c05f0cc81bca1bd18dcce38ae8df704f4a90c /npc/012-1 | |
parent | f3d9a42e2789f15a9940aaa7003bce113693b45f (diff) | |
download | serverdata-5cea7eae3a362477b6f78d120e2cc6f2f619097d.tar.gz serverdata-5cea7eae3a362477b6f78d120e2cc6f2f619097d.tar.bz2 serverdata-5cea7eae3a362477b6f78d120e2cc6f2f619097d.tar.xz serverdata-5cea7eae3a362477b6f78d120e2cc6f2f619097d.zip |
Congratz at Gwen, fix everything, delete cheat, keep debug
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/gwendolyn.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt index e21064aee..99f67ffd2 100644 --- a/npc/012-1/gwendolyn.txt +++ b/npc/012-1/gwendolyn.txt @@ -211,9 +211,6 @@ L_Game: callsub S_getDirection; .@wdIndex = @returnIndex; - if (is_admin()) - dispbottom l("@@, @@",.@wdX,.@wdY); - .@wp_sq = (.@wdX * .@wdX) + (.@wdY * .@wdY); if (.@wp_sq == 0) @@ -359,6 +356,7 @@ L_Power: .@pointX = .@wdX + .@spX; .@pointY = .@wdY + .@sp; + // Debug information. If you move wind info to above, you CHEAT. if (is_admin()) { dispbottom l("Wind: @@, @@",.@wdX,.@wdY); dispbottom l("You: @@, @@",.@spX,.@sp); @@ -444,6 +442,9 @@ L_Success: addtoskill SN_SHARPSHOOTING, 1; getexp .QUEST_HAWK_EXP, 0; + mesn l("Gwendolyn Bowmaker"); + mesq l("Perfect indeed! Congratulations!"); + next; mesq l("Remember, there is always something new to learn. And you should not let your training down in order to keep and improve your abilities."); next; |