summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Reverted the Summon Flora change where all plants were being summoned in on...skotlex3-38/+2
2006-09-15- Moved the weapon repair effect to where it belongs (after successfully repa...skotlex4-3/+14
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex5-1/+30
2006-09-15Added the remaining drop changes which I missed beforePlaytester2-25/+27
2006-09-15fixed pollution questLupus3-82/+84
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex2-21/+23
2006-09-15- Updated the item_db search functions so that when returning the dummy-item,...skotlex2-1/+9
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex2-1/+5
2006-09-14- Likely fixed "half" of the alliance being saved, which ends up in guilds th...skotlex2-2/+8
2006-09-14- Added deleting of saved Status changes on character delete for the Char-TXT...skotlex2-0/+5
2006-09-14- Fixed the can-act delay never being checked when requesting to use Homuncul...skotlex2-1/+4
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex4-4/+12
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex5-3/+62
2006-09-14Updated item_db.sql and mob_db.sqlPlaytester2-92/+92
2006-09-14* Fixed X.3 Cooking drop ratesPlaytester3-50/+53
2006-09-14- Shadow Jump no longer goes over walls.skotlex4-5/+4
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex12-28/+54
2006-09-14missing next fixLupus1-0/+1
2006-09-14fixed Payon cityLupus2-196/+198
2006-09-14* Fixed Abyss Lake drop ratesPlaytester3-18/+20
2006-09-14fixed momomtaro, massive einbroch quests bugfixLupus3-737/+680
2006-09-14* Fixed Thanatos Tower drop ratesPlaytester3-20/+23
2006-09-14keep treasure box count on rebootLupus2-11/+17
2006-09-14fixed WoE defence/eco underflowLupus2-7/+12
2006-09-14fixed some typos, optimized, added missing NEXT;Lupus8-136/+126
2006-09-13Started fixing up X.3 drop ratesPlaytester2-4/+6
2006-09-13- SC_CHANGE cannot override itself anymore. This fixes being able to "recast"...skotlex2-0/+4
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex4-108/+119
2006-09-13- Fixed compilation for native windows builds.skotlex1-1/+1
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex6-9/+18
2006-09-13- Modified the char-server TXT whisper system to use the online_db to know to...skotlex4-43/+100
2006-09-13- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag...skotlex2-4/+7
2006-09-13- Modified the login SQL server so that case insensitive lookups use "where n...skotlex6-27/+27
2006-09-12- Improved sql-query to check if name already exists when creating new chars.skotlex1-1/+1
2006-09-12- Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible w...skotlex4-12/+20
2006-09-12Fixed NPC_ATTRICHANGE being targeted rather than selfPlaytester2-4/+5
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex3-4/+15
2006-09-12Fixed 'range' might be used uninitialized warningtoms2-4/+4
2006-09-12- Added manual deletion of sc_data entries when deleting a character (char-SQL)skotlex5-111/+59
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex6-13/+40
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex6-8/+12
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex4-2/+11
2006-09-12Final fix on Vesper's summoning behaviorPlaytester2-2/+1
2006-09-12Vesper only summons on attackPlaytester2-1/+1
2006-09-12Fixed Vesper's summoning behaviorPlaytester2-3/+5
2006-09-12- Corrected name of config settings pc_luk_status_def, mob_luk_status_defskotlex2-2/+4
2006-09-11- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod...skotlex3-27/+23
2006-09-11- CG_MOONLIT is no longer castable in WoE grounds.skotlex5-3/+9
2006-09-11- Added a comment explaining what a comment is to login/char/map config files...skotlex8-7/+32
2006-09-11- Summoned and slave mobs won't show up on @showmobs anymore.skotlex5-23/+45