Age | Commit message (Expand) | Author | Files | Lines |
2009-05-07 | * Lv10 Waterball used by mobs should have 81 balls instead of 121 | Inkfish | 1 | -2/+7 |
2009-05-07 | * Fixed up the base success rate of normal strip skills | Playtester | 2 | -1/+8 |
2009-05-07 | Fixed Satan Morroc resummoning normal mobs instead of slaves (bugreport:3056) | Playtester | 2 | -4/+6 |
2009-05-07 | * Clean up for npc timer code | Inkfish | 2 | -66/+77 |
2009-05-07 | * Update Waterball code due to info updated | Inkfish | 2 | -2/+9 |
2009-05-07 | * Fixed splash damage from Baphomet Card might miss. [Inkfish] | Inkfish | 6 | -66/+110 |
2009-05-07 | * Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:... | Inkfish | 3 | -16/+20 |
2009-05-07 | - Fixed a "player not attached" error in the Moscovia quest. (bugreport:3041) | brianluau | 3 | -26/+9 |
2009-05-07 | * Fixed players can pull water from ME cell (follow up to r13730) | Inkfish | 2 | -24/+14 |
2009-05-07 | - Removed a duplicate entry in item_trade.txt (bugreport:2720) | brianluau | 2 | -48/+158 |
2009-05-06 | - Fixed an uninitialized variable in r13724. (bugreport:3052) | brianluau | 1 | -0/+1 |
2009-05-04 | * Players now are allowed to copy the skills the level which is beyond the sk... | Inkfish | 6 | -39/+60 |
2009-05-04 | Reverted the "The md5() of their kafra code is now stored in #kafra_code$" ch... | ultramage | 11 | -14/+54 |
2009-05-04 | * Added the md5() script command. (follow up to r13719) | brianluau | 10 | -11/+60 |
2009-05-04 | - Added a missing zeny check in the Jawaii Bartender. (bugreport:2897) | brianluau | 3 | -7/+9 |
2009-05-04 | Updated item_db.sql and mob_db.sql from recent changes to both. Thanks to Pet... | jmanfffreak | 3 | -3022/+3108 |
2009-05-03 | * Snatch now works with all weapons (including bow!) | Playtester | 3 | -2/+5 |
2009-05-03 | * Block equipments switching for some skills (bugreport:2900) | Inkfish | 5 | -1/+46 |
2009-05-03 | - Fixed a variable in refine.txt not being used. (bugreport:2882) | brianluau | 1 | -1/+1 |
2009-05-03 | *Sorry, something I forgot to merge from my own code. | Inkfish | 1 | -0/+3 |
2009-05-03 | - Switched the slot enchanter's checks so they come AFTER the final 'next' pa... | brianluau | 2 | -5/+6 |
2009-05-03 | * Players now cannot be revived during pvp respawn delay | Inkfish | 3 | -3/+8 |
2009-05-03 | * Removed the obfuscation of the #kafra_code password. (bugreport:2323) | brianluau | 4 | -12/+15 |
2009-05-03 | * Fix several npctimer issues (bugreport:1619, bugreport:1730) | Inkfish | 2 | -55/+67 |
2009-05-03 | * Fix 'awake' not working (bugreport:2580) | Inkfish | 2 | -1/+2 |
2009-05-03 | * Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish] | Inkfish | 2 | -0/+4 |
2009-05-02 | svn:eol-style native for char_sql's int_mercenary code (missing in r13166). | ultramage | 2 | -241/+241 |
2009-05-02 | * Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037) | Playtester | 3 | -1/+8 |
2009-05-02 | - Fixed some typos in the script command documentation. (bugreport:2547) | brianluau | 9 | -18/+22 |
2009-05-02 | Applied timexy's pvp warp name fix (bugreport:2938) | Playtester | 2 | -145/+148 |
2009-05-02 | * Re-added Kasa's missing Shield Reflect (bugreport:3039) | Playtester | 2 | -0/+8 |
2009-04-30 | * Fixed various typos in the Moscovia quests thanks to Ihades (bugreport:3036) | Playtester | 2 | -68/+70 |
2009-04-30 | Added missing case SC_ONEHAND (from r5227) and case SC_MERC_QUICKEN (from r13... | ultramage | 2 | -66/+104 |
2009-04-29 | * Incarnation of Morroc (Angel) is now Shadow 1 instead of Holy 1 | Playtester | 2 | -2/+4 |
2009-04-29 | Updated ASSIN_Q2 variable range check from < 1 to < 3 to defend against the v... | Paradox924X | 2 | -1/+5 |
2009-04-28 | - Avoid setting the canwalk delay after being hit if the target is already un... | skotlex | 1 | -2/+2 |
2009-04-28 | * Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport... | Playtester | 2 | -8/+2 |
2009-04-28 | * A few quest updates due to bugreports | Playtester | 5 | -114/+101 |
2009-04-27 | * Fixed break equipment debuff working on bosses (bugreport:3023) | Playtester | 2 | -1/+3 |
2009-04-25 | * Fixed Monster Spiral Pierce not being reduced by Ghostring Card | Playtester | 2 | -2/+13 |
2009-04-25 | * First attempt to fix up the strip skills, please make sure these fixes work... | Playtester | 3 | -16/+22 |
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 | 4 | -21/+42 |
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 | * Fixed wrong coordinates of the Prontera Bartender (bugreport:3000) | Playtester | 3 | -3/+6 |