Age | Commit message (Expand) | Author | Files | Lines |
2009-05-02 | * Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037) | Playtester | 2 | -1/+5 |
2009-05-02 | - Fixed some typos in the script command documentation. (bugreport:2547) | brianluau | 5 | -8/+8 |
2009-04-30 | Added missing case SC_ONEHAND (from r5227) and case SC_MERC_QUICKEN (from r13... | ultramage | 2 | -66/+104 |
2009-04-28 | - Avoid setting the canwalk delay after being hit if the target is already un... | skotlex | 1 | -2/+2 |
2009-04-27 | * Fixed break equipment debuff working on bosses (bugreport:3023) | Playtester | 1 | -1/+1 |
2009-04-25 | * Fixed Monster Spiral Pierce not being reduced by Ghostring Card | Playtester | 1 | -2/+11 |
2009-04-25 | * First attempt to fix up the strip skills, please make sure these fixes work... | Playtester | 2 | -16/+15 |
2009-04-25 | Added an int64 typecast to both the acid demonstration equation (which couldn... | ultramage | 1 | -3/+3 |
2009-04-25 | Filled in missing SI_ (status icon) names based on official info. | ultramage | 1 | -22/+159 |
2009-04-25 | Correction to some status icons based on official information | ultramage | 2 | -19/+38 |
2009-04-24 | Fixed a small typo I did in my last Spiral Pierce fix, thanks to Inkfish for ... | Playtester | 1 | -1/+1 |
2009-04-24 | * Lil fix for my last commit. Sorry :) | akrus | 1 | -1/+1 |
2009-04-24 | Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since tha... | ultramage | 3 | -6/+5 |
2009-04-24 | * Fixed Acid Demonstration (and probably some other skills) working wrong on ... | akrus | 1 | -1/+1 |
2009-04-24 | Filled in missing OPT3 change for LK's Aura Blade. | ultramage | 1 | -4/+9 |
2009-04-23 | Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat... | ultramage | 2 | -6/+11 |
2009-04-23 | Fixed several occurences of map_freeblock() being used before map_deliddb() (... | ultramage | 3 | -4/+4 |
2009-04-23 | Made some adjustments to the land skill code, based on official information: | ultramage | 3 | -25/+31 |
2009-04-21 | - Now when the mob picks and attacks a player target, he is added to the "log... | skotlex | 1 | -0/+3 |
2009-04-21 | Crashfix for negative skill id values (bugreport:2984) | akrus | 1 | -1/+1 |
2009-04-20 | * Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667... | FlavioJS | 2 | -7/+18 |
2009-04-20 | Adjusted the exploit crashfix from r13678 to abort when invalid input is dete... | ultramage | 1 | -2/+2 |
2009-04-17 | - Critical crash fix. Please update your servers. | zephyrus | 1 | -0/+3 |
2009-04-16 | - Corrected the attack_attr_none setting to behave as it should: for those wh... | skotlex | 1 | -2/+3 |
2009-04-15 | * Monster Spiral Pierce is now a ranged misc attack | Playtester | 1 | -3/+4 |
2009-04-14 | * Cooking success chance is now affected by DEX and LUK | Playtester | 2 | -2/+4 |
2009-04-12 | * Took care of some warnings. (marionette formulas and *INTPTR_* macros) | FlavioJS | 2 | -14/+18 |
2009-04-11 | Inverted the way monster_ai 0x200 works, default is 0 again (followup to r136... | ultramage | 1 | -1/+1 |
2009-04-10 | - Set mob delay to a max of 24 hours so that mob_skill_db entries with huge d... | skotlex | 1 | -7/+10 |
2009-04-07 | Berserk Pitcher can now be used on characters that have bows equipped (fix to... | ultramage | 1 | -2/+2 |
2009-04-06 | Modified the lazy mob AI code to fix some very annoying behavior (bugreport:2... | ultramage | 1 | -28/+13 |
2009-04-05 | The dynamic mobs system will no longer de-spawn mvps (because it's annoying a... | ultramage | 1 | -0/+3 |
2009-04-03 | Quick-fixed a bug that let anyone kick any online character from the mapserve... | ultramage | 1 | -11/+2 |
2009-04-01 | * Removed online_check config options. (always active now) | FlavioJS | 6 | -145/+147 |
2009-03-31 | (bugreport:2836) A correction of a typographical error with GM command logging. | sketchyphoenix | 1 | -1/+1 |
2009-03-31 | Gunslinger Tracking can be canceled if you get hit. | ultramage | 1 | -5/+5 |
2009-03-30 | Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman... | ultramage | 1 | -5/+3 |
2009-03-30 | Defined new server-side PACKETVER 20081126 to add support for the modified pe... | ultramage | 2 | -1/+9 |
2009-03-30 | Added packet 0x43f's length to the packet len table and adjusted related code... | ultramage | 1 | -7/+6 |
2009-03-30 | Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500). | ultramage | 1 | -52/+92 |
2009-03-29 | - Missing cleanup from the previous BG code removal. | zephyrus | 1 | -1/+1 |
2009-03-29 | - Implementing official battleground "emblem" crossed swords icon. | zephyrus | 7 | -345/+67 |
2009-03-29 | Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu. | ultramage | 1 | -7/+10 |
2009-03-27 | * Fixed a problem that blockskill timer failed when there was more than one o... | Playtester | 2 | -5/+6 |
2009-03-27 | - Added Flavius Battleground scripts. | zephyrus | 1 | -221/+220 |
2009-03-26 | Quickfix to last commit | Playtester | 1 | -1/+1 |
2009-03-26 | * Fixed Spirit of Assassin not reducing the aftercast delay of Sonic Blow | Playtester | 1 | -12/+26 |
2009-03-25 | Added correct packets for the food item creation window. | ultramage | 3 | -1/+78 |
2009-03-25 | Fixed skill delay paw print icons showing for far too long. | Sara | 2 | -4/+14 |
2009-03-24 | Ghetto-fixed the status timer packet for now. | Sara | 1 | -1/+3 |