summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...skotlex1-0/+2
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-23/+17
2006-10-16- Applied most of Mpeg's work on Ninja Skills. For information see: http://gp...skotlex1-27/+9
2006-10-16- When reinvoking a combo-time, the previous combo time will be terminated.skotlex1-1/+1
2006-10-13- Sight Blaster will not end after hitting 1 enemy if there's several enemies...skotlex1-7/+5
2006-10-13- Base attack for non players is now calculated as str + [str/10]^2 (it does ...skotlex1-1/+7
2006-10-13- Corrected Throw Arrow/Musical Strike's damage formulaskotlex1-10/+6
2006-10-12- Added a temporary message when Angel of the Sun, Moon and Stars trigger so ...skotlex1-0/+1
2006-10-12- Corrected Caprice cast info. No cast time, delay time equal to the bolt spe...skotlex1-9/+15
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-8/+10
2006-10-10- Should have fixed being petrified not reducing your defense and increaseing...skotlex1-6/+3
2006-10-09- sc_cast_cancel is now a type 4 setting.skotlex1-9/+7
2006-10-02- Modified item-granded status resistance reduction to behave as explained by...skotlex1-7/+9
2006-10-02- Added the opt3 values to Eskeskotlex1-5/+6
2006-10-01- Removed the speed adjustment per level of Increase/Decrease Agilityskotlex1-11/+4
2006-09-29- Spurt state will now trigger on Soul Linkers as well.skotlex1-2/+1
2006-09-29- Added a check un unit_run when unit_walktoxy fails. Should fix running gett...skotlex1-1/+1