summaryrefslogtreecommitdiff
path: root/npc/re/quests/quests_dicastes.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-16 23:24:02 -0200
committershennetsind <ind@henn.et>2013-02-16 23:24:02 -0200
commita09f772cbda173d1e0182ba3686a5b84d9df5c8d (patch)
tree6a218186d307a838d22c3cda852ce9306168df06 /npc/re/quests/quests_dicastes.txt
parentb8379d2dc56197dc970db8bf1c0ba60ae4835819 (diff)
parentfb8352aca63a5e5641df67be49a5c907f434d28e (diff)
downloadhercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.gz
hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.bz2
hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.xz
hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/re/quests/quests_dicastes.txt')
-rw-r--r--npc/re/quests/quests_dicastes.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt
index 779e8f218..5229cbc2e 100644
--- a/npc/re/quests/quests_dicastes.txt
+++ b/npc/re/quests/quests_dicastes.txt
@@ -597,7 +597,7 @@ dic_in01,51,270,7 script Supply Dept. 1 Manager 449,{
mes "Cannot proceed because the weight of your items is too heavy. Let's try again after you get rid of some weight.";
close;
}
- if (!isequipped(2782) < 1) {
+ if (!isequipped(2782)) {
mes "¡õ¢£¡ô";
mes "¡ö¡ø¡ó ¢£ ¡ö¡ñ¡ï ¡ù ¡ð¢²¢£";
next;
@@ -878,7 +878,7 @@ dic_in01,40,193,1 script Papyrus#0001 453,{
mes "Your inventory is too heavy.";
close;
}
- if (isequipped(2782)) {
+ if (!isequipped(2782)) {
mes "¡õ¢£¡ô";
mes "¡ö¡ø¡ó ¢£ ¡ö¡ñ¡ï ¡ù ¡ð¢²¢£";
next;
@@ -6941,8 +6941,7 @@ dic_in01,42,264,3 script Adventurer Clerk#ep133 453,{
mes "But of course, since this is adding spells on top of its original magic, I cannot guarantee that you will get what you want on one try.";
close;
}
- if (countitem(2844) < 1) //Luz de El Dicastes
- {
+ if (countitem(2844) < 1) { //Light of El Dicastes
mes "[Kareka]";
mes "Either you are not wearing or don't have the equipment to upgrade on you.";
close;