Age | Commit message (Expand) | Author | Files | Lines |
2006-09-14 | - Likely fixed "half" of the alliance being saved, which ends up in guilds th... | skotlex | 2 | -2/+8 |
2006-09-14 | - Added deleting of saved Status changes on character delete for the Char-TXT... | skotlex | 2 | -0/+5 |
2006-09-14 | - Fixed the can-act delay never being checked when requesting to use Homuncul... | skotlex | 2 | -1/+4 |
2006-09-14 | - Fixed warmth skills draining SP of the target, not the caster. | skotlex | 4 | -4/+12 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 5 | -3/+62 |
2006-09-14 | Updated item_db.sql and mob_db.sql | Playtester | 2 | -92/+92 |
2006-09-14 | * Fixed X.3 Cooking drop rates | Playtester | 3 | -50/+53 |
2006-09-14 | - Shadow Jump no longer goes over walls. | skotlex | 4 | -5/+4 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 12 | -28/+54 |
2006-09-14 | missing next fix | Lupus | 1 | -0/+1 |
2006-09-14 | fixed Payon city | Lupus | 2 | -196/+198 |
2006-09-14 | * Fixed Abyss Lake drop rates | Playtester | 3 | -18/+20 |
2006-09-14 | fixed momomtaro, massive einbroch quests bugfix | Lupus | 3 | -737/+680 |
2006-09-14 | * Fixed Thanatos Tower drop rates | Playtester | 3 | -20/+23 |
2006-09-14 | keep treasure box count on reboot | Lupus | 2 | -11/+17 |
2006-09-14 | fixed WoE defence/eco underflow | Lupus | 2 | -7/+12 |
2006-09-14 | fixed some typos, optimized, added missing NEXT; | Lupus | 8 | -136/+126 |
2006-09-13 | Started fixing up X.3 drop rates | Playtester | 2 | -4/+6 |
2006-09-13 | - SC_CHANGE cannot override itself anymore. This fixes being able to "recast"... | skotlex | 2 | -0/+4 |
2006-09-13 | - Changed a bit the dnsbl lookup in the login servers to make it faster. | skotlex | 4 | -108/+119 |
2006-09-13 | - Fixed compilation for native windows builds. | skotlex | 1 | -1/+1 |
2006-09-13 | - Modified the nocommand mapflag so you can specify the GM range that is bloc... | skotlex | 6 | -9/+18 |
2006-09-13 | - Modified the char-server TXT whisper system to use the online_db to know to... | skotlex | 4 | -43/+100 |
2006-09-13 | - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag... | skotlex | 2 | -4/+7 |
2006-09-13 | - Modified the login SQL server so that case insensitive lookups use "where n... | skotlex | 6 | -27/+27 |
2006-09-12 | - Improved sql-query to check if name already exists when creating new chars. | skotlex | 1 | -1/+1 |
2006-09-12 | - Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible w... | skotlex | 4 | -12/+20 |
2006-09-12 | Fixed NPC_ATTRICHANGE being targeted rather than self | Playtester | 2 | -4/+5 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 3 | -4/+15 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 2 | -4/+4 |
2006-09-12 | - Added manual deletion of sc_data entries when deleting a character (char-SQL) | skotlex | 5 | -111/+59 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 6 | -13/+40 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 6 | -8/+12 |
2006-09-12 | - Baphomet splash damage will now hit nearby enemies regardless of flee (but ... | skotlex | 4 | -2/+11 |
2006-09-12 | Final fix on Vesper's summoning behavior | Playtester | 2 | -2/+1 |
2006-09-12 | Vesper only summons on attack | Playtester | 2 | -1/+1 |
2006-09-12 | Fixed Vesper's summoning behavior | Playtester | 2 | -3/+5 |
2006-09-12 | - Corrected name of config settings pc_luk_status_def, mob_luk_status_def | skotlex | 2 | -2/+4 |
2006-09-11 | - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod... | skotlex | 3 | -27/+23 |
2006-09-11 | - CG_MOONLIT is no longer castable in WoE grounds. | skotlex | 5 | -3/+9 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 8 | -7/+32 |
2006-09-11 | - Summoned and slave mobs won't show up on @showmobs anymore. | skotlex | 5 | -23/+45 |
2006-09-11 | extracted custom umbalian quests to custom folder | Lupus | 5 | -293/+311 |
2006-09-11 | Added D-Kalck's fix of the TXT -> SQL converter | Playtester | 3 | -3/+11 |
2006-09-11 | * Added back Guild Storage. Confirmed kRO feature | Lupus | 3 | -4/+7 |
2006-09-11 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54... | Lupus | 4 | -10/+15 |
2006-09-10 | Removed NPC_Powerup from Dimik | Playtester | 2 | -5/+1 |
2006-09-10 | Sql file... | Playtester | 1 | -1/+1 |
2006-09-10 | More accurate guess on Strouf's dex | Playtester | 2 | -1/+2 |
2006-09-10 | * Official Byalan F5 spawns | Playtester | 3 | -14/+8 |