diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-03 21:16:21 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-03 21:16:21 +0000 |
commit | ecf73a36eaaf4e88e4444d85c5f16f4bca96183b (patch) | |
tree | 0dd2f73868e1b1ff604db98de7361f6d47b69252 /npc | |
parent | 6ea37256b7ce7f21a8c3238e6b4041978ba818a1 (diff) | |
download | hercules-ecf73a36eaaf4e88e4444d85c5f16f4bca96183b.tar.gz hercules-ecf73a36eaaf4e88e4444d85c5f16f4bca96183b.tar.bz2 hercules-ecf73a36eaaf4e88e4444d85c5f16f4bca96183b.tar.xz hercules-ecf73a36eaaf4e88e4444d85c5f16f4bca96183b.zip |
Small Kiel Quest update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9132 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/mobs/dungeons/kiel.txt | 4 | ||||
-rw-r--r-- | npc/warps/dungeons/kiel_dun.txt | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 664e536cd..726bc453a 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,7 +33,8 @@ KarLaeda Date Added
======
-11/04
+11/03
+ * Small Kiel Quest update [Playtester]
* Updated Hunter Job Quest: 7 official item sets of Demon Hunter [Lupus]
thanks to Dr.Evil
11/02
diff --git a/npc/mobs/dungeons/kiel.txt b/npc/mobs/dungeons/kiel.txt index 3100b7cee..fdd66c308 100644 --- a/npc/mobs/dungeons/kiel.txt +++ b/npc/mobs/dungeons/kiel.txt @@ -27,8 +27,8 @@ kh_kiehl01.gat,0,0,0,0 monster Alicel 1735,2,0,0,0 //==================================================
kh_dun01.gat,0,0,0,0 monster Alice 1275,30,0,0,0
kh_dun01.gat,0,0,0,0 monster Aliza 1737,60,0,0,0
-kh_dun01.gat,0,0,0,0 monster Constant 1738,5,0,0,0
-kh_dun01.gat,0,0,0,0 monster Constant 1745,15,0,0,0
+kh_dun01.gat,0,0,0,0 monster Constant 1738,10,0,0,0
+kh_dun01.gat,0,0,0,0 monster Constant 1745,10,0,0,0
kh_dun01.gat,0,0,0,0 monster Alicel 1735,5,0,0,0
kh_dun01.gat,0,0,0,0 monster Aliot 1736,5,0,0,0
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;
|