* Cleaned up Shadow Form to not be canceled by detection skills at 100%.
* Phantom Menace and Sensitive Keen do not do damage if the target is in Shadow Form.
* Body Paint has a chance to decrease attack speed and blind all targets around the caster, not just the hidden targets.
It's a source side define now, because you should really only change this if you know what you are doing.
Beautified the number for pre 2013-12-23, thanks to @dastgir.
Fixed a warning which was added by the last commit and was issued with the default settings, thanks to @cydh.
Follow up to f4b42b2
* Fixed 'Elemental Reistance Potions' doesn't work without changing any equipment.
* Moved player's Elemental resistance & attack bonus from `status_calc_pc_` that need `SCB_BASE` to `status_calc_atk_ele_pc` and `status_calc_def_ele_pc` as a child of `SCB_ATK_ELE` and `SCB_DEF_ELE` (doesn't need to calculate everything just for these points)
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
* Moved all item effects to source.
* Updated HP/SP Increase Potions to use the official statuses.
* Updated Vellum Flail to use the official status instead of Critical Wound.
Thanks to @exneval.
According to 3ceam revision 764 clients from 2013-12-23 on can deal with bigger packets. 3ceam uses 65636 as maximum, but we decided to stick with the maximum for unsigned shorts. Thanks to Rytech!
Please consider staying with the default value, because we will remove this configuration soon and make it a source side define which is depending on the packetversion define.
* Resolves a check for skills that have required equipment items to check for all items in the list.
* Fixes#782 - Removed renewal items from pre-renewal skill requirements for 3rd classes.
* Add missing packets other
* Fixed#785, Big HP Bar show only MVP (this not sure, needs official info)
note: BIG HP Bar for MVP, Now not update status hp
* Fixed 0 drop on IG_Lucky_Scroll08 and IG_Adventurer_Returns_Support_Box (Since commit 51074a06 on 2013-12-23)
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
Fixed all compiler warnings for the default settings(defines). There might be a lot with different packetversions or other setings. Feel free to create a issue on github if you find any.