Age | Commit message (Expand) | Author | Files | Lines |
2006-05-15 | - Changed the behaviour of immobile mobs when they can't chase their target. ... | skotlex | 1 | -1/+2 |
2006-05-14 | data.x=x; data.y=y was not done at all except when using random coordinates. ... | blackhole89 | 1 | -2/+5 |
2006-05-12 | - Reverted again the change that stuns the caster on Ske, Ska, Swoo when the ... | skotlex | 1 | -9/+15 |
2006-05-12 | - Updated cast times of Kaupe and Kaahi. | skotlex | 1 | -3/+2 |
2006-05-11 | - NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) o... | skotlex | 1 | -1/+1 |
2006-05-09 | - Fixed Fog of Wall's symmetry in respect to Misc attacks, they no longer get... | skotlex | 1 | -4/+2 |
2006-05-09 | - Added missing icon for Joint Beat | skotlex | 1 | -2/+6 |
2006-05-09 | - Script commands sc_start, sc_start2 and sc_start4 will now start regardless... | skotlex | 1 | -3/+7 |
2006-05-07 | removed old logs | Lupus | 1 | -13/+0 |
2006-05-05 | - Added a npc-script-event cache to avoid looking up event-scripts every time... | skotlex | 1 | -14/+3 |
2006-05-05 | - Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (... | skotlex | 1 | -0/+16 |
2006-05-05 | fixed my MVP drop conf | reddozen | 1 | -10/+10 |
2006-05-04 | - Some clean-ups in the mob_ai | skotlex | 1 | -6/+8 |
2006-05-04 | - Cleaned up and used mob_skill_event function when hit by a ground-skill. | skotlex | 1 | -1/+1 |
2006-05-04 | - Cleaned up the mob-random-walking code. | skotlex | 1 | -42/+37 |
2006-05-04 | - Pair of almost insignificant changes in mob.c (removed a unneeded next_walk... | skotlex | 1 | -2/+1 |
2006-05-02 | added support to regulate MVP drops [Reddozen] | reddozen | 1 | -15/+55 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 1 | -7/+1 |
2006-04-30 | - Fixed possible crash when mob drop logs is enabled. | skotlex | 1 | -1/+1 |
2006-04-29 | - Modified the mob_db structure. The mvp related columns were moved to before... | skotlex | 1 | -85/+84 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 1 | -15/+20 |
2006-04-28 | - Added function stristr to strlib.c, used by mob.c and item_db.c for case-in... | skotlex | 1 | -2/+3 |
2006-04-28 | - Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun... | skotlex | 1 | -0/+1 |
2006-04-27 | - Changed the default rate of clone mob skills to 5% modified by mob_skill_ra... | skotlex | 1 | -1/+1 |
2006-04-27 | - Some changes in the slave skill conditions. All their skills are triggered ... | skotlex | 1 | -11/+8 |
2006-04-27 | - Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I... | skotlex | 1 | -1/+0 |
2006-04-26 | - Modified mob_drop_adjust function to receive unsigned int as initial parame... | skotlex | 1 | -3/+5 |
2006-04-25 | - Modified and simplified the random item group format. It now is <GroupID>,<... | skotlex | 1 | -2/+2 |
2006-04-25 | - All GMs will be sent to the char server through packet 0x2aff now. | skotlex | 1 | -2/+1 |
2006-04-24 | - Cleaned up @grind2 | skotlex | 1 | -2/+2 |
2006-04-24 | - Fixed skill_delayfix not altering delay at all after you reached 150. | skotlex | 1 | -22/+8 |
2006-04-24 | - Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum... | skotlex | 1 | -84/+93 |
2006-04-24 | - Idle skills won't trigger while the mob is walking. | skotlex | 1 | -8/+9 |
2006-04-23 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54... | shinomori | 1 | -2/+18 |
2006-04-18 | - Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free,... | skotlex | 1 | -0/+2 |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -2/+2 |
2006-04-13 | - Changed slave chasing from using unit_walktobl to map_search_freecell + uni... | skotlex | 1 | -7/+9 |
2006-04-12 | - Added cast time to pick stone of 3 secs and 500ms delay | skotlex | 1 | -0/+1 |
2006-04-12 | - Simplified the mob-drops structure by using a single timer with a linked li... | skotlex | 1 | -70/+75 |
2006-04-12 | - Removed the piece of code that "guesses" that job classes between 24 and 68... | skotlex | 1 | -2/+0 |
2006-04-11 | - Fixed Looted items always dropping in quantities of 1. | skotlex | 1 | -1/+1 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 1 | -23/+18 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 1 | -3/+2 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 1 | -146/+23 |
2006-04-09 | - Modified @warp/@rura to prevent causing pc_setpos position error messages. | skotlex | 1 | -0/+1 |
2006-04-09 | - Fixed @npcmove not sending the correct packets to make the moving refresh c... | skotlex | 1 | -2/+3 |
2006-04-09 | - Small code cleanups. One should lower a bit function overhead when using mo... | skotlex | 1 | -1/+1 |
2006-04-09 | - Mob_ai update. The attacked checks will trigger even if the mob can't move.... | skotlex | 1 | -10/+3 |
2006-04-08 | - Fixed @movenpc | skotlex | 1 | -12/+9 |
2006-04-08 | - Added function status_change_init to initialize all the sc timers. Added sc... | skotlex | 1 | -4/+3 |