summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2009-04-10- Set mob delay to a max of 24 hours so that mob_skill_db entries with huge d...skotlex1-7/+10
2009-04-07Berserk Pitcher can now be used on characters that have bows equipped (fix to...ultramage1-2/+2
2009-04-06Modified the lazy mob AI code to fix some very annoying behavior (bugreport:2...ultramage1-28/+13
2009-04-05The dynamic mobs system will no longer de-spawn mvps (because it's annoying a...ultramage1-0/+3
2009-04-03Quick-fixed a bug that let anyone kick any online character from the mapserve...ultramage1-11/+2
2009-03-31(bugreport:2836) A correction of a typographical error with GM command logging.sketchyphoenix1-1/+1
2009-03-31Gunslinger Tracking can be canceled if you get hit.ultramage1-5/+5
2009-03-30Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman...ultramage1-5/+3
2009-03-30Defined new server-side PACKETVER 20081126 to add support for the modified pe...ultramage2-1/+9
2009-03-30Added packet 0x43f's length to the packet len table and adjusted related code...ultramage1-7/+6
2009-03-30Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500).ultramage1-52/+92
2009-03-29- Missing cleanup from the previous BG code removal.zephyrus1-1/+1
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus7-345/+67
2009-03-29Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu.ultramage1-7/+10
2009-03-27* Fixed a problem that blockskill timer failed when there was more than one o...Playtester2-5/+6
2009-03-27- Added Flavius Battleground scripts.zephyrus1-221/+220
2009-03-26Quickfix to last commitPlaytester1-1/+1
2009-03-26* Fixed Spirit of Assassin not reducing the aftercast delay of Sonic BlowPlaytester1-12/+26
2009-03-25Added correct packets for the food item creation window.ultramage3-1/+78
2009-03-25Fixed skill delay paw print icons showing for far too long.Sara2-4/+14
2009-03-24Ghetto-fixed the status timer packet for now.Sara1-1/+3
2009-03-24Some more fixes to my buggy commit -.-;Sara1-1/+4
2009-03-24:)akrus1-3/+2
2009-03-24Some fixes to my previous commit.Sara2-6/+6
2009-03-24sorry for so many commits, have no time to testakrus1-1/+1
2009-03-24Lol :xakrus1-3/+3
2009-03-24Yet another fix...akrus1-1/+1
2009-03-24Quick fix for Sara's commitakrus1-2/+2
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara9-20/+46
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus8-38/+282
2009-03-17- Battleground mapflags:zephyrus1-3/+12
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus5-29/+153
2009-03-16Fixed a logic typo in one empty string check (from r4823).ultramage1-1/+1
2009-03-10* Results of client behavior investigation when mes/next/close/menu/input is ...FlavioJS1-18/+63
2009-03-08Fixed statpoint table-based stat reset code using 'short' instead of 'unsigne...ultramage1-12/+10
2009-03-08* Fixed a couple bugs with marionette controlultramage3-143/+59
2009-03-08Added several mail id checks to prevent a map server crash (bugreport:2837).ultramage1-3/+16
2009-03-04Fixed a crash if for some reason a mob uses Blade Stop.ultramage1-1/+1
2009-03-04Small edits to battleground code (bugreport:2816)ultramage10-490/+427
2009-03-03Removed the Blade Stop range check against players.ultramage1-1/+1
2009-03-02Partial revert of r13556. The client doesn't handle active skills with 0 sp c...ultramage1-1/+1
2009-03-02Blade Stop status no longer prevents item use and equip changing.ultramage2-4/+4
2009-03-02Just some generic cleanups.ultramage4-34/+31
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow3-2/+5
2009-03-01Ankle Snare cannot be knocked back anymore (bugreport:2804).ultramage1-0/+2
2009-02-26- Second Part of BattleGround Implementation.zephyrus2-0/+412
2009-02-26- Fixed item Nemesis.zephyrus18-214/+1021
2009-02-25- Bugreport #2800 ( Atcommands usables without restriction :S )zephyrus2-5/+2
2009-02-24Replaced giving dummy sd gm levels in script commands atcommand and charcomma...sketchyphoenix2-3/+2
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix5-113/+100