summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-09* Fixed GX's skill level modifier is missingInkfish1-1/+1
2009-05-09* Fixed some known and unknown player attached NPC timer problemsInkfish1-84/+124
2009-05-07* Lv10 Waterball used by mobs should have 81 balls instead of 121Inkfish1-2/+7
2009-05-07* Fixed up the base success rate of normal strip skillsPlaytester1-1/+5
2009-05-07* Clean up for npc timer codeInkfish2-66/+77
2009-05-07* Update Waterball code due to info updatedInkfish2-2/+9
2009-05-07* Fixed splash damage from Baphomet Card might miss. [Inkfish]Inkfish4-61/+98
2009-05-07* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...Inkfish2-16/+18
2009-05-07* Fixed players can pull water from ME cell (follow up to r13730)Inkfish1-24/+12
2009-05-06- Fixed an uninitialized variable in r13724. (bugreport:3052)brianluau1-0/+1
2009-05-04* Players now are allowed to copy the skills the level which is beyond the sk...Inkfish2-30/+44
2009-05-04* Added the md5() script command. (follow up to r13719)brianluau2-2/+18
2009-05-03* Block equipments switching for some skills (bugreport:2900)Inkfish4-1/+43
2009-05-03*Sorry, something I forgot to merge from my own code.Inkfish1-0/+3
2009-05-03* Players now cannot be revived during pvp respawn delayInkfish2-3/+7
2009-05-03* Fix several npctimer issues (bugreport:1619, bugreport:1730)Inkfish1-55/+66
2009-05-03* Fix 'awake' not working (bugreport:2580)Inkfish1-1/+1
2009-05-03* Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish]Inkfish1-0/+2
2009-05-02svn:eol-style native for char_sql's int_mercenary code (missing in r13166).ultramage2-241/+241
2009-05-02* Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037)Playtester2-1/+5
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau5-8/+8
2009-04-30Added missing case SC_ONEHAND (from r5227) and case SC_MERC_QUICKEN (from r13...ultramage2-66/+104
2009-04-28- Avoid setting the canwalk delay after being hit if the target is already un...skotlex1-2/+2
2009-04-27* Fixed break equipment debuff working on bosses (bugreport:3023)Playtester1-1/+1
2009-04-25* Fixed Monster Spiral Pierce not being reduced by Ghostring CardPlaytester1-2/+11
2009-04-25* First attempt to fix up the strip skills, please make sure these fixes work...Playtester2-16/+15
2009-04-25Added an int64 typecast to both the acid demonstration equation (which couldn...ultramage1-3/+3
2009-04-25Filled in missing SI_ (status icon) names based on official info.ultramage1-22/+159
2009-04-25Correction to some status icons based on official informationultramage2-19/+38
2009-04-24Fixed a small typo I did in my last Spiral Pierce fix, thanks to Inkfish for ...Playtester1-1/+1
2009-04-24* Lil fix for my last commit. Sorry :)akrus1-1/+1
2009-04-24Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since tha...ultramage3-6/+5
2009-04-24* Fixed Acid Demonstration (and probably some other skills) working wrong on ...akrus1-1/+1
2009-04-24Filled in missing OPT3 change for LK's Aura Blade.ultramage1-4/+9
2009-04-23Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat...ultramage2-6/+11
2009-04-23Fixed several occurences of map_freeblock() being used before map_deliddb() (...ultramage3-4/+4
2009-04-23Made some adjustments to the land skill code, based on official information:ultramage3-25/+31
2009-04-21- Now when the mob picks and attacks a player target, he is added to the "log...skotlex1-0/+3
2009-04-21Crashfix for negative skill id values (bugreport:2984)akrus1-1/+1
2009-04-20* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...FlavioJS2-7/+18
2009-04-20Adjusted the exploit crashfix from r13678 to abort when invalid input is dete...ultramage1-2/+2
2009-04-17- Critical crash fix. Please update your servers.zephyrus1-0/+3
2009-04-16- Corrected the attack_attr_none setting to behave as it should: for those wh...skotlex1-2/+3
2009-04-15* Monster Spiral Pierce is now a ranged misc attackPlaytester1-3/+4
2009-04-14* Cooking success chance is now affected by DEX and LUKPlaytester2-2/+4
2009-04-12* Took care of some warnings. (marionette formulas and *INTPTR_* macros)FlavioJS2-14/+18
2009-04-11Inverted the way monster_ai 0x200 works, default is 0 again (followup to r136...ultramage1-1/+1
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