diff options
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; |