diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-28 16:28:10 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-28 16:28:10 +0530 |
commit | 265ec7e012d3414e5fc4b3360c0795b4697663f6 (patch) | |
tree | c70e1a26f5b5c1d22f9b7227f777e3d877471001 /npc/re/instances | |
parent | 7d93099232dcf3c74349a99d9fa891927f2351d6 (diff) | |
download | hercules-265ec7e012d3414e5fc4b3360c0795b4697663f6.tar.gz hercules-265ec7e012d3414e5fc4b3360c0795b4697663f6.tar.bz2 hercules-265ec7e012d3414e5fc4b3360c0795b4697663f6.tar.xz hercules-265ec7e012d3414e5fc4b3360c0795b4697663f6.zip |
Fixes Biolab Enchant having 0% success chance for some equips
Diffstat (limited to 'npc/re/instances')
-rw-r--r-- | npc/re/instances/WolfchevLaboratory.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/re/instances/WolfchevLaboratory.txt b/npc/re/instances/WolfchevLaboratory.txt index dcf726ed3..a4e484785 100644 --- a/npc/re/instances/WolfchevLaboratory.txt +++ b/npc/re/instances/WolfchevLaboratory.txt @@ -962,8 +962,9 @@ lhz_cube,233,24,4 script Sorcerer#Bio4Reward 4_M_UMDANCEKID,{ } else if (.@equip_item== Giant_Shield || .@equip_item == Geffenia_Book_Water || .@equip_item == Bible_Of_Promise2 || .@equip_item == Salvage_Cape || .@equip_item == Assassin_Handcuffs || .@equip_item == Green_Operation_Coat || .@equip_item == Ancient_Gold_Deco) { - if(.@equip_item == Salvage_Cape || .@equip_item == Ancient_Gold_Deco) - .@lhz_max_num = 4200; + .@type = 4; + if(.@equip_item == Salvage_Cape || .@equip_item == Ancient_Gold_Deco) + .@lhz_max_num = 4200; } else { mes "[Pudding]"; mes "Before! I need to check if this equipment can accept the power."; |