diff options
Diffstat (limited to 'npc/re/quests')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 7 | ||||
-rw-r--r-- | npc/re/quests/quests_veins.txt | 15 |
2 files changed, 18 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; diff --git a/npc/re/quests/quests_veins.txt b/npc/re/quests/quests_veins.txt new file mode 100644 index 000000000..b4be40067 --- /dev/null +++ b/npc/re/quests/quests_veins.txt @@ -0,0 +1,15 @@ +//===== rAthena Script ======================================= +//= Quest NPCs located in Veins +//===== By: ================================================== +//= Euphy +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= Quests related to Veins. +//===== Additional Comments: ================================= +//= 1.0 First version. +//============================================================ + +ve_fild02,337,314,4 duplicate(WincingOldMan_veins) Wincing Old Man#ve 945
\ No newline at end of file |