diff options
Diffstat (limited to 'npc/quests/newgears/burning_blood_bandana.txt')
-rw-r--r-- | npc/quests/newgears/burning_blood_bandana.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/newgears/burning_blood_bandana.txt b/npc/quests/newgears/burning_blood_bandana.txt index 923977765..bc83f57e4 100644 --- a/npc/quests/newgears/burning_blood_bandana.txt +++ b/npc/quests/newgears/burning_blood_bandana.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== eAthena Script ======================================= ?sprite //= Burning Blood Bandana Quest //===== By: ================================================== //= Halca (1.0) @@ -8,7 +8,7 @@ //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= -//= Seperate Red Bandana (Burning Blood Bandana?) quest. +//= Seperate Burning Blood Bandana quest. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text, wrong ID [Lupus] //============================================================ @@ -21,7 +21,7 @@ yuno.gat,301,188,6 Genbolt 826,{ next; mes "[Genbolt]"; mes "I am the only one who can make you look the coolest,"; - mes "as I can craft a ^000090Red Bandana^000000."; + mes "as I can craft a ^000090Burning Blood Bandana^000000."; mes "You can wear this, and you clench your fist without knowing"; mes "because of the raw power you feel!"; next; @@ -38,7 +38,7 @@ yuno.gat,301,188,6 Genbolt 826,{ mes "[Genbolt]"; mes "Now I can make it..."; next; - getitem 2275,1;//Items: Red Bandana, + getitem 5070,1;//Items: Burning Blood Bandana, mes "[Genbolt]"; mes "Enjoy."; close; |