summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Renamed RRMODE to REMODEshennetsind1-5/+5
2011-12-11Renewal Weapon MATK boost fix, bugreport:5115shennetsind1-1/+5
2011-12-09Renewal Mode DEF calc fixed (can go over 127 now), bugreport:5110shennetsind1-0/+11
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-13/+268
2011-10-16* Changed function-like macros into inline functions where it seemed appropri...ai4rei1-5/+1
2011-09-08* Fix C++ compilation issues.flaviojs1-1/+1
2011-08-10- Commiting a bunch of cleanups piled up from the past few weeks/months/years.Skotlex1-0/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-2/+2
2011-05-23* Changed enumerating defines into enumerations (related topic:264007).ai4rei1-33/+41
2011-04-21* Extended debugging code for bugreport:3504 (related r14599).ai4rei1-1/+2
2011-02-17* Merged enumeration update from renewal [14699/branches/renewal] for a futur...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