Age | Commit message (Expand) | Author | Files | Lines |
2006-09-27 | - Merged some splash changes from stable. Sharp-Shooting will now display a s... | skotlex | 1 | -0/+10 |
2006-09-20 | - A mob's HP is set temporarily to 0 before invoking it's on-death script, pr... | skotlex | 1 | -0/+2 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -0/+3 |
2006-09-16 | - Added monster_ai&256. When set, a monster will pick a random starting posit... | skotlex | 1 | -2/+2 |
2006-09-15 | - Now mobs won't do a distance check to lose their target on every ai iterati... | skotlex | 1 | -1/+1 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 1 | -3/+6 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 1 | -0/+10 |
2006-09-05 | - Removed setting mob_show_hp, it's been replaced now by mob_show_info, which... | skotlex | 1 | -5/+5 |
2006-09-04 | - Removed status_get_sc_tick, duration and chance are now both handled by sta... | skotlex | 1 | -15/+15 |
2006-09-04 | - Ordered up entries in skill_unit_db | skotlex | 1 | -0/+6 |
2006-09-04 | - Some cleanup of how mobcount works. | skotlex | 1 | -6/+5 |
2006-09-01 | - Added defines status_base_matk_(max/min) for code readability | skotlex | 1 | -4/+12 |
2006-09-01 | - Soul Breaker will now be affected by Lex Aeterna on both parts of the attack. | skotlex | 1 | -14/+4 |
2006-08-31 | Fixed new mob's name not sent to the client when the mob is morphed | toms | 1 | -2/+1 |
2006-08-31 | - Fixed @summon's delete timer being screwed up. | skotlex | 1 | -1/+1 |
2006-08-29 | - Mobs will now always chase players using hard-path seeks. | skotlex | 1 | -7/+8 |
2006-08-28 | - Added a missing pair of lines to mob.c which mysteriously vanished on my la... | skotlex | 1 | -1/+2 |
2006-08-28 | - Fixed exp bonuses applying twice for the job-exp | skotlex | 1 | -5/+6 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -21/+21 |
2006-08-26 | - Small adjustment on the mob_ai code which could fix mobs not chasing you if... | skotlex | 1 | -1/+1 |
2006-08-24 | - Now when a mob's adelay is set to be less than the amotion, both values wil... | skotlex | 1 | -2/+13 |
2006-08-24 | - Reverted the previous change, changed the pet capture code to try to captur... | skotlex | 1 | -3/+2 |
2006-08-24 | - Fixed the md->class_ variable not being updated when a mob's class is changed. | skotlex | 1 | -2/+2 |
2006-08-24 | - Fixed mob_clone_spawn completely ignoring the mode variable. | skotlex | 1 | -1/+3 |
2006-08-22 | - Fixed a crash on the mobspawn script command. | skotlex | 1 | -2/+10 |
2006-08-20 | - Added a check during mob_db loading so that the six basic stats, max hp and... | skotlex | 1 | -13/+22 |
2006-08-18 | - Made HLIF_HEAL a self skill that auto-selects target to caster's master. | skotlex | 1 | -1/+1 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 1 | -6/+5 |
2006-08-16 | - @produce now can make any kind of equipment | skotlex | 1 | -1/+1 |
2006-08-16 | - Updated mob_ai so that mobs will use their rude-attacked skill when they ca... | skotlex | 1 | -2/+3 |
2006-08-09 | - Added crash protection to the mob_db txt reading when the mob_db file has l... | skotlex | 1 | -2/+5 |
2006-08-08 | - Casting Kaensin will clear out Suiton and viceversa now. | skotlex | 1 | -3/+4 |
2006-08-08 | - Changed define EQP_WEAPON to specify only the right-hand weapon, added defi... | skotlex | 1 | -2/+0 |
2006-08-07 | - Fixed the map_search_freecell error which was making mobs fail to respawn. | skotlex | 1 | -1/+1 |
2006-08-07 | - Cleaned some of mpeg's updated work. | skotlex | 1 | -16/+6 |
2006-08-04 | - Removed settings enemy_critical_rate, homun_critical_rate. Added settings e... | skotlex | 1 | -8/+0 |
2006-08-04 | - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o... | skotlex | 1 | -3/+3 |
2006-08-03 | - Added a check to skip the experience share of characters who are dead or on... | skotlex | 1 | -0/+3 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 1 | -8/+8 |
2006-08-03 | - Added RUDE_ATTACKED_COUNT so you can easily adjust how many rude-attacks sh... | skotlex | 1 | -4/+8 |
2006-08-03 | - Cleaned up the last NJ update code. | skotlex | 1 | -1/+1 |
2006-08-01 | - Made Deluge/volcano/v. gale be castable on top of each other again | skotlex | 1 | -2/+2 |
2006-07-31 | - Removed incorrect "Waterball range+1 when standing on suiton" feature. | skotlex | 1 | -1/+1 |
2006-07-29 | - Some small bug fixes discovered while merging. | skotlex | 1 | -2/+2 |
2006-07-27 | - Removed a redeclared variable i in the parsing of the fame list (char-txt s... | skotlex | 1 | -1/+0 |
2006-07-27 | * Fix homunc & code cleanup [Toms] | toms | 1 | -1/+4 |
2006-07-27 | - Applied the necessary changes to make @partyoption reflect it's changes on ... | skotlex | 1 | -2/+2 |
2006-07-26 | - Modified party_item_share_type config setting so that using 1 disables item... | skotlex | 1 | -1/+1 |
2006-07-21 | - Added a check to prevent Blind from ending while standing on a fog of wall. | skotlex | 1 | -10/+15 |
2006-07-19 | - Oops, should have fixed sql compilation of mob.c | skotlex | 1 | -7/+1 |