diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
commit | bedc8551743c08b42b56ec11dbee97fc570dddf2 (patch) | |
tree | 9560b70d4a7a0d1146ab081e31f899e4da9835f2 /npc/quests/newgears/posture_fix_hat.txt | |
parent | 2e2bc3402805a132af5515b55c46b022c1abedf0 (diff) | |
download | hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.gz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.bz2 hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.xz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.zip |
fixed some item names
and fixed coords of some NPC of new headgear quests
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/posture_fix_hat.txt')
-rw-r--r-- | npc/quests/newgears/posture_fix_hat.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/newgears/posture_fix_hat.txt b/npc/quests/newgears/posture_fix_hat.txt index 7c77edee6..9060866b6 100644 --- a/npc/quests/newgears/posture_fix_hat.txt +++ b/npc/quests/newgears/posture_fix_hat.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== eAthena Script ======================================= //= Posture Fix Hat Quest //===== By: ================================================== //= Halca (1.0) @@ -8,13 +8,13 @@ //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= -//= Campus Hat (Posture Fix Hat) quest. +//= Posture Fix Hat quest. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text //= fixed wrong items ID [Lupus] //============================================================ -pay_in01.gat,171,142,5 script Nan Hyang 814,{ +payon.gat,155,115,5 script Nan Hyang 814,{ If (getequipisequiped(5073)) GOTO L_GOOD; If (Class == 0) GOTO L_NOVICE; mes "[Nan Hyang]"; @@ -22,9 +22,9 @@ pay_in01.gat,171,142,5 script Nan Hyang 814,{ mes "You need to correct it immediately!"; next; mes "[Nan Hyang]"; - mes "I could correct it for you If you brought me some materials to make you a Campus Hat."; + mes "I could correct it for you If you brought me some materials to make you a Posture Fix Hat."; next; - menu "Make me a Campus Hat.",-,"What do I need to get?",M_REQ,"No thanks!",M_EXIT; + menu "Please, make me one.",-,"What do I need to get?",M_REQ,"No thanks!",M_EXIT; If ((countitem(1550) <1) || (countitem(2285) < 1 )) GOTO L_NOITEM;//Items: Book, Apple o' Archer, mes "[Nan Hyang]"; @@ -32,7 +32,7 @@ pay_in01.gat,171,142,5 script Nan Hyang 814,{ next; delitem 1550,1;//Items: Book, delitem 2285,1;//Items: Apple o' Archer, - getitem 5073,1;//Items: Campus Hat, + getitem 5073,1;//Items: Posture Fix Hat, mes "[Nan Hyang]"; mes "Hehe, well, maybe you will become more careful, or your sense will become balanced."; close; |