Age | Commit message (Expand) | Author | Files | Lines |
2006-06-01 | - Corrected setting slaves_inherit_mode to not apply to morphosis skills. | skotlex | 1 | -1/+1 |
2006-06-01 | - Fixed slaves warping endlessly to their master when the master-slave distan... | skotlex | 1 | -1/+3 |
2006-06-01 | - Some small cleanups on status_calc_pet | skotlex | 1 | -1/+1 |
2006-05-31 | - Corrected the mob_ai&2 setting triggering rude-attacked due to can't walk d... | skotlex | 1 | -2/+3 |
2006-05-30 | - Updated attr_fix_table reading code to account for ELE_MAX (will correctly ... | skotlex | 1 | -4/+24 |
2006-05-30 | - Removed the on-die specific code from unit_remove_map and placed it on the ... | skotlex | 1 | -17/+20 |
2006-05-30 | Added decending npc to slaves. Custom feature.. nothing much. | Lance | 1 | -0/+1 |
2006-05-30 | [Fixed] | Lance | 1 | -1/+1 |
2006-05-29 | - Fixed pc_gainexp resetting your exp to 0 rather than adding it in... -.- | skotlex | 1 | -1/+1 |
2006-05-29 | - Added a division by zero check in mob_dead to prevent the (impossible) case... | skotlex | 1 | -3/+5 |
2006-05-28 | - Added functions status_revive, pc_revive and mob_revive to handle revival (... | skotlex | 1 | -21/+26 |
2006-05-28 | - Suppressed compilation warnings (unsigned and signed mismatches) | Lance | 1 | -1/+1 |
2006-05-27 | - Added structure status_data which holds status-related information (str, ag... | skotlex | 1 | -4131/+4065 |
2006-05-26 | And another possible crash | Lance | 1 | -2/+2 |
2006-05-26 | * Fixed crashing in mob.c | Lance | 1 | -1/+1 |
2006-05-26 | * Patches to allow everything to work right. + 1 more sample script. | Lance | 1 | -1/+21 |
2006-05-26 | Added a few more events in.. | Lance | 1 | -4/+16 |
2006-05-26 | * Mob control engine tested 99% working so far. | Lance | 1 | -35/+44 |
2006-05-25 | * Fixed mob control commands. | Lance | 1 | -1/+29 |
2006-05-25 | * Fix to the slave AI problem, by Skotlex | eaac | 1 | -1/+1 |
2006-05-24 | - Fixed summoned slaves being able to cast onspawn summon-skills (slaves aren... | skotlex | 1 | -2/+3 |
2006-05-24 | - Merged item_db.sql from stable :B | skotlex | 1 | -10/+8 |
2006-05-24 | - Corrected mob angry mode, now it only "restores" itself after being hit whe... | skotlex | 1 | -4/+3 |
2006-05-23 | - Corrected clif parse name request failing on disguised characters. | skotlex | 1 | -1/+2 |
2006-05-22 | - Corrected the 20 lvl diff 15% exp bonus on pk_mode servers. Thanks to Vayu ... | skotlex | 1 | -1/+2 |
2006-05-19 | - Fixed loginlog definition in main.sql, thanks to Tempesta | skotlex | 1 | -3/+3 |
2006-05-19 | - Added some braces to clear up the code in pc_additem, even though I doubt i... | skotlex | 1 | -6/+12 |
2006-05-19 | - Updated mob ai behaviour so that mobs use IDLE state skills when their curr... | skotlex | 1 | -4/+9 |
2006-05-17 | - Modified mob_can_changetarget to return true always when the new target is ... | skotlex | 1 | -3/+7 |
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 |