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/arjen.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/arjen.txt')
-rw-r--r-- | npc/quests/newgears/arjen.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/newgears/arjen.txt b/npc/quests/newgears/arjen.txt index d4c5ce788..8eb51f9be 100644 --- a/npc/quests/newgears/arjen.txt +++ b/npc/quests/newgears/arjen.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== eAthena Script ======================================= //= X-Shaped Hairpin, Bandage & Flower Hairpin Quests //===== By: ================================================== //= Halca (1.0) @@ -13,7 +13,8 @@ //= 1.2 Fixed wrong labels, wrong items ID. [Lupus] //============================================================ -gef_tower.gat,128,148,6 script Arjen 807,{ +//86 +geffen.gat,128,148,6 script Arjen 807,{ mes "[Arjen]"; mes "What item information do you require?"; next; @@ -82,7 +83,7 @@ M_2: next; delitem 930,500;//Items: Rotten Bandage, delitem 970,1;//Items: Alcohol, - getitem 5070,1;//Items: Bandage, + getitem 5063,1;//Items: Bandage, mes "[Arjen]"; mes "Thanks! Hope that cures your aches!"; close; |