summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-08* Updated enumerations of skill, skill unit and status option IDs.ai4rei1-1/+14
2010-10-11Implemented official cash food behavior, including use delay, not being dispe...Paradox924X1-6/+12
2010-06-14* Blocked being able to use the skill CR_DEVOTION on players under the status...L0ne_W0lf1-2/+2
2010-06-01* Implemented the Manuk and Splendide item status effects, thanks to Epoque.L0ne_W0lf1-1/+9
2010-05-21* Increased gobal_reg_value to 256 from 96.L0ne_W0lf1-0/+258
2010-02-27Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.ultramage1-1/+1
2009-06-28- Fixed a typo in r13915, causing SC_values 247+ to be off by one.brianluau1-1/+1
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-18/+18
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish1-1/+3
2009-06-08- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase ch...skotlex1-0/+1
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-2/+4
2009-06-04* Updates to ST_PRESERVE and a few other minor details!L0ne_W0lf1-1/+2
2009-05-22* The delay icon doesn't appear during casting now. (bugreport:3101)Inkfish1-4/+4
2009-05-18status calc code cleanupultramage1-7/+14
2009-05-15Changed the type of the 'first' parameter of status_calc_pc/mob/pet/homunculu...ultramage1-5/+6
2009-04-30Added missing case SC_ONEHAND (from r5227) and case SC_MERC_QUICKEN (from r13...ultramage1-28/+57
2009-04-25Filled in missing SI_ (status icon) names based on official info.ultramage1-22/+159
2009-04-25Correction to some status icons based on official informationultramage1-8/+11
2009-04-24Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since tha...ultramage1-2/+1
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-0/+1
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus1-1/+4
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-0/+4
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf1-2/+4
2008-09-10- Full implementation of mercenary skills.zephyrus1-0/+1
2008-09-01- Mercenary Bonus Status (currently activated each mob kill for testing).zephyrus1-0/+16
2008-08-24- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...zephyrus1-2/+3
2008-07-03Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...ultramage1-1/+0
2008-06-02- Added support for OnTouchNPC event, required for Monster Race. Script comma...zephyrus1-0/+1
2008-05-29- Support for SP Regen status just like HP Regen (by items, by a little time)...zephyrus1-0/+1
2008-05-08- Added some new items and headgears.zephyrus1-1/+11
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-2/+0
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-04-06Unequip should no longer remove any buff from seven wind. (bugreport:1155)Kevin1-0/+1
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-4/+6
2008-03-25Partially fixed the mess in status.c.ultramage1-38/+41
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-1/+101
2008-03-21- Added status changes for netcafe premium items. Status Resist Potion and SP...zephyrus1-0/+2
2008-03-20- Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ...zephyrus1-0/+1
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex1-0/+2
2008-02-14- Some optimizations to @noks (now using a Status Change timer).zephyrus1-0/+2
2008-02-10Added two missing opt2 values, for Angelus and Bleeding status.ultramage1-9/+8
2008-02-04- Some code cleanups.zephyrus1-3/+3
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-3/+3
2008-01-03Changes to reduce the number of map cell typesultramage1-0/+1
2007-12-12* Some preparations for the guild script updateultramage1-1/+1
2007-12-05- Made the struct weapon_atk lhw in status_data a static member rather than a...skotlex1-8/+6
2007-11-28- Applied the required changes to handle def as a signed char (allows for neg...skotlex1-1/+1
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-4/+5
2007-11-15- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]zephyrus1-0/+2
2007-11-12- Added SC_INCMDEFRATE, used in Mdef Potions.zephyrus1-0/+1