Age | Commit message (Expand) | Author | Files | Lines |
2006-11-07 | - Added a check to prevent casting ground skills on a target and vice-versa w... | skotlex | 1 | -7/+12 |
2006-11-07 | - Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the varia... | skotlex | 1 | -18/+35 |
2006-11-06 | - Ganbantein's delay is now 2 secs. | skotlex | 1 | -5/+6 |
2006-11-06 | modified src/map/clif.c | Lance | 1 | -1/+2 |
2006-10-30 | - Set the inf2 to encore skills of Wand of Hermode | skotlex | 1 | -37/+37 |
2006-10-25 | - Cleaned up some more the event dequeue code, it will no longer clear out th... | skotlex | 1 | -1/+2 |
2006-10-20 | - Fixed Charge Atk being able to go through chasm/pits. | skotlex | 1 | -57/+47 |
2006-10-16 | - Adjusted UTSUSEMI/BUNSINJYUTSU so that they block range/melee weapon attack... | skotlex | 1 | -1/+0 |
2006-10-14 | Homun info window to display crit value | Vicious | 1 | -1/+1 |
2006-10-06 | - Disabling status abnormalities will now reset a mob's target. | skotlex | 1 | -9/+1 |
2006-10-06 | - Now you can trade while in a chatroom. | skotlex | 1 | -3/+3 |
2006-10-04 | - Bowling bash now always hits twice regardless of situation. | skotlex | 1 | -2/+9 |
2006-10-03 | - Reverted declaration of run_script to normal since it appears there's no lo... | skotlex | 1 | -4/+5 |
2006-09-25 | - Disabled again client-self-muting since it's causing too much trouble. | skotlex | 1 | -29/+8 |
2006-09-25 | - Removed config setting allow_atcommand_when_mute as it's no longer used (se... | skotlex | 1 | -1/+0 |
2006-09-25 | - Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct... | skotlex | 1 | -13/+9 |
2006-09-20 | - Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was... | skotlex | 1 | -0/+2 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 1 | -25/+3 |
2006-09-19 | - Simplified the code for @storage | skotlex | 1 | -2/+22 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 1 | -11/+10 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 1 | -1/+5 |
2006-09-18 | - Reenabled client requesting to self mute, as the whole knockback packet iss... | skotlex | 1 | -4/+2 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -9/+0 |
2006-09-15 | - Added config setting "friend_auto_add" (battle/player.conf), if set, when y... | skotlex | 1 | -1/+18 |
2006-09-14 | - Fixed the can-act delay never being checked when requesting to use Homuncul... | skotlex | 1 | -1/+2 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 1 | -1/+1 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 1 | -4/+4 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 1 | -3/+4 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 1 | -9/+2 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 1 | -2/+2 |
2006-09-08 | - Fixed alliance/opposition making not cancelling out map-server-side when th... | skotlex | 1 | -1/+1 |
2006-09-07 | - Changed the default of sg_angel_skill_ratio to 10 based on recent informati... | skotlex | 1 | -6/+14 |
2006-09-05 | - Removed setting mob_show_hp, it's been replaced now by mob_show_info, which... | skotlex | 1 | -6/+15 |
2006-09-05 | - Corrected SC_INTRAVISION not starting. | skotlex | 1 | -31/+32 |
2006-08-31 | - Fixed @summon's delete timer being screwed up. | skotlex | 1 | -1/+1 |
2006-08-28 | - The memory leak reports will now print out in the logs also the revision th... | skotlex | 1 | -18/+3 |
2006-08-28 | - Fixed exp bonuses applying twice for the job-exp | skotlex | 1 | -1/+1 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -43/+43 |
2006-08-21 | - Removed config setting "muting_players", and expanded the manner_system con... | skotlex | 1 | -21/+19 |
2006-08-20 | - Added clif_skill_fail for homunc to skill_castend_id & skill_castend_pos ('... | toms | 1 | -1/+1 |
2006-08-20 | - Fixed some Homunc issues with HR servers (capping some values) | toms | 1 | -2/+2 |
2006-08-19 | - Fixed @homlvup bug | toms | 1 | -1/+1 |
2006-08-18 | - Made HLIF_HEAL a self skill that auto-selects target to caster's master. | skotlex | 1 | -6/+16 |
2006-08-17 | - Corrected map_random_dir algorithm | toms | 1 | -4/+3 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -10/+13 |
2006-08-14 | - Fixed script engine allowing scripts to set a player's zeny to negative val... | skotlex | 1 | -4/+4 |
2006-08-09 | Fixed homunc skill up bug | toms | 1 | -3/+3 |
2006-08-09 | - Adjusted some the dance/song/encore code so that the source of an ensemble ... | skotlex | 1 | -2/+2 |
2006-08-09 | - Trade requests will now fail when either character is unable to act (charac... | skotlex | 1 | -3/+10 |
2006-08-08 | - Removed config settings display_delay_skill_fail and display_snatcher_skill... | skotlex | 1 | -4/+9 |