/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
NECROMANCER/SOULTAKERby PMfun
Skill Changes
- Mass Slow: Duration has been reduced.
- Sleep: Skill use has been increased.
- Anchor: Success rate has been increased. Duration changed to 30s. Reuse chante to about 40s.
- Dark Vortex: Power is reduced but drain percentage is increased.
- Curse Fear: Success rate has been increased. Works about 90% in yellow mobs.
- Corpse Burst: Power has been increased 2 folds. It will have damage equivalent to a single target damage spell, even though it is an area effect damage spell. (Unconfirmed, PTS patch notes)
- Forget: Mind property added. Success rate has been increased. Works about 90% in yellow mobs.
- Vampiric Claw: MP usage increased.
- Vampiric Touch: MP usage increased.
- Summons' Damage in PVP has been nerfed (does not effect PVE).
- Summons' HP gauge can be viewed by all the players (enemies included).
- Summons' Soulshot consumption has been changed.
- Transfer pain: Fixed so that transfer pain will only work when servitor is near the summoner. The max range seems between 600-1200. MP Consumption increased (Unconfirmed).
- Silence: Duration has been reduced to 30s.
New Skills
- Mass Curse Fear (58): Puts surrounding enemies into a state of fear, causing them to run away. Fear with an area effect range of 500. Since sleep has been weaken, this might be used when soloing against enemies that are linked.
- Mass Curse Gloom (58): Decreases m.def of enemies surrounding the summon. Uses cursed bones.
- Summon Cursed Bone (58): Summons cursed bone. Level 1 costs 40 Spirit Ore and summons 25-100 cursed bones, Level 2 costs 80 Spirit Ore and summons 50-100 cursed bones.
Tak przyokazji z myślą o C5 co lepiej zsubować z myślą o tym C5 necro/pp czy he/pp ??o he to nie wiem ale chyba na c5 nie traci nic specjalnegoglad/pp
mam pytanie, w wielu skillach znajduje "Mind property added." co to??