summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/posture_fix_hat.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 06:23:51 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 06:23:51 +0000
commit1df4d8745da1cfdfa7d2dd24632074fab5234a6b (patch)
tree849367324d3e3d34da18cb70b448286a34c2535b /npc/quests/newgears/posture_fix_hat.txt
parenta250899cbd3bd86d0958f6c9967c859e86da88c6 (diff)
downloadhercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.gz
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.bz2
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.xz
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.zip
updats
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@484 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/posture_fix_hat.txt')
-rw-r--r--npc/quests/newgears/posture_fix_hat.txt120
1 files changed, 60 insertions, 60 deletions
diff --git a/npc/quests/newgears/posture_fix_hat.txt b/npc/quests/newgears/posture_fix_hat.txt
index 85317e029..91d04f7f2 100644
--- a/npc/quests/newgears/posture_fix_hat.txt
+++ b/npc/quests/newgears/posture_fix_hat.txt
@@ -1,61 +1,61 @@
-//===== eAthena Script =======================================
-//= Posture Fix Hat Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Posture Fix Hat quest.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-pay_in01.gat,171,142,5 script Nan Hyang 814,{
- If (getequipisequiped(5073)) GOTO GOOD;
- If (Class == 0) GOTO EXT;
- mes "[Nan Hyang]";
- mes "Tut tut! you have terrible posture!";
- mes "You need to correct it immediately!";
- next;
- mes "[Nan Hyang]";
- mes "I could correct it for you If you brought me";
- mes "some materials to make you a posture aid.";
- next;
- menu "Can you please make me the aid.",-,"What do I need to bring?",AIT,"No thanks!",EXT;
- If ((Countitem(1550) <1) || (Countitem(2285) < 1 )) GOTO A_NM;
- mes "[Nan Hyang]";
- mes "Ahh at last, someone who is serious!";
- next;
- delitem 1550,1;
- delitem 2885,1;
- getitem 5073,1;
- mes "[Nan Hyang]";
- mes "Hehe, well, maybe you will become more careful, or your sense will";
- mes "become balanced.";
- close;
-AIT:
- mes "[Nan Hyang]";
- mes "What I require is very simple...";
- next;
- mes "[Nan Hyang]";
- mes "1 Book.";
- mes "And 1 Apple o' Archer to balance on it.";
- close;
-A_NM:
- mes "[Nan Hyang]";
- mes "At least be serious, you dont have enough items!";
- mes "Come back when you wish to learn posture.";
- close;
-GOOD:
- mes "[Nan Hyang]";
- mes "Ah, that's it! good to see you are willing to learn!";
- close;
-EXIT:
- next;
- mes "[Nan Hyang]";
- mes "Good day to you.";
- close;
+//===== eAthena Script =======================================
+//= Posture Fix Hat Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Posture Fix Hat quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+pay_in01.gat,171,142,5 script Nan Hyang 814,{
+ If (getequipisequiped(5073)) GOTO GOOD;
+ If (Class == 0) GOTO EXT;
+ mes "[Nan Hyang]";
+ mes "Tut tut! you have terrible posture!";
+ mes "You need to correct it immediately!";
+ next;
+ mes "[Nan Hyang]";
+ mes "I could correct it for you If you brought me";
+ mes "some materials to make you a posture aid.";
+ next;
+ menu "Can you please make me the aid.",-,"What do I need to bring?",AIT,"No thanks!",EXT;
+ If ((Countitem(1550) <1) || (Countitem(2285) < 1 )) GOTO A_NM;
+ mes "[Nan Hyang]";
+ mes "Ahh at last, someone who is serious!";
+ next;
+ delitem 1550,1;
+ delitem 2885,1;
+ getitem 5073,1;
+ mes "[Nan Hyang]";
+ mes "Hehe, well, maybe you will become more careful, or your sense will";
+ mes "become balanced.";
+ close;
+AIT:
+ mes "[Nan Hyang]";
+ mes "What I require is very simple...";
+ next;
+ mes "[Nan Hyang]";
+ mes "1 Book.";
+ mes "And 1 Apple o' Archer to balance on it.";
+ close;
+A_NM:
+ mes "[Nan Hyang]";
+ mes "At least be serious, you dont have enough items!";
+ mes "Come back when you wish to learn posture.";
+ close;
+GOOD:
+ mes "[Nan Hyang]";
+ mes "Ah, that's it! good to see you are willing to learn!";
+ close;
+EXIT:
+ next;
+ mes "[Nan Hyang]";
+ mes "Good day to you.";
+ close;
} \ No newline at end of file