summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
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)skotlex9-101/+314
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage3-9/+20
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:Gepard8-149/+171
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.Inkfish5-10/+26
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-12Partially revert r14085, NPC names are allowed to be more than 24 character l...Inkfish2-4/+4
2009-10-11NPC should only have a 24 characters long name including EOS. (bugreport:3599)Inkfish2-3/+3
2009-10-06Fixed rental items can be moved into guild storage from cart.Inkfish4-12/+6
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus6-149/+288
2009-10-04- Added a missing space in help.txt (bugreport:3632)brianluau1-1/+0
2009-10-02Marionette Control now has an infinite duration.(bugreport:2542)Inkfish1-5/+1
2009-10-02Fixed a damage underflow (bugreport:3624)Inkfish1-6/+2
2009-09-23Added supports for Soul Bound.Inkfish2-9/+9
2009-09-17* Duration of SC_STONE is not reduced by MDEF.Inkfish2-4/+3
2009-09-13* Progressbar aborts when player is attacked.Inkfish6-12/+40
2009-09-12* Clarified the names of some questlog functions and eventually implemented k...Inkfish3-34/+49
2009-09-04Added missing memmove() when adding quests. Sorry, can't be more careless...Inkfish1-0/+1
2009-09-04add missing memmove (follow up to r14036)Inkfish1-0/+4
2009-09-04* QuestLog Fix.Inkfish6-42/+52
2009-08-27- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)brianluau2-3/+3
2009-08-26Fixed mercenary info not being re-sent after using @refresh (bugreport:2335).ultramage1-0/+5
2009-08-25Implemented Progress Bar.(topic:207933)Inkfish4-1/+66
2009-08-22Fixed Teleport through Hocus-Pocus skips menu. (bugreport:3513)Inkfish1-1/+1
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish3-30/+7
2009-08-21Added bMagicHPGainValue and bMagicSPGainValue.Inkfish5-7/+25
2009-08-20* Some fixes for HeatInkfish1-4/+10
2009-08-18Equipment DEF penalty shouldn't be applied to players in Mental Strength.(bug...Inkfish1-2/+4
2009-08-16- Added missing #includes to fix some linux warnings.zephyrus1-0/+6
2009-08-15- Fixed final instancing bug. Tested Endless Tower and working. I will ask if...zephyrus1-1/+1
2009-08-15Fixed self skills affecting target unit when used within combo delay for Asur...Inkfish1-2/+6
2009-08-14- Fixes and optimization to instancing. Thanks to Saithiszephyrus5-41/+45
2009-08-12- Optimization to instance system.zephyrus15-746/+772