Age | Commit message (Expand) | Author | Files | Lines |
2006-04-30 | Fixed the name of Wind Demon = "Fuuma" shurikens | Playtester | 2 | -5/+7 |
2006-04-30 | - Removed attack_type from sd->state structure (it's only use was for soul-dr... | skotlex | 6 | -12/+17 |
2006-04-30 | - Fixed possible crash when mob drop logs is enabled. | skotlex | 1 | -1/+1 |
2006-04-30 | * Fixed fake NPC missing code. Thanks to Skotlex for pointing out. | Lance | 1 | -0/+3 |
2006-04-30 | - and more typos | Lance | 1 | -16/+4 |
2006-04-30 | Fixed typo in script.c | Lance | 1 | -2/+3 |
2006-04-29 | - Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s... | skotlex | 2 | -1/+6 |
2006-04-29 | Item ID 7344 is now called Shinokas Case File | Playtester | 2 | -1/+3 |
2006-04-29 | - pc_resetskill flag can now be &2, it only returns the total amount of skill... | skotlex | 5 | -17/+44 |
2006-04-29 | - Cleaned up unused variables in npc.c | Lance | 1 | -2/+2 |
2006-04-29 | - Changed checks of item's identify field from 0/1 to 0/non-zero | skotlex | 3 | -6/+20 |
2006-04-29 | - Small change in pc_calc_skilltree which should fix the infinite loop... | skotlex | 2 | -2/+4 |
2006-04-29 | temp steal disable | Lupus | 1 | -2/+2 |
2006-04-29 | fixed STEAL. now working | Lupus | 4 | -18/+15 |
2006-04-29 | Added @noask command: enable/disable deals/invites autorejecting. | LuzZza | 7 | -7/+107 |
2006-04-29 | temp steal disable | Lupus | 1 | -4/+4 |
2006-04-29 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6373 54... | Lance | 1 | -0/+25 |
2006-04-29 | Updated drops of Bio Lab 3 MVPs | Playtester | 3 | -13/+16 |
2006-04-29 | * Removed unreferenced local variable in pc.c | Lance | 2 | -1/+2 |
2006-04-29 | * Reverted npc_checknear to exclude check for class_ -1. | Lance | 3 | -10/+16 |
2006-04-29 | Updated drops of Bio Lab 3 mobs | Playtester | 2 | -6/+7 |
2006-04-29 | Updated mob delays to current info | Playtester | 2 | -34/+35 |
2006-04-29 | Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri... | Lupus | 7 | -18/+32 |
2006-04-29 | More fixes in the mob db | Playtester | 2 | -5/+8 |
2006-04-29 | Started fixing the drops of mobs with more than 8 different items | Playtester | 2 | -820/+821 |
2006-04-29 | Added new hats ViewID | Lupus | 2 | -7/+7 |
2006-04-29 | added new cards | Lupus | 2 | -70/+74 |
2006-04-29 | - Added another missing prev/next = NULL setting in chat.c | skotlex | 1 | -0/+1 |
2006-04-29 | - Added support for packet 0x229 (clif_changeoption). | skotlex | 5 | -15/+78 |
2006-04-29 | - Added missing sql-files/mob_db.sql... somehow it was missing from the mob_d... | skotlex | 2 | -823/+835 |
2006-04-29 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6357 54... | Lance | 1 | -1/+1 |
2006-04-29 | - Clones can't be class-changed now | skotlex | 4 | -8/+12 |
2006-04-29 | * Using malloc for memory allocations that doesn't need to be pre-initialized. | Lance | 15 | -134/+119 |
2006-04-29 | - Modified the mob_db structure. The mvp related columns were moved to before... | skotlex | 6 | -1006/+1019 |
2006-04-28 | Fixed the stun typo that has been in eAthena for ages | Playtester | 3 | -17/+22 |
2006-04-28 | - Modified HP conversion so that it fails when you don't have enough Hp. Also... | skotlex | 2 | -29/+72 |
2006-04-28 | - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has... | skotlex | 5 | -19/+29 |
2006-04-28 | - Storm Kick's range increased to 2. | skotlex | 5 | -13/+18 |
2006-04-28 | - Added function stristr to strlib.c, used by mob.c and item_db.c for case-in... | skotlex | 5 | -5/+46 |
2006-04-28 | - Removed the sending of the online guild list when you log-on, may fix the "... | skotlex | 6 | -6/+24 |
2006-04-28 | Lowered drop rates of Bio Lab 3 normal mobs | Playtester | 2 | -6/+8 |
2006-04-28 | flying sidekick range 10->8 cells | Lupus | 2 | -1/+2 |
2006-04-28 | Updated drop rates of the Bio Lab 1&2 mobs | Playtester | 2 | -7/+10 |
2006-04-28 | Rearrange makefile so dependencies won't get overwritten by 'make depend' | celest | 1 | -4/+5 |
2006-04-28 | - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ... | skotlex | 3 | -7/+5 |
2006-04-28 | - Modified clif_skill_nodamage to allow for a NULL source. This is to simplif... | skotlex | 3 | -43/+25 |
2006-04-28 | - Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you aroun... | skotlex | 2 | -0/+3 |
2006-04-27 | - Changed the default rate of clone mob skills to 5% modified by mob_skill_ra... | skotlex | 2 | -1/+3 |
2006-04-27 | - Applied some changes in unit.c to make mobs pick chase paths as they should. | skotlex | 2 | -10/+5 |
2006-04-27 | - unit_remove_map will reset attackable-time, canact and canwalk delays. | skotlex | 3 | -6/+37 |