summaryrefslogtreecommitdiff
path: root/npc/re
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-17 10:49:52 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-17 10:49:52 +0000
commit535f375f26bdcc408d30193dd8033c574fd8c563 (patch)
treeccd387f8e27427900357f3d943272e2ae63b1317 /npc/re
parent43aac3145c7c6b6fb20a1361e504d24f3e1f589d (diff)
downloadhercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.gz
hercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.bz2
hercules-535f375f26bdcc408d30193dd8033c574fd8c563.tar.xz
hercules-535f375f26bdcc408d30193dd8033c574fd8c563.zip
- Fixed typos in magic_books.txt and quests_dewata.txt (bugreport:6480)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16648 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re')
-rw-r--r--npc/re/quests/magic_books.txt4
-rw-r--r--npc/re/quests/pile_bunker.txt4
-rw-r--r--npc/re/quests/quests_dewata.txt5
-rw-r--r--npc/re/quests/quests_dicastes.txt2
4 files changed, 8 insertions, 7 deletions
diff --git a/npc/re/quests/magic_books.txt b/npc/re/quests/magic_books.txt
index 9f12a9f86..618d3f640 100644
--- a/npc/re/quests/magic_books.txt
+++ b/npc/re/quests/magic_books.txt
@@ -679,7 +679,7 @@ dic_in01,25,190,0 script Mysterious Documents 844,{
mes "I better not forget to equip my ring.";
close;
}
- if (ep13_3_invite < 6) {
+ if (ep13_3_invite < 5) {
mes "When you approach the documents, an Evil Giant that looks like the archive manager tries to call Guard Galton. You should get out of here quickly.";
close;
}
@@ -842,4 +842,4 @@ thor_v02,163,104,0 script Powerful Lava Energy#33 844,{ callfunc "Magic_Book_Ess
thor_v01,185,91,0 script Powerful Flame Energy#33 844,{ callfunc "Magic_Book_Essence",12219,7098,10,"Flame"; end; }
ice_dun03,137,148,0 script Powerful Glacier Energy 844,{ callfunc "Magic_Book_Essence",12220,7561,10,"Glacier"; end; }
ein_dun02,181,124,0 script Powerful Fossil Energy 844,{ callfunc "Magic_Book_Essence",12221,7312,10,"Fossil"; end; }
-gon_dun02,252,198,0 script Powerful Storm Energy#33 844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; } \ No newline at end of file
+gon_dun02,252,198,0 script Powerful Storm Energy#33 844,{ callfunc "Magic_Book_Essence",12222,7266,10,"Storm"; end; }
diff --git a/npc/re/quests/pile_bunker.txt b/npc/re/quests/pile_bunker.txt
index cf04f152e..31b36c82b 100644
--- a/npc/re/quests/pile_bunker.txt
+++ b/npc/re/quests/pile_bunker.txt
@@ -107,9 +107,9 @@ yuno,179,174,4 script Gomer 851,{
delitem 999,50; // Steel
delitem 7325,30; // Flexible Tube
delitem 1415,1; // Brocca
- getitem 1549,1; // Pile Bunker
+ getitem 1549,1; // Pile Bunker
getitem 1360,1; // Two-handed Axe [1]
close;
}
}
-} \ No newline at end of file
+}
diff --git a/npc/re/quests/quests_dewata.txt b/npc/re/quests/quests_dewata.txt
index 1d8c16346..422e65007 100644
--- a/npc/re/quests/quests_dewata.txt
+++ b/npc/re/quests/quests_dewata.txt
@@ -193,9 +193,10 @@ dew_fild01,185,300,4 script Tribe Manager 541,{
mes "[Tribe Manager]";
mes "Keeping our culture and tradition";
mes "is very important.";
- if(!checkquest(9160)>=0 || !countitem(11533)) {
+ if(checkquest(9160)==-1 || !countitem(11533)) {
mes "Although it is a little boring...";
- close; }
+ close;
+ }
next;
mes "[Tribe Manager]";
mes "It seems to me that you have";
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt
index 8455307a6..ecc1ed49a 100644
--- a/npc/re/quests/quests_dicastes.txt
+++ b/npc/re/quests/quests_dicastes.txt
@@ -6558,4 +6558,4 @@ dic_in01,353,37,5 script Kareka#pa0829 460,{
mes "[Kareka]";
mes "I can cast an additional spell to your ^800080Light of El Dicastes^000000 accessory.";
close;
-} \ No newline at end of file
+}