summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus10-77/+366
2009-03-17Updated mob_db.sql to latest, thanks to Peter for his auto builds of the db's...jmanfffreak1-139/+177
2009-03-17- Battleground mapflags:zephyrus1-3/+12
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus8-486/+366
2009-03-17Removed garbage # from the medal of honor names.L0ne_W0lf2-6/+8
2009-03-16Fixed the Moscovia mob names in the spawn filePlaytester1-18/+19
2009-03-16* Lots of tiny little updates here and there.L0ne_W0lf5-164/+193
2009-03-16Fixed mob modes for the Moscovia mobsPlaytester1-5/+5
2009-03-16Fixed the Moscovia mob names in the mob_skill_db.txt as well.Playtester1-35/+35
2009-03-16Fixed Moscovia mob names (iRO and kRO are the same) and damagePlaytester1-5/+5
2009-03-16Fixed a logic typo in one empty string check (from r4823).ultramage1-1/+1
2009-03-15Corrected the `char` table's 'manner' column type to match the type used by t...ultramage2-1/+2
2009-03-15- Fixed typo on 'Maiden Hat'. (bugreport:2864)Kisuka3-4/+4
2009-03-13Corrected a potentially uninitialized variable in sv_parse (bugreport:2860).ultramage1-1/+2
2009-03-12Fixed several mistakes in Turbo Track scripts (bugreport:2829)akrus7-13/+34
2009-03-12typo :oakrus1-2/+2
2009-03-12- Added missing bonuses for 'Maiden Hat'. (bugreport:2826)Kisuka5-20/+23
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 controlultramage4-143/+65
2009-03-08Added several mail id checks to prevent a map server crash (bugreport:2837).ultramage2-3/+18
2009-03-06- Removing some comments "EoS" from my source.zephyrus1-19/+151
2009-03-06- Removing battleground maps mapflags from conf/mapflag. I will handle then o...zephyrus8-58/+10
2009-03-06- Release of Battleground Tierra Valley scripts 1 and 2.zephyrus4-0/+2354
2009-03-04Fixed a crash if for some reason a mob uses Blade Stop.ultramage1-1/+1
2009-03-04Follow up to r13559, r13560 and r13561. Moved some stuff around in the WoESE ...L0ne_W0lf13-125/+181
2009-03-04Small edits to battleground code (bugreport:2816)ultramage11-493/+427
2009-03-03Removed extra lines from schg_cas02 resetting data before eco/def is applied.L0ne_W0lf3-5/+3
2009-03-03Removed the Blade Stop range check against players.ultramage2-2/+2
2009-03-03* Applied the updated eco/def investment system to Juno WoESE castles.L0ne_W0lf6-127/+301
2009-03-03* Applied the updated eco/def investment system to Rachel WoESE castles, Juno...L0ne_W0lf7-172/+346
2009-03-03* Another round of bug fixes to various scripts.L0ne_W0lf13-77/+137
2009-03-02Partial revert of r13556. The client doesn't handle active skills with 0 sp c...ultramage2-2/+2
2009-03-02Blade Stop status no longer prevents item use and equip changing.ultramage3-6/+8
2009-03-02Just some generic cleanups.ultramage6-36/+33
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow5-4/+14
2009-03-01Ankle Snare cannot be knocked back anymore (bugreport:2804).ultramage2-0/+4
2009-02-27- Updated const.txt using battleground stuff.zephyrus4-61/+159
2009-02-26- Updating visual basic project files.zephyrus6-0/+44
2009-02-26- Second Part of BattleGround Implementation.zephyrus6-0/+478
2009-02-26- Fixed item Nemesis.zephyrus21-215/+1044
2009-02-25* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...FlavioJS2-1/+3
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()sketchyphoenix6-113/+107
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS4-7/+28
2009-02-23* Made mob_delayspawn check the spawn_timer in the mob.FlavioJS2-4/+27
2009-02-21Corrected revision number for the previous upgrade script.ultramage2-2/+2
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage8-67/+31
2009-02-20* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...FlavioJS2-3/+13