Age | Commit message (Expand) | Author | Files | Lines |
2009-05-19 | Added missing packet 0x2c9 and fixed 0x2da's length error | Inkfish | 1 | -0/+2 |
2009-05-18 | * Item-bonuses and NPC skills now use the official default durations for stat... | Playtester | 1 | -0/+1 |
2009-05-18 | status calc code cleanup | ultramage | 1 | -0/+12 |
2009-05-17 | * Eske and Eska now affect friendly guardians and slaves. (bugreport:2131) | Inkfish | 1 | -0/+1 |
2009-05-17 | * Monocell, Instant Death and Class Change will now fail on bosses (bugreport... | Playtester | 1 | -0/+2 |
2009-05-15 | * AutoSpellWhenHit now triggers on normal+skill by default (bugreport:1652) | Playtester | 1 | -0/+1 |
2009-05-15 | Removed the undocumented custom level feature from monster spawn lines (bugre... | ultramage | 1 | -0/+3 |
2009-05-13 | PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat... | Inkfish | 1 | -0/+1 |
2009-05-13 | * Fixed combo wait was not canceled when Kick skill was successfully used. (b... | Inkfish | 1 | -0/+2 |
2009-05-12 | * Fixed Aid Potion can heal the Emperium (bugreport:164) | Inkfish | 1 | -0/+2 |
2009-05-11 | * Fixed a crash when mob uses self-destruct skills (bugreport:2568) [Inkfish] | Inkfish | 1 | -0/+2 |
2009-05-10 | * Fixed the incorrect DEF reduction of Joint Beat (bugreport:3051) | Inkfish | 1 | -1/+2 |
2009-05-10 | * Magnetic Earth will never stack even if they are from the same team.(bugrep... | Inkfish | 1 | -0/+2 |
2009-05-09 | * Fixed GX's skill level modifier is missing | Inkfish | 1 | -0/+1 |
2009-05-09 | * Fixed some known and unknown player attached NPC timer problems | Inkfish | 1 | -0/+4 |
2009-05-07 | * Fixed up the base success rate of normal strip skills | Playtester | 1 | -0/+3 |
2009-05-07 | * Fixed splash damage from Baphomet Card might miss. [Inkfish] | Inkfish | 1 | -3/+10 |
2009-05-07 | * Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:... | Inkfish | 1 | -0/+2 |
2009-05-07 | * Fixed players can pull water from ME cell (follow up to r13730) | Inkfish | 1 | -0/+2 |
2009-05-04 | * Players now are allowed to copy the skills the level which is beyond the sk... | Inkfish | 1 | -0/+5 |
2009-05-04 | * Added the md5() script command. (follow up to r13719) | brianluau | 1 | -0/+2 |
2009-05-04 | Updated item_db.sql and mob_db.sql from recent changes to both. Thanks to Pet... | jmanfffreak | 1 | -0/+1 |
2009-05-03 | * Block equipments switching for some skills (bugreport:2900) | Inkfish | 1 | -0/+3 |
2009-05-03 | * Players now cannot be revived during pvp respawn delay | Inkfish | 1 | -0/+1 |
2009-05-03 | * Fix several npctimer issues (bugreport:1619, bugreport:1730) | Inkfish | 1 | -0/+1 |
2009-05-03 | * Fix 'awake' not working (bugreport:2580) | Inkfish | 1 | -0/+1 |
2009-05-03 | * Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish] | Inkfish | 1 | -0/+2 |
2009-05-02 | * Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037) | Playtester | 1 | -0/+3 |
2009-04-27 | * Fixed break equipment debuff working on bosses (bugreport:3023) | Playtester | 1 | -0/+2 |
2009-04-25 | * Fixed Monster Spiral Pierce not being reduced by Ghostring Card | Playtester | 1 | -0/+2 |
2009-04-25 | * First attempt to fix up the strip skills, please make sure these fixes work... | Playtester | 1 | -0/+7 |
2009-04-20 | * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667... | FlavioJS | 1 | -0/+2 |
2009-04-15 | * Monster Spiral Pierce is now a ranged misc attack | Playtester | 1 | -0/+5 |
2009-04-14 | * Cooking success chance is now affected by DEX and LUK | Playtester | 1 | -0/+4 |
2009-04-01 | * Removed online_check config options. (always active now) | FlavioJS | 1 | -0/+7 |
2009-03-31 | Gunslinger Tracking can be canceled if you get hit. | ultramage | 1 | -0/+4 |
2009-03-27 | * Fixed a problem that blockskill timer failed when there was more than one o... | Playtester | 1 | -0/+3 |
2009-03-26 | * Fixed Spirit of Assassin not reducing the aftercast delay of Sonic Blow | Playtester | 1 | -0/+3 |
2009-03-24 | * Added support for new status change packet, uses new setting display_status... | Sara | 1 | -0/+2 |
2009-03-18 | * Updated item_db.sql with the perl script | Playtester | 1 | -0/+2 |
2009-03-08 | * Fixed a couple bugs with marionette control | ultramage | 1 | -0/+6 |
2009-03-08 | Added several mail id checks to prevent a map server crash (bugreport:2837). | ultramage | 1 | -0/+2 |
2009-03-03 | Removed the Blade Stop range check against players. | ultramage | 1 | -1/+1 |
2009-03-02 | Blade Stop status no longer prevents item use and equip changing. | ultramage | 1 | -2/+4 |
2009-03-01 | Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until... | shadow | 1 | -0/+7 |
2009-03-01 | Ankle Snare cannot be knocked back anymore (bugreport:2804). | ultramage | 1 | -0/+2 |
2009-02-25 | * Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes... | FlavioJS | 1 | -0/+2 |
2009-02-23 | * Consolidated is_atcommand() and is_atcommand_sub() | sketchyphoenix | 1 | -0/+7 |
2009-02-23 | * Made mob_timer_delete check the deletetimer in the mob. | FlavioJS | 1 | -0/+2 |
2009-02-23 | * Made mob_delayspawn check the spawn_timer in the mob. | FlavioJS | 1 | -0/+3 |