Age | Commit message (Expand) | Author | Files | Lines |
2009-12-24 | Fixed a memleak that occurs when a player exits while waiting on a script sel... | ultramage | 1 | -6/+5 |
2009-12-20 | Quick-added support for the new whisper packet (bugreport:3942). | ultramage | 1 | -0/+11 |
2009-12-08 | Corrected a variable defined in a header file. | ultramage | 4 | -6/+12 |
2009-12-02 | Semi-revert of 14182, moved ALL_WEWISH up under SA_GRAVITY instead, as I hadn... | L0ne_W0lf | 1 | -3/+1 |
2009-12-02 | Added skill ALL_WEWISH. This skill in older clients plays a song, however in ... | L0ne_W0lf | 2 | -1/+8 |
2009-12-02 | * Autobonus code cleanups. | Inkfish | 5 | -88/+98 |
2009-11-29 | - Official castle defense damage reduction/defense status changes. (bugreport... | Kisuka | 2 | -8/+27 |
2009-11-27 | Fixed warping in OnPCDieEvent revives people with 0 hp. | Inkfish | 1 | -10/+9 |
2009-11-26 | * NPC event code cleanups. | Inkfish | 6 | -129/+86 |
2009-11-26 | Moved log_sql_init() call up in map-server-init to after after map_sql_init()... | Paradox924X | 1 | -4/+2 |
2009-11-26 | Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hid... | Paradox924X | 1 | -2/+3 |
2009-11-25 | Fixed damage doesn't cancel status changes.(followed up to r14164) | Inkfish | 1 | -1/+1 |
2009-11-24 | Cleaned up leftover PACKETVER define on the charserver (followup to r14155). | ultramage | 1 | -1/+1 |
2009-11-24 | Fixed instances not initializing after reloadscript (bugreport:3522). | ultramage | 4 | -9/+13 |
2009-11-24 | * Fixed the logged damage from pets doesn't count when 'pet_attack_exp_to_mas... | Inkfish | 3 | -16/+22 |
2009-11-23 | * Fixed player keeps bleeding when dead. | Inkfish | 2 | -10/+11 |
2009-11-21 | Removed an extra { from previous commit. | Paradox924X | 1 | -1/+1 |
2009-11-21 | Cleaned up mapreg dirty-marking code to only mark the mapreg as dirty when it... | Paradox924X | 1 | -11/+4 |
2009-11-19 | - Applied the renewal client support patch from Diablo (eA forum topic 222623) | skotlex | 9 | -101/+314 |
2009-11-13 | Resolved a client hang in the scenario where the client sent loadendack befor... | ultramage | 3 | -9/+20 |
2009-11-11 | - Fixed a typo in Strawberry Cake (12319). (bugreport:3702) | brianluau | 1 | -3/+3 |
2009-11-08 | Fixed the flag from my last commit not working | Inkfish | 1 | -1/+2 |
2009-11-08 | Fixed mob is removed from map right after his rebirth. | Inkfish | 1 | -3/+5 |
2009-11-07 | * Fixed possible memory leaks caused by invalid parameters of autobonus | Inkfish | 1 | -9/+12 |
2009-11-07 | Added a flag to indicate if the script of an autobonus was parsed for the sak... | Inkfish | 4 | -5/+22 |
2009-11-04 | * All Songs/Dances now create a 3 second delay before Adaption can be used. | Inkfish | 2 | -5/+7 |
2009-11-03 | Fixed gcc compilation warnings in r14120. | ultramage | 1 | -4/+4 |
2009-11-03 | Extended broadcast implementation: | Gepard | 8 | -149/+171 |
2009-11-03 | * Added battle_config.mob_slave_keep_target config option (monster.conf) | L0ne_W0lf | 5 | -4/+9 |
2009-11-02 | * Quick fix to char command checking gm level of the target player instead of... | Inkfish | 2 | -2/+17 |
2009-11-01 | * Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36... | L0ne_W0lf | 3 | -1/+9 |
2009-10-27 | * Cast time of Emergency Call is doubled if you master of High Jump. | Inkfish | 3 | -6/+11 |
2009-10-27 | Fixed quest will never get erased when it's the only quest you have. | Inkfish | 5 | -10/+26 |
2009-10-26 | Implemented NPC_VAMPIREGIFT and NPC_WIDESOULDRAIN. | Inkfish | 3 | -5/+21 |
2009-10-26 | * The status SC_INVINCIBLE now reduces all damage to 1. | L0ne_W0lf | 2 | -2/+2 |
2009-10-25 | Hardcoded the even label config settings from r14097. | ultramage | 2 | -10/+4 |
2009-10-25 | Reverted renaming foreach functions and create a new one for OnTouch so that ... | Inkfish | 8 | -48/+109 |
2009-10-25 | * Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b... | Inkfish | 12 | -73/+196 |
2009-10-24 | Reverted the previous change to OnTouch not triggering for invisible chars. | ultramage | 1 | -3/+2 |
2009-10-24 | * 'OnTouch' script shouldn't trigger when you are invisible.(same as warps) | Inkfish | 1 | -5/+9 |
2009-10-12 | Partially revert r14085, NPC names are allowed to be more than 24 character l... | Inkfish | 2 | -4/+4 |
2009-10-11 | NPC should only have a 24 characters long name including EOS. (bugreport:3599) | Inkfish | 2 | -3/+3 |
2009-10-06 | Fixed rental items can be moved into guild storage from cart. | Inkfish | 4 | -12/+6 |
2009-10-04 | - Implemented new packets for rental items (from Jobbie and Natz and fixed by... | zephyrus | 6 | -149/+288 |
2009-10-04 | - Added a missing space in help.txt (bugreport:3632) | brianluau | 1 | -1/+0 |
2009-10-02 | Marionette Control now has an infinite duration.(bugreport:2542) | Inkfish | 1 | -5/+1 |
2009-10-02 | Fixed a damage underflow (bugreport:3624) | Inkfish | 1 | -6/+2 |
2009-09-23 | Added supports for Soul Bound. | Inkfish | 2 | -9/+9 |
2009-09-17 | * Duration of SC_STONE is not reduced by MDEF. | Inkfish | 2 | -4/+3 |
2009-09-13 | * Progressbar aborts when player is attacked. | Inkfish | 6 | -12/+40 |