summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-25- Cleaned up the skill_landprotector function to correctly block only magic s...skotlex2-13/+31
2006-07-24- Modified the loginlog setting on the login-sql server to store the ips usin...skotlex1-8/+11
2006-07-24- Cleaned up the Mistress Card related code so that the no-gemstone bonus red...skotlex2-30/+23
2006-07-24- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...skotlex3-20/+19
2006-07-24- Added a check to prevent Deluge/Volcano/Violent Gale from being placed on t...skotlex3-11/+19
2006-07-24Random Homunculus cleanupDracoRPG3-89/+62
2006-07-24- Changed Land Protector's range back to 3.skotlex3-62/+43
2006-07-23- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...skotlex3-4/+4
2006-07-23- Fixed buildin_isequip not working correctly with non-cards.skotlex1-7/+7
2006-07-22- Applied use of EQI/EQP constants to the strip skills code.skotlex1-6/+6
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex5-13/+11
2006-07-22- Removed some pc_equipitem code that was added earlier today that wasn't rea...skotlex1-10/+0
2006-07-22- Added blocking of @me when muted or in berserk status.skotlex1-0/+4
2006-07-21- Corrected the @follow timer not being deleted on logout.skotlex5-9/+20
2006-07-21- battle_check_target will now tag homunculus as invalid target when the sour...skotlex2-2/+15
2006-07-21- Added the necessary checks so that Suiton makes Fogwall have double duratio...skotlex2-5/+9
2006-07-21- Added the vaporize line when the player dies in pc_dead.skotlex1-0/+1
2006-07-21- Now when the char-txt server does not finds a requested party, it will clea...skotlex4-2/+21
2006-07-21- Added back a map_freeblock call in skill_delunitgroup which caused a memory...skotlex1-0/+1
2006-07-21- Small bug fixes found during merging to stable process, includes correct HP...skotlex3-4/+4
2006-07-21- Added a check to prevent Blind from ending while standing on a fog of wall.skotlex3-12/+26
2006-07-20- Added source reporting when you do an invalid int&str or str&int operation ...skotlex1-0/+1
2006-07-20- Fixed the intif party creation packet having the incorrect size sent, hence...skotlex1-1/+1
2006-07-20- Added pc_check_weapontype to do a proper skill weapon check that takes into...skotlex4-5/+11
2006-07-20- Corrected Cloaking level 1-2 not letting you move across walls.skotlex4-17/+16
2006-07-20- Applied the fix to homunculus name saving...skotlex1-2/+4
2006-07-20- Added battle config settings agi_penalty_target and vit_penalty_target, the...skotlex2-3/+12
2006-07-20- Added a skill_unit_db entry for NJ_HYOUSYOURAKU, thanks to Eus for the data.skotlex2-16/+20
2006-07-20- corrected @homlevel up and one entry in the homun exp table as reported on ...skotlex1-0/+1
2006-07-20- Added a status_check_skilluse on skill_attack_area call to prevent splash d...skotlex1-1/+2
2006-07-20- Corrected fog of wall to behave as best known. Only takes effect when targe...skotlex2-14/+16
2006-07-20- Should have fixed @refine applying multiple times to equipment that uses mu...skotlex1-0/+8
2006-07-19- Oops, should have fixed sql compilation of mob.cskotlex1-7/+1
2006-07-19- Fixed the inf code update breakage which was blocking all offensive skills.skotlex6-37/+36
2006-07-19- Modified the targetted skill logic to enable offensive skills to be targett...skotlex5-17/+62
2006-07-19- Fixed parse_names on irc.c crashing when receiving a null argument.skotlex1-4/+4
2006-07-19- Fixed the homun creation sql statement. Why noone else did so before?skotlex1-1/+1
2006-07-19- When enabling/disabling hiding/unhiding an npc, if the npc is a warp, it wi...skotlex1-8/+13
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex6-8/+16
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex7-19/+80
2006-07-18- Fixed a compile warning. Some minor format cleanups.skotlex3-12/+2
2006-07-18- Added character 013 (enter) to the list of characters that are always remov...skotlex2-3/+3
2006-07-18- Fixed a crash when trying to extend TK's infinite combo feature.skotlex3-2/+5
2006-07-18- Corrected Venom splasher's splash damageskotlex5-75/+18
2006-07-18- Corrected Fog of Wall's "targetted spells fail 75% of the time" feature by ...skotlex2-18/+15
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex12-147/+132
2006-07-18- Fixed giving the 100% damage bonus when no-splash-targets are found in the ...skotlex1-3/+3
2006-07-18- Updated mob_db.sql to current mob_db.txt data.skotlex6-20/+13
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly w...skotlex7-70/+98
2006-07-17atcommand_follow is now more verbose.Euph1-3/+9