summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-21- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where...skotlex1-10/+29
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-2/+5
2007-10-19- Applied some cleanups that should correct "Infinite Endure" ending sometimes.skotlex1-3/+9
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-23/+23
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-1/+1
2007-10-16Fixed NPC_CRITICALWOUND to reduce heal by 20% per levelPlaytester1-1/+1
2007-10-15Implemented new skill "Enlarge Weight Limit R", and increased MAX_SKILL_TREE ...L0ne_W0lf1-0/+2
2007-10-13* Fixed up NPC_POWERUP and NPC_AGIUPPlaytester1-2/+2
2007-10-11Removed the check that prevented Warp Portal from opening after you picked th...ultramage1-0/+1
2007-10-10* Partially removed the usage of 'flags' to direct the execution path in skil...ultramage1-4/+4
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-1/+1
2007-10-05* Removed a broken remnant of code from old gospel code (r4349) that's _suppo...ultramage1-2/+1
2007-10-05* Completed the code for SC_LIFEINSURANCE and it's status icon.zephyrus1-0/+2
2007-10-04* Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A...zephyrus1-17/+5
2007-10-03* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)zephyrus1-0/+20
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage1-107/+59
2007-10-03Bosses now can use teleport on Land ProtectorPlaytester1-1/+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-3/+18
2007-09-25- Corrected being able to cast multiple Gravitation Fields before the previou...skotlex1-1/+1
2007-09-24- Changed Greed Scroll's type to 11 (all itemskill items should use this)skotlex1-38/+30
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+1
2007-09-13- Corrected SG Miracle to trigger per attack, not per walked tile. Trigger ra...skotlex1-7/+6
2007-09-12Added SI_STEELBODY properly (value from packet capture)ultramage1-2/+1
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ...skotlex1-1/+6
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...skotlex1-6/+0
2007-09-03- Made regen work always, like Hp/Sp Loss, it no longer displays healing numb...skotlex1-5/+5
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...skotlex1-14/+19
2007-09-01Fixed certain typos in src/npc/doc filesultramage1-1/+1
2007-08-30- Added a piece of missing code from the addition of sd->skillhealskotlex1-0/+1
2007-08-22- Fixed Dragon Fear's status change selection and duration.skotlex1-14/+0
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-7/+8
2007-08-17* Implemented the official dual-wield aspd equationultramage1-8/+18
2007-08-16Added icons for NPC_CRITICALWOUND and NPC_SLOWCASTPlaytester1-2/+2
2007-08-15* Some serious code cleanupsultramage1-4/+1
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-5/+53
2007-08-13* Corrected skill-based hp/sp regen (SM_RECOVERY, MG_SRECOVERY, MO_SPIRITSREC...ultramage1-7/+7
2007-08-08- Changed the structure of the homunculus_db file so that the homunculus and ...skotlex1-3/+4
2007-08-06* Slightly deobfuscated the max-hp calculation functionalityultramage1-36/+42
2007-08-04Some all-around code reformatting/cleaningultramage1-119/+52
2007-08-04* Removed weird mvp reward item drop behavior (see topic:160077)ultramage1-1/+1
2007-07-08- added temp skill db entries and corrected some existing ones (see topic:157...ultramage1-2/+2
2007-07-05* update from Skotlexultramage1-1/+1
2007-07-02Undid the change from r10298, frozen status again modifies def/mdefultramage1-0/+4
2007-06-15* Fixed script command sc_end not supporting the extra argument as stated in...FlavioJS1-2/+2
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-0/+35
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-2/+2
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-5/+9
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage1-12/+12
2007-05-19Reformatting @_@ultramage1-30/+19