summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-02- Fixed SC_JOINTBEAT not doing crit damage for the Neck Break ailment.FlavioJS1-1/+1
2006-12-31* Refer to http://www.eathena.ws/board/index.php?showtopic=130285FlavioJS1-1/+1
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-0/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-6/+6
2006-12-20- Added an answer to a FlavioJS's comment, and added a question myself (npc.c...skotlex1-131/+164
2006-12-20- Fixed SC_STRIPWEAPON failing on two-handed weapons.skotlex1-4/+11
2006-12-18- Added hom_setting to specify which homunculus 'quirks' are in effect. The d...skotlex1-4/+5
2006-12-15- There will be now warnings printed when a shop sells an item which's buy pr...skotlex1-2/+5
2006-12-14- Added function skill_strip to handle stripping code. The RG strip skills an...skotlex1-16/+56
2006-12-11- simplified the code for @autolootskotlex1-33/+15
2006-12-07- Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the em...skotlex1-4/+7
2006-12-06- Changed the order of view-change packets for SC xmas/wedding, should fix cr...skotlex1-3/+3
2006-12-06- Renamed the mob mode Cast-Sensor Melee to Cast-Sensor idle since these mobs...skotlex1-1/+3
2006-12-06- Cleaned up the implementation of map_foreachinmovearea so that the number o...skotlex1-2/+2
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex1-2/+2
2006-12-04- Changed some pc_authfails to clif_authfail_fd since pc_authfail prints erro...skotlex1-2/+8
2006-12-04- Fixed the txt->sql converter not escaping character names before saving them.skotlex1-1/+4
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-7303/+7303
2006-12-01- Fixed txt-converter compilation. skotlex1-6/+9
2006-11-29- Added overflow protection to @main whisper parsing.skotlex1-1/+1
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex1-2/+3
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex1-4/+8
2006-11-28- Fixed a typo which made the wedding_ignore_palette setting not work when yo...skotlex1-2/+2
2006-11-28- Reverted the previous SG freeze counter method. Now the counter is reset on...skotlex1-2/+9
2006-11-28- Moved the blocking of casting supportive skills on homunculus from battle_c...skotlex1-19/+23
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex1-1/+1
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-14/+0
2006-11-25- Fixed missing line in status.c which explains why NPC_DEFENDER wasn't quite...skotlex1-0/+1
2006-11-24- Heaven's drive no longer targets traps.skotlex1-1/+1
2006-11-24- Cleaned the opt3 values to use hex instead of decimals in status.c, removed...skotlex1-22/+27
2006-11-24- Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ...skotlex1-1/+2
2006-11-22- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...skotlex1-1/+5
2006-11-22- Fixed the Auto-Berserk giving you back defense when it triggers during bers...skotlex1-0/+2
2006-11-21- Corrected GS_DISARM, it is now a normal attack, which, when it connects, ha...skotlex1-20/+21
2006-11-21- Corrected TripleAction's damage. It should do 150%*3 instead of 100*3% damage.skotlex1-1/+4
2006-11-20- The max level of NPC_SPLASHATTACK is now 1.skotlex1-10/+24
2006-11-16- Shadow Jump and Kirikage won't "move" you if you use them in GvG grounds. F...skotlex1-1/+1
2006-11-10- Deluge/Violent Gale/Volcano tiles will now fail to be placed on cells that ...skotlex1-3/+4
2006-11-09- Reduced the check area of hermod to 3x3, you now have to literally stand ne...skotlex1-4/+7
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-5/+0
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows s...skotlex1-17/+30
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-3/+2
2006-11-06- Corrected Ground Drift. Splash range of 3x3, stackable and placeable undern...skotlex1-2/+2
2006-11-06- Ganbantein's delay is now 2 secs.skotlex1-2/+5
2006-10-31Update homunc's speed when master's speed changes, should avoid homunc's spee...toms1-0/+12
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex1-5/+8
2006-10-30- Set the inf2 to encore skills of Wand of Hermodeskotlex1-5/+6
2006-10-25- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifyin...skotlex1-1/+3
2006-10-24- Removed again your mdef reducing "petrifying" time as apparently it can't b...skotlex1-8/+0
2006-10-23- Modified SC_STONE so that the duration of the "petrifying" time is 5 secs r...skotlex1-0/+9