summaryrefslogtreecommitdiff
path: root/src/map/status.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage1-2/+2
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-10/+14
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-1/+1
2007-10-21- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where...skotlex1-2/+6
2007-10-04* Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A...zephyrus1-3/+5
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-1/+0
2007-10-03* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)zephyrus1-0/+2
2007-09-28Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used...ultramage1-1/+1
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-0/+2
2007-09-12Added SI_STEELBODY properly (value from packet capture)ultramage1-1/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-1/+1
2007-08-19- Cleaned up some the pet armor display code.skotlex1-1/+1
2007-08-15* Added Critical Wounds to Anubis's skillsPlaytester1-0/+15
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-0/+4
2007-07-05* update from Skotlexultramage1-0/+1
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-0/+1
2007-05-05- imported the latest working grfio code from stableultramage1-24/+24
2007-05-03Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...ultramage1-2/+7
2007-04-24- NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ...skotlex1-0/+1
2007-04-22- Removed the include of features.h from the console.c plugin. It is apparent...skotlex1-1/+1
2007-04-14More svn:eol-style-ing and typo fixesultramage1-1/+1
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-6/+1