summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-12-Upd mob_count to read a 10 modib list to chk if present or notglighta1-3/+9
2012-11-12-Add Homon-S skills, 1st implementation (all done except Eleanors)glighta1-2/+2
2012-11-10- Added configuration to wheter the monster size would change experience earn...momacabu1-8/+15
2012-11-10- Modified *monster and *areamonster script commands to allow size and ai par...momacabu1-57/+38
2012-11-10Performance Improvement; Server shut down, instance clear up, and @cleanmap a...shennetsind1-1/+1
2012-11-01-Fix bugreport:6547 (bloodylust) upd bloodylust effect to berserkglighta1-161/+161
2012-10-31Fixed bugreport:6838 pc_level_penalty_mod would return 0 when no player was a...shennetsind1-1/+4
2012-10-30Fixed Level/Drop modifier based on level difference and created a db as sugge...rud0lp201-6/+5
2012-10-29* Follow-up r16835: Some cleanup.euphyy1-4/+4
2012-10-29-Add some src basic documentation.glighta1-4/+5
2012-09-26Fixed bugreport:6544 when mvp drops are at 100% drop rate it'll no longer alw...shennetsind1-37/+52
2012-09-02Hello! few things.shennetsind1-2/+2
2012-08-30Fixed bugreport:6576 changed mvptomb_ to rely on the id rather than the point...shennetsind1-15/+9
2012-08-25Follow up r16669 updated the new monster hp to its official behavior.rud0lp201-2/+8
2012-08-22Fixed bugreport:6536 when a monster is killed by a assist of yours it now upd...shennetsind1-37/+30
2012-08-22Fixed bugreport:6464 renewal drop rate can no longer make items "drop" at 0.0...shennetsind1-1/+4
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-21/+9
2012-08-20Added support for the new monster purple hp bar packet (packetver >= 20120404...shennetsind1-1/+6
2012-08-13Minor adjustment that makes clones die in a smoother manner (rather than stan...shennetsind1-2/+4
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