summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-09- Fixed Fog of Wall's symmetry in respect to Misc attacks, they no longer get...skotlex1-4/+2
2006-05-09- Added missing icon for Joint Beatskotlex1-2/+6
2006-05-09- Script commands sc_start, sc_start2 and sc_start4 will now start regardless...skotlex1-3/+7
2006-05-07removed old logsLupus1-13/+0
2006-05-05- Added a npc-script-event cache to avoid looking up event-scripts every time...skotlex1-14/+3
2006-05-05- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (...skotlex1-0/+16
2006-05-05fixed my MVP drop confreddozen1-10/+10
2006-05-04- Some clean-ups in the mob_aiskotlex1-6/+8
2006-05-04- Cleaned up and used mob_skill_event function when hit by a ground-skill.skotlex1-1/+1
2006-05-04- Cleaned up the mob-random-walking code.skotlex1-42/+37
2006-05-04- Pair of almost insignificant changes in mob.c (removed a unneeded next_walk...skotlex1-2/+1
2006-05-02added support to regulate MVP drops [Reddozen]reddozen1-15/+55
2006-04-30- Removed attack_type from sd->state structure (it's only use was for soul-dr...skotlex1-7/+1
2006-04-30- Fixed possible crash when mob drop logs is enabled. skotlex1-1/+1
2006-04-29- Modified the mob_db structure. The mvp related columns were moved to before...skotlex1-85/+84
2006-04-28- Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has...skotlex1-15/+20
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...skotlex1-2/+3
2006-04-28- Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun...skotlex1-0/+1
2006-04-27- Changed the default rate of clone mob skills to 5% modified by mob_skill_ra...skotlex1-1/+1
2006-04-27- Some changes in the slave skill conditions. All their skills are triggered ...skotlex1-11/+8
2006-04-27- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I...skotlex1-1/+0
2006-04-26- Modified mob_drop_adjust function to receive unsigned int as initial parame...skotlex1-3/+5
2006-04-25- Modified and simplified the random item group format. It now is <GroupID>,<...skotlex1-2/+2
2006-04-25- All GMs will be sent to the char server through packet 0x2aff now.skotlex1-2/+1
2006-04-24- Cleaned up @grind2skotlex1-2/+2
2006-04-24- Fixed skill_delayfix not altering delay at all after you reached 150.skotlex1-22/+8
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum...skotlex1-84/+93
2006-04-24- Idle skills won't trigger while the mob is walking.skotlex1-8/+9
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...shinomori1-2/+18
2006-04-18- Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free,...skotlex1-0/+2
2006-04-17- Added state.running to unit_data to make it easier to check for running cha...skotlex1-2/+2
2006-04-13- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...skotlex1-7/+9
2006-04-12- Added cast time to pick stone of 3 secs and 500ms delayskotlex1-0/+1
2006-04-12- Simplified the mob-drops structure by using a single timer with a linked li...skotlex1-70/+75
2006-04-12- Removed the piece of code that "guesses" that job classes between 24 and 68...skotlex1-2/+0
2006-04-11- Fixed Looted items always dropping in quantities of 1.skotlex1-1/+1
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex1-23/+18
2006-04-11- Fixes to the unit_data update that lets characters auto-chase while attacking.skotlex1-3/+2
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex1-146/+23
2006-04-09- Modified @warp/@rura to prevent causing pc_setpos position error messages.skotlex1-0/+1
2006-04-09- Fixed @npcmove not sending the correct packets to make the moving refresh c...skotlex1-2/+3
2006-04-09- Small code cleanups. One should lower a bit function overhead when using mo...skotlex1-1/+1
2006-04-09- Mob_ai update. The attacked checks will trigger even if the mob can't move....skotlex1-10/+3
2006-04-08- Fixed @movenpcskotlex1-12/+9
2006-04-08- Added function status_change_init to initialize all the sc timers. Added sc...skotlex1-4/+3
2006-04-08- Likely fixed a mob not returning to their original class view on respawn af...skotlex1-4/+3
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex1-0/+4
2006-04-06- Corrected the Soul Drain formula, thanks to Haplo for pointing it out.skotlex1-1/+1
2006-04-06- Changed the random warping of mobs with no players from mob_spawn to unit_w...skotlex1-1/+1
2006-04-03- Modified Rude-Attacked behaviour so that such skills only triggers when the...skotlex1-3/+17