summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-29- Added a missing map_quit in clif_parse which was the real reason for the cr...skotlex2-11/+7
2006-11-29- Added overflow protection to @main whisper parsing.skotlex5-38/+39
2006-11-29- Probably fixed the Segmentation Faults we've been having.FlavioJS5-7118/+7132
2006-11-29Updated various dropsPlaytester3-83/+85
2006-11-29- Fixed the new npc parsing code not accounting for windows-style line termin...skotlex2-1/+5
2006-11-29- Fixed (likely) deleting homs from the menu causing a double free'd error.skotlex1-1/+1
2006-11-29- HT_PHANTASMIC no longer knocks back even when it misses.skotlex3-16/+24
2006-11-29- Now gvg_dungeon mapflag will activate the other mapflags which are required...skotlex6-25/+29
2006-11-29- Some cleaning on the homunc speed calculating code, so that it correctly us...skotlex4-10/+17
2006-11-29Added Rachel Santuary to nomemo mapflagsPlaytester2-1/+9
2006-11-29Fixed Alchemist combo's autospell casting on target instead of selfPlaytester2-1/+3
2006-11-28- Fixed a typo which made the wedding_ignore_palette setting not work when yo...skotlex2-2/+4
2006-11-28- Increased line buffer size when parsing scripts. Helps when trying to defin...skotlex6-38/+42
2006-11-28- Reverted the previous SG freeze counter method. Now the counter is reset on...skotlex2-9/+10
2006-11-28- Moved the blocking of casting supportive skills on homunculus from battle_c...skotlex3-22/+30
2006-11-28Fixed Thanatos Tower QuestKarLaeda1-15/+16
2006-11-28* Enabled Ice Dungeon spawns so they can be testedPlaytester6-107/+113
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex5-20/+22
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex4-4/+16
2006-11-28- Changed write to send as suggested by TheUltraMage in:FlavioJS5-119/+101
2006-11-28added blank import/script_conf.txtLupus1-0/+2
2006-11-28added blank import/script_conf.txtLupus2-0/+1
2006-11-28- Now when a player's "attack once" request fails due to range, the client is...skotlex2-6/+8
2006-11-28Reverted fix in Merchant Skills QuestsKarLaeda2-7/+1
2006-11-27- Updated the status change field "option" to an int rather than short. This ...skotlex4-8/+14
2006-11-27- Fixed the Homunculus hungry timer not starting on login.skotlex2-0/+3
2006-11-27- Fixed clif.c dumping unknown packets by default... (oops, used an #ifdef wh...skotlex2-2/+2
2006-11-27Added logging for standard GM commands (/mm /b /kick etc)KarLaeda2-6/+49
2006-11-27Fixed exploit in Merchant Skills QuestsKarLaeda2-1/+7
2006-11-27Fixed up healing itemsPlaytester2-80/+84
2006-11-27- Some cleanups on the trade_additem function. When specifying a qty of 0, an...skotlex2-5/+16
2006-11-27Updated Rachel mob dropsPlaytester3-23/+24
2006-11-27- Updating Thanatos quest with a check to prevent multiple Thanatos spawning.eaac3-22/+45
2006-11-27Updated Rachel mob statsPlaytester2-20/+21
2006-11-27Updated sql filestoms3-24/+26
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex9-23/+23
2006-11-26Enabled Rachel Field spawns so they can be testedPlaytester3-2/+4
2006-11-26Updated Rachel Field mob stats and dropsPlaytester2-11/+12
2006-11-26Updated selling price for some common dropsPlaytester2-8/+10
2006-11-25Fixed Sphinx Helm, Coif and Orc Hero HelmPlaytester2-4/+6
2006-11-25Fixed selling price of Fine Grit 10z -> 60zPlaytester2-1/+3
2006-11-25- Fixed missing line in status.c which explains why NPC_DEFENDER wasn't quite...skotlex1-0/+1
2006-11-24- Heaven's drive no longer targets traps.skotlex4-3/+5
2006-11-24- Cleaned the opt3 values to use hex instead of decimals in status.c, removed...skotlex3-37/+28
2006-11-24- Fixed EDP's damage being 100% more than it should (should be 5x, not 6x on ...skotlex4-3/+10
2006-11-24- Likely fixed Homunculus not disappearing the second their intimacy hit 0.skotlex2-2/+4
2006-11-24- Some cleaning of the pc_authok, clif_WantToConnection functions. Also some ...skotlex1-94/+88
2006-11-24- The check that blocks the skill AL_TELEPORT on noteleport maps will be over...skotlex4-15/+20
2006-11-24- Fixed uninitialized variable fd being used in WFIFOHEAD in a few clif funct...skotlex3-32/+25
2006-11-24- Added all the missing FIFOHEADs in the login/sql servers (required for TURB...skotlex17-391/+495