summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-04-14 19:21:44 +0530
committerDastgir <dastgirpojee@rocketmail.com>2015-04-14 19:21:44 +0530
commitba9a89c3ff2d202c0bdc36c233c1d57c83d87d22 (patch)
tree6bb76787ee5791473a225771c56581c5d1c9275b /npc
parentdcee21a1a11c0c6aa5fe884f46bf3022375df3d1 (diff)
downloadhercules-ba9a89c3ff2d202c0bdc36c233c1d57c83d87d22.tar.gz
hercules-ba9a89c3ff2d202c0bdc36c233c1d57c83d87d22.tar.bz2
hercules-ba9a89c3ff2d202c0bdc36c233c1d57c83d87d22.tar.xz
hercules-ba9a89c3ff2d202c0bdc36c233c1d57c83d87d22.zip
Fixed Requirements of Wolchev's Quest. Fixed Description of weapon, Thanks to Inzianity for pointing it
Diffstat (limited to 'npc')
-rw-r--r--npc/re/instances/WolfchevLaboratory.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/instances/WolfchevLaboratory.txt b/npc/re/instances/WolfchevLaboratory.txt
index 55fef1b07..6eadd612e 100644
--- a/npc/re/instances/WolfchevLaboratory.txt
+++ b/npc/re/instances/WolfchevLaboratory.txt
@@ -448,7 +448,7 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
switch(select(
"Show me other items.",
""+.@armor$[1]+"Giant Shield^000000",
- ""+.@armor$[2]+"Acient Book of Geffenia-Water^000000",
+ ""+.@armor$[2]+"Ancient Book of Geffenia-Water^000000",
""+.@armor$[3]+"Bible of Promise(2nd Vol.)^000000",
""+.@armor$[4]+"Salvage Cape^000000",
""+.@armor$[5]+"Assassin's Handcuffs^000000",
@@ -468,7 +468,7 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
callsub L_Reward, Giant_Shield, 100, 50, 35;
break;
case 3:
- mes "<<Acient Book of Geffenia-Water[1]>>";
+ mes "<<Ancient Book of Geffenia-Water[1]>>";
mes "INT + 1, MDEF + 2. If Original INT point is 120, MATK + 10, MHP + 800.";
mes "When equipping with Lacryma Stick, the casting % from Storm Gust, Frost Misty and Jack frost will discount equivalent to 4 times Refine Lv.";
mes "Shield / Def 30 / Weight 100 / Required Lv 100 / Socket 1 / for Warlock";
@@ -484,13 +484,13 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
mes "<<Salvage Cape[0]>>";
mes "Allow to use 'Cicada Skin Shed'(Lv 1). Cool time for this skill will be 30 seconds. When equiping it, SP consumption for using any skill will be doubled, When taking it off, SP - 1200.";
mes "Garment / Def 1 / Weight 40 / Required Lv 130 / Socket 0 / for Archbishop";
- callsub L_Reward, Salvage_Cape, 100, 50, 35;
+ callsub L_Reward, Salvage_Cape, 300, 300, 400;
break;
case 6:
mes "<<Assassin's Handcuffs[1]>>";
mes "MSP + 20, CRI + 3. When equipping with Krishna, ATK + 50, ATK power from 'Sonic Blow' 50% increased, FLEE - 30. When equipping with Cakram CRI + 4, Critical ATK power 40% increased, MHP - 10%.";
mes "Accessory / Def 3 / Weight 40 / Required Lv 100 / Socket 1 / for Guillotine Cross";
- callsub L_Reward, Assassin_Handcuffs, 300, 300, 400;
+ callsub L_Reward, Assassin_Handcuffs, 100, 50, 35;
break;
case 7:
mes "<<Green Operating Gown[1]>>";
@@ -499,9 +499,9 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
callsub L_Reward, Green_Operation_Coat, 100, 50, 30;
break;
case 8:
- mes "<<Green Operating Gown[1]>>";
- mes "DEX + 1, MSP + 30. Equipping with Scalpel will let to drop 'Immortal Heart', 'Alcohol' with a certain chance when hunting Human, Animal type monsters. Refine Lv affects the drop rate.";
- mes "Armor / Def 66 / Weight 66 / Required Lv 100 / Socket 1 / for Generic";
+ mes "<<Ancient Gold Decoration>>";
+ mes "If the base Lv is 150, All State + 2. for Swordman, Merchant, Thief classes ATK + 8%, for Magician, Acolyte classes MATK + 8%, Heal Power + 7%, for Archer classes DEX + 3, Long Distance ATK power + 10%.";
+ mes "Helm / Def 7 / Location - Upper / Weight 40 / Required Lv 100 / Socket 1 / for 3rd Job Classes ";
callsub L_Reward, Ancient_Gold_Deco, 300, 300, 400;
break;
}