summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-20- Large update to item_db.Kisuka3-214/+231
2009-12-20* More bugfixes, to orc dungeon instance, mostly typos. :O (bugreport:3944)L0ne_W0lf2-13/+18
2009-12-20Quick-added support for the new whisper packet (bugreport:3942).ultramage1-0/+11
2009-12-13- Fixed a 'next' and a window that didn't close in Orc's Memory.brianluau1-2/+2
2009-12-11* Second round of bugfixes for Orc's Memory. (bugreport:3928)L0ne_W0lf2-11/+24
2009-12-11* First round of bugfixes for Orc's Memory. (bugreport:3928)L0ne_W0lf2-5/+15
2009-12-11Uncommented the item 5374 (L_Magestic_Goat) as it's a quest reward given by a...L0ne_W0lf2-3/+4
2009-12-11Minor update to the Orc Instance mob stats, very incomplete still.L0ne_W0lf5-5/+1376
2009-12-09- Fixed a typo in arug_cas03 flag. (bugreport:3917)brianluau1-1/+1
2009-12-08Implemented official armor enchanting NPC.L0ne_W0lf3-1/+278
2009-12-08Some fixes to Ep.13.1 quests.Gepard1-5/+10
2009-12-08Corrected a variable defined in a header file.ultramage4-6/+12
2009-12-05Implemented the first version of Sealed Shrine.L0ne_W0lf3-1/+2483
2009-12-05* A rather hefty updates to the mob_skill_db and added some more info for new...L0ne_W0lf4-801/+1047
2009-12-03Prevented online user count from going negative. (bugreport:3913)Paradox924X3-4/+10
2009-12-02- Added mob_avail IDs for iRO Halloween Event 2008, added in r14112. (bugrepo...brianluau3-3/+8
2009-12-02Added customized iRO Christmas 2008 Event mob overrides to mob_db2.txt.L0ne_W0lf4-13/+21
2009-12-02Semi-revert of 14182, moved ALL_WEWISH up under SA_GRAVITY instead, as I hadn...L0ne_W0lf2-3/+2
2009-12-02Added skill ALL_WEWISH. This skill in older clients plays a song, however in ...L0ne_W0lf8-8/+22
2009-12-02* Autobonus code cleanups.Inkfish6-88/+103
2009-12-01- Fixed weight of Mandragora_Cap (5399) should be 30, not 300. (bugreport:3910)brianluau3-17/+66
2009-11-29- Fixed typo in WoE:SE Castle announcements (bugreport:3714).Kisuka12-12/+13
2009-11-29- Fixed a typo in skill_db.Kisuka2-3/+31
2009-11-29- Fixed some item script typos.Kisuka1-1/+1
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.Inkfish2-10/+10
2009-11-26* NPC event code cleanups.Inkfish8-132/+91
2009-11-26Moved log_sql_init() call up in map-server-init to after after map_sql_init()...Paradox924X2-4/+4
2009-11-26Fixed strnpcinfo(1) returning blank strings when NPC names did not have a hid...Paradox924X2-2/+5
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-24Changed Talkie Box to trap type, and removed the UF_NOREITERRATION flag. (Par...L0ne_W0lf3-2/+4
2009-11-23* Fixed player keeps bleeding when dead.Inkfish4-11/+15
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...Paradox924X4-6/+23
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...Paradox924X2-11/+6
2009-11-20- Added effects to some jRO items.Kisuka1-15/+20
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex17-217/+662
2009-11-18Random fixes to some script typosInkfish3-4/+4
2009-11-15Removed unnecessary use of StringBuf in int_quest.c to avoid memleaks in cert...ultramage1-16/+2
2009-11-14Added Ifrit, Beelzebub, and Hibram to mob_boss, and a second Atroce.L0ne_W0lf2-0/+7
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)brianluau7-31/+54
2009-11-10Fixed WoE:FE castles spawning too many Treasure Boxes. Gepard1-1/+1
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.Inkfish2-3/+8
2009-11-07* Fixed possible memory leaks caused by invalid parameters of autobonusInkfish1-9/+12