From 1b46141ee53e908cff5337455c7bbc05d1753a03 Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 14 Aug 2006 12:16:21 +0000 Subject: Fixed 2006 headgears npc giving you Lion Mask rather than Lion Masquerade git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8270 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/2006_headgear.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt index 33a16c800..c80072624 100644 --- a/npc/quests/newgears/2006_headgear.txt +++ b/npc/quests/newgears/2006_headgear.txt @@ -8,7 +8,7 @@ //= SVN eA //===== Description: ========================================= //= Anonymous Mask, Feather Beret, Valk. Helm, Smiling Mask, -//= Lion Mask, Bride Mask, Judge Hat and A-yam Hat +//= Lion Masquerade, Bride Mask, Judge Hat and A-yam Hat //===== Additional Comments: ================================= //= NPC id's and dialog are custom, please replace //= 1.0a fixed typos, added missing names, more cleaned and @@ -208,7 +208,7 @@ hugel.gat,146,105,4 script Genirhimin 897,{ -//======================= Smiling Mask / Lion Mask / Bride Mask =============================== +//======================= Smiling Mask / Lion Masquerade / Bride Mask =============================== payon.gat,135,231,5 script Chung-Wol-Mang 907,{ set @npcname$,"[Chung-Wol-Mang]"; @@ -219,7 +219,7 @@ payon.gat,135,231,5 script Chung-Wol-Mang 907,{ mes @npcname$; mes "So, which one will it be?"; next; - switch(select("Smiling Mask","Lion Mask","Bride Mask","I changed my mind.")) + switch(select("Smiling Mask","Lion Masquerade","Bride Mask","I changed my mind.")) { case 1: @@ -281,7 +281,7 @@ payon.gat,135,231,5 script Chung-Wol-Mang 907,{ delitem 1053,2; delitem 980,1; next; - getitem 5130,1; + getitem 5177,1; mes @npcname$; mes "Thanks, you can have your mask now."; close; -- cgit v1.2.3-60-g2f50