summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-08- Fixed a typo in Orc's Memory.brianluau1-1/+1
2009-12-27Fixed Meteor Assault and Spread Attack have twice the chance to trigger AutoS...Inkfish1-1/+6
2009-12-24Fixed a memleak that occurs when a player exits while waiting on a script sel...ultramage1-6/+5
2009-12-20Quick-added support for the new whisper packet (bugreport:3942).ultramage1-0/+11
2009-12-08Corrected a variable defined in a header file.ultramage4-6/+12
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X2-4/+8
2009-12-02Semi-revert of 14182, moved ALL_WEWISH up under SA_GRAVITY instead, as I hadn...L0ne_W0lf1-3/+1
2009-12-02Added skill ALL_WEWISH. This skill in older clients plays a song, however in ...L0ne_W0lf2-1/+8
2009-12-02* Autobonus code cleanups.Inkfish5-88/+98
2009-11-29- Official castle defense damage reduction/defense status changes. (bugreport...Kisuka2-8/+27
2009-11-27Fixed warping in OnPCDieEvent revives people with 0 hp.Inkfish1-10/+9
2009-11-26* NPC event code cleanups.Inkfish6-129/+86
2009-11-26Moved log_sql_init() call up in map-server-init to after after map_sql_init()...Paradox924X1-4/+2
2009-11-26Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hid...Paradox924X1-2/+3
2009-11-25Fixed damage doesn't cancel status changes.(followed up to r14164)Inkfish1-1/+1
2009-11-24Cleaned up leftover PACKETVER define on the charserver (followup to r14155).ultramage4-13/+2
2009-11-24Fixed instances not initializing after reloadscript (bugreport:3522).ultramage4-9/+13
2009-11-24* Fixed the logged damage from pets doesn't count when 'pet_attack_exp_to_mas...Inkfish3-16/+22
2009-11-23* Fixed player keeps bleeding when dead.Inkfish2-10/+11
2009-11-22Added ipban_cleanup_interval to the Login_Config struct (Follow-up to r14161).Paradox924X1-0/+1
2009-11-22Added 'ipban_cleanup_interval' option which determines how often expired IP b...Paradox924X2-6/+15
2009-11-21Removed an extra { from previous commit.Paradox924X1-1/+1
2009-11-21Cleaned up mapreg dirty-marking code to only mark the mapreg as dirty when it...Paradox924X1-11/+4
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex13-127/+445
2009-11-15Removed unnecessary use of StringBuf in int_quest.c to avoid memleaks in cert...ultramage1-16/+2
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage5-23/+24
2009-11-11- Fixed a typo in Strawberry Cake (12319). (bugreport:3702)brianluau1-3/+3
2009-11-08Fixed the flag from my last commit not workingInkfish1-1/+2
2009-11-08Fixed mob is removed from map right after his rebirth.Inkfish1-3/+5
2009-11-07* Fixed possible memory leaks caused by invalid parameters of autobonusInkfish1-9/+12
2009-11-07Added a flag to indicate if the script of an autobonus was parsed for the sak...Inkfish4-5/+22
2009-11-04* All Songs/Dances now create a 3 second delay before Adaption can be used.Inkfish2-5/+7
2009-11-03Fixed gcc compilation warnings in r14120.ultramage1-4/+4
2009-11-03Extended broadcast implementation:Gepard10-170/+204
2009-11-03* Added battle_config.mob_slave_keep_target config option (monster.conf)L0ne_W0lf5-4/+9
2009-11-02* Quick fix to char command checking gm level of the target player instead of...Inkfish2-2/+17
2009-11-01* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36...L0ne_W0lf3-1/+9
2009-10-27* Cast time of Emergency Call is doubled if you master of High Jump. Inkfish3-6/+11
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish6-11/+27
2009-10-26Implemented NPC_VAMPIREGIFT and NPC_WIDESOULDRAIN.Inkfish3-5/+21
2009-10-26* The status SC_INVINCIBLE now reduces all damage to 1.L0ne_W0lf2-2/+2
2009-10-25Hardcoded the even label config settings from r14097.ultramage2-10/+4
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish8-48/+109
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish12-73/+196
2009-10-24Reverted the previous change to OnTouch not triggering for invisible chars.ultramage1-3/+2
2009-10-24* 'OnTouch' script shouldn't trigger when you are invisible.(same as warps)Inkfish1-5/+9
2009-10-23Fixed login-server using already removed `auth_node`. (bugreport:3254)Gepard1-3/+3
2009-10-18Removed the char_rename setting in favor of a PACKETVER define.ultramage4-23/+30
2009-10-15Ported over several TXT online code fixes from charmerge (autotrading chars c...ultramage1-14/+35
2009-10-12Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.Inkfish1-28/+15