diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-16 03:13:03 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-16 03:13:03 -0800 |
commit | 003ed2ccc435a3d5ebf2d86f1e94367102aafb20 (patch) | |
tree | 8b183f359d35851c1505d50aeb4f78fbba666c00 /npc/re/quests/quests_dicastes.txt | |
parent | 126225b561859c8bdd3c2ae319ddeec15bbaca47 (diff) | |
download | hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.gz hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.bz2 hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.xz hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.zip |
-Updated & improved some job scripts
-Updated script_commands.txt for update 2bc8562
-Moved Honeymoon Helper to Official coordinates
-Updated guides/guides_izlude.txt to fit Honeymoon Helper coordinates
Diffstat (limited to 'npc/re/quests/quests_dicastes.txt')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 7 |
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; |