Age | Commit message (Expand) | Author | Files | Lines |
2006-09-18 | Fixing Holden combo not draining sp correctly | Playtester | 2 | -1/+2 |
2006-09-18 | - Modified the Asura code (again), hopefully movement sprite issues are fixed... | skotlex | 3 | -5/+25 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 5 | -37/+46 |
2006-09-18 | Added official Rachel Sanctuary mob stats | Playtester | 2 | -9/+10 |
2006-09-18 | Fixed the order of mob skills thanks to [Leon] | Playtester | 2 | -4040/+4041 |
2006-09-18 | - Reenabled client requesting to self mute, as the whole knockback packet iss... | skotlex | 5 | -6/+11 |
2006-09-17 | Updated some item names according to info from Haplo | Playtester | 3 | -11/+12 |
2006-09-17 | Fixed some Thanatos mob names | Playtester | 2 | -9/+10 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 5 | -13/+18 |
2006-09-16 | - Moved some speed adjustments in status_calc_pc to where they belong. | skotlex | 1 | -8/+8 |
2006-09-16 | - Forgot to add mob_ai&256 info to the conf changelog. | skotlex | 1 | -0/+4 |
2006-09-16 | - Added monster_ai&256. When set, a monster will pick a random starting posit... | skotlex | 5 | -2/+13 |
2006-09-16 | - Fixed the status change duration reduction equation was was totally wrong, ... | skotlex | 2 | -1/+4 |
2006-09-16 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8774 54... | Lupus | 3 | -207/+207 |
2006-09-15 | - Now mobs won't do a distance check to lose their target on every ai iterati... | skotlex | 3 | -2/+7 |
2006-09-15 | - Reverted the Summon Flora change where all plants were being summoned in on... | skotlex | 3 | -38/+2 |
2006-09-15 | - Moved the weapon repair effect to where it belongs (after successfully repa... | skotlex | 4 | -3/+14 |
2006-09-15 | - Added config setting "friend_auto_add" (battle/player.conf), if set, when y... | skotlex | 5 | -1/+30 |
2006-09-15 | Added the remaining drop changes which I missed before | Playtester | 2 | -25/+27 |
2006-09-15 | fixed pollution quest | Lupus | 3 | -82/+84 |
2006-09-15 | - Changed Extremity Fist's code to make you actually walk past your target, w... | skotlex | 2 | -21/+23 |
2006-09-15 | - Updated the item_db search functions so that when returning the dummy-item,... | skotlex | 2 | -1/+9 |
2006-09-14 | - Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh... | skotlex | 2 | -1/+5 |
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 |