From ecf73a36eaaf4e88e4444d85c5f16f4bca96183b Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 3 Nov 2006 21:16:21 +0000 Subject: Small Kiel Quest update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9132 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/kiel_dun.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/warps/dungeons/kiel_dun.txt') diff --git a/npc/warps/dungeons/kiel_dun.txt b/npc/warps/dungeons/kiel_dun.txt index afcae49c2..00d598587 100644 --- a/npc/warps/dungeons/kiel_dun.txt +++ b/npc/warps/dungeons/kiel_dun.txt @@ -40,7 +40,7 @@ kh_dun01.gat,44,203,4 script Switch#khe1::khelevator 111,1,1,{ mes "The elevator seems to be broken."; mes "But you could repair it with"; - mes "^0000FF4 Hard Pieces of Steel^000000."; + mes "^0000FF40 Hard Pieces of Steel^000000."; next; mes "Be careful, though."; @@ -52,8 +52,8 @@ kh_dun01.gat,44,203,4 script Switch#khe1::khelevator 111,1,1,{ menu "Yes.",-,"No.",L_End; - if(countitem(7507)<4) goto L_NoItem; - delitem 7507,4; + if(countitem(7507)<40) goto L_NoItem; + delitem 7507,40; mes "The elevator starts moving."; mes "You quickly jump into it."; close2; -- cgit v1.2.3-60-g2f50