summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-07-27- Now when you set the guardian's HP, if the guardian is spawned, it's HP wil...skotlex4-8/+61
2006-07-27- Some cleaning in status.c. Removed some unnecessary lines, and added proper...skotlex1-62/+20
2006-07-27- Added config setting "party_hp_mode" (battle/party.conf) which determines m...skotlex4-1/+7
2006-07-27- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.skotlex2-8/+14
2006-07-27- Readded the check which prevents Cloaking from activating when your learned...skotlex2-3/+12
2006-07-27- Removed a redeclared variable i in the parsing of the fame list (char-txt s...skotlex1-1/+0
2006-07-27* Fix homunc & code cleanup [Toms] toms4-73/+105
2006-07-27- Fixed a memory leak when reading the item_db txt.skotlex1-2/+2
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex6-22/+21
2006-07-26- Some code cleanup of HLIF_MOON in regards to the number of hits and damage ...skotlex2-3/+2
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex4-6/+7
2006-07-26- Added battle_get_master which returns the master bl of a given object.skotlex1-114/+128
2006-07-26- Added support for "sc_end -1" which will clear all status changes. Added th...skotlex1-1/+4
2006-07-26- @pettalk will now fail when muted.skotlex1-0/+4
2006-07-26- Enabled changing of equipment while stunned/asleep/petrified/etcskotlex2-5/+5
2006-07-25- Cleaned up run_script_main to properly free previous stack-data when runnin...skotlex1-33/+28
2006-07-25- Added a check when buying from npcs to allow buying of item_avail items.skotlex1-1/+2
2006-07-25- Fixed duel accept invite sending the packet before the duel data is set (re...skotlex1-4/+4
2006-07-25- Fixed a possible crash when you dual-wield and the total damage is 0.skotlex1-4/+3
2006-07-25- Cleaned up the skill_landprotector function to correctly block only magic s...skotlex2-13/+31
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 cleanupDracoRPG2-88/+61
2006-07-24- Changed Land Protector's range back to 3.skotlex2-61/+42
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.skotlex4-12/+10
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...skotlex1-1/+3
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- 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