summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-03Fixed the last warning reported in clang, super mega ultra hyper plus thanks ...shennetsind1-1/+1
2012-08-02Fixed bugreport:6324 where re-spawning mob still hits/chases its previous att...rud0lp201-4/+3
2012-07-29Fixed bugreport:6324 mobs now clear attacked data on death. special thanks to...shennetsind1-13/+10
2012-07-21Fixed bugreport:5968 mvp tombs should now unload w/o spiking cpu / lag / what...shennetsind1-2/+20
2012-07-18Updated summoning items files to episode 13.2 (pre-re) and 13.3 (re).daegaladh1-1/+1
2012-07-12Fixed bugreport:6223 so this happened to be indented eh, whops.shennetsind1-4/+4
2012-07-12Follow up r16414 fixed memleak with md->lootitemshennetsind1-2/+4
2012-07-12Fixed all warnings left from when compiling with -pedantic, confirmed with gc...shennetsind1-2/+2
2012-07-12another set of minor adjustments throughout the code.shennetsind1-1/+1
2012-07-11Added mob_classchange.txt since SA_CLASSCHANGE was using mob_boss.txt monster...daegaladh1-1/+2
2012-07-02Fixed bugreport:6151 monster skills will only trigger their text messages if ...shennetsind1-12/+10
2012-06-30Fixed bugreport:6136, mob chat should now be working.xantara1-1/+1
2012-06-18Little optimization on MVP tombstone system, maybe fix insane CPU usage spike...greenboxal21-4/+9
2012-06-14Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills ...rud0lp201-3/+3
2012-06-12Improved bonus-adding processes by no longer having to add it to the zero'd m...shennetsind1-3/+2
2012-06-01Fixed bugreport:4109 battle ground guardians will now follow nearby allies wh...shennetsind1-0/+28
2012-05-31Fixed bugreport:5867 clones with cloaking skill are no longer "invincible"shennetsind1-1/+5
2012-05-31Fixed bugreport:5791 mob rebirth skill shall now function properly on newer c...shennetsind1-9/+12
2012-05-24Fixed bugreport:5809 Ice Wall should now block mobs properly.shennetsind1-0/+3
2012-05-02Fixed bugreport:5649 shura cursed circle now stops mobs from being able to ta...shennetsind1-2/+2
2012-04-29- Updated the unit engine to cache attacker count rather than utilise CPU int...epoque111-4/+4
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-1/+1
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun1-8/+8
2012-04-25Fixed warning on mob.c.greenboxal21-1/+1
2012-04-24Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...greenboxal21-7/+2
2012-04-22Updated Mob AI's target check with new status effects: SC_BITE, SC_VACUUM_EXT...shennetsind1-6/+10
2012-04-21Added mvp tomb system.greenboxal21-0/+62
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-0/+10
2012-04-11yet another minor performance improvement. walking mobs no longer waste bandw...shennetsind1-2/+5
2012-04-11Minor performance improvement. server no longer wastes processing time creati...shennetsind1-1/+2
2012-04-11Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_E...shennetsind1-1/+1
2012-04-09- Spring cleaning of various source filesepoque111-3/+3
2012-03-23* Reading the itemDB checks for extra columns.xazax-hun1-1/+1
2012-03-23Follow up r15777, reworked skill_icewall_block so that it stops any attacks a...shennetsind1-3/+7
2012-03-23Fixed bugreport:3574 Ice Walls finally are able to stop mobs chasing caster, ...shennetsind1-1/+3
2012-03-18- Updated mob_race2_db.txt to apply under RE and non-RE modesepoque111-1/+1
2012-03-18* uncluttered DB paths between REMODE on/off a littlelordttseven1-18/+4
2012-03-05- Guild Castle code cleanup:gepard19841-20/+8
2012-03-01Follow up r15638: the 'sd' party is unnecessary -- when there is no player (e...shennetsind1-2/+2
2012-02-29Removed drop and exp penalties of bosses monsters in renewal. (bugreport:5377)protimus1-1/+2
2012-02-09Fixed clones so that they only cast skills according to the data passed from ...shennetsind1-2/+20
2012-02-01Mob_db `adelay` and `amotion` values sanitizing (related bugreport:3968).gepard19841-2/+4
2012-01-31 * Fixes and improvements related to MVP rewards (bugreport:1259):gepard19841-14/+9
2012-01-30- Removed more trailing tabs.brianluau1-8/+8
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-3/+3
2012-01-26Fixed segmentation fault at server shutdown caused by r15521.gepard19841-1/+1
2012-01-26 * Modified drop system to allow overriding global item drop rates on per-ite...gepard19841-1/+78
2012-01-25Added two picklog types to distinguish regular monster drops (M) from stolen ...gepard19841-1/+1
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-2/+2
2012-01-20Merged TXT removal branch back to trunk.gepard19841-6/+0