summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-04- Oops, fixed sql compile error.skotlex1-1/+1
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex1-104/+108
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-1/+2
2006-12-03- Fixed even share exp flutuating as described in:FlavioJS1-2/+1
2006-12-02- Fixed passive mobs becoming increasingly unlikely to retaliate to attacks a...skotlex1-1/+1
2006-11-29- HT_PHANTASMIC no longer knocks back even when it misses.skotlex1-14/+20
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex1-2/+2
2006-11-27- Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef wh...skotlex1-1/+1
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-0/+3
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex1-1/+1
2006-11-22- Modified slaves_inherit_speed and slaves_inherit_mode so you get better con...skotlex1-21/+28
2006-11-20- The max level of NPC_SPLASHATTACK is now 1.skotlex1-17/+17
2006-11-20- Raised the amount of skills that can stack on a single cell before the "in-...skotlex1-0/+1
2006-11-09- Fixed status-change loading not working.skotlex1-1/+1
2006-11-08- Moved the duel functions to pc.c since they are so totally out of place in ...skotlex1-14/+22
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia...skotlex1-7/+2
2006-11-06- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.skotlex1-9/+8
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex1-3/+3
2006-10-31- Added a check to prevent adding negative damage to the total accumulated da...skotlex1-3/+12
2006-10-30- Corrected GS skill ranges using Aegis data. All their targetted skills have...skotlex1-1/+2
2006-10-28- Fixed mob-skill event "skillused" not triggering at all.skotlex1-2/+2
2006-10-25- Made the exp bonus settings be adjustable:skotlex1-4/+11
2006-10-23- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got rea...skotlex1-1/+2
2006-10-20- Added config setting "summon_flora_setting", which it you can decide now tw...skotlex1-7/+16
2006-10-19- Cleaned up the log.c file.skotlex1-5/+5
2006-10-11- Corrected the mob damagelog structure so that you can't exploit it by switc...skotlex1-50/+36
2006-10-06- Disabling status abnormalities will now reset a mob's target.skotlex1-0/+6
2006-09-27- Merged some splash changes from stable. Sharp-Shooting will now display a s...skotlex1-0/+10
2006-09-20- A mob's HP is set temporarily to 0 before invoking it's on-death script, pr...skotlex1-0/+2
2006-09-17- Fixed NPC_INVISIBLE's cloak ending after attacking once.skotlex1-0/+3
2006-09-16- Added monster_ai&256. When set, a monster will pick a random starting posit...skotlex1-2/+2
2006-09-15- Now mobs won't do a distance check to lose their target on every ai iterati...skotlex1-1/+1
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex1-3/+6
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex1-0/+10
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex1-5/+5
2006-09-04- Removed status_get_sc_tick, duration and chance are now both handled by sta...skotlex1-15/+15
2006-09-04- Ordered up entries in skill_unit_dbskotlex1-0/+6
2006-09-04- Some cleanup of how mobcount works.skotlex1-6/+5
2006-09-01- Added defines status_base_matk_(max/min) for code readabilityskotlex1-4/+12
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex1-14/+4
2006-08-31Fixed new mob's name not sent to the client when the mob is morphedtoms1-2/+1
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex1-1/+1
2006-08-29- Mobs will now always chase players using hard-path seeks.skotlex1-7/+8
2006-08-28- Added a missing pair of lines to mob.c which mysteriously vanished on my la...skotlex1-1/+2
2006-08-28- Fixed exp bonuses applying twice for the job-expskotlex1-5/+6
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-21/+21
2006-08-26- Small adjustment on the mob_ai code which could fix mobs not chasing you if...skotlex1-1/+1
2006-08-24- Now when a mob's adelay is set to be less than the amotion, both values wil...skotlex1-2/+13
2006-08-24- Reverted the previous change, changed the pet capture code to try to captur...skotlex1-3/+2
2006-08-24- Fixed the md->class_ variable not being updated when a mob's class is changed.skotlex1-2/+2