Историја ревизија

Аутор SHA1 Порука Датум
  skotlex 827f003768 - Fixed standing up not really standing you up. пре 19 година
  skotlex 5a5d30b660 - Removed OPTION_XMAS, it seems to not exist.... пре 19 година
  skotlex 14413f8ec6 - Added function map_foreachinshootrange, behaves the same way as map_foreachinrange, but it also performs a "shoot-path" check before invoking the function. Used in the skill subtimer function if skill_wall_check is defined. пре 19 година
  skotlex ffea9656f8 - Removed attack_type from sd->state structure (it's only use was for soul-drain!) пре 19 година
  Lupus cdffe16fba fixed STEAL. now working пре 19 година
  LuzZza c2276ce3e2 Added @noask command: enable/disable deals/invites autorejecting. пре 19 година
  Lupus 687b2210a7 Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tries' to set max number of stealing tries. It could help to fix stealing exploit on mobs with few drops пре 19 година
  skotlex af55aa1e6e - Updated item_db.sql to current. пре 19 година
  skotlex 56571363d2 - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scripts. пре 19 година
  shinomori 1f3b70b776 пре 19 година
  skotlex 41a6c38e23 - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end пре 19 година
  skotlex 3ffd7ebdb9 - Updated the HP/SP leech structures to have race-data attached to them. пре 19 година
  skotlex c69118e1e5 - Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively. пре 19 година
  skotlex 63eec80717 - Added support for n to specify minutes to @charban. пре 19 година
  skotlex 6b9fd3cf04 - Removed message 592 from trade.c пре 19 година
  Lance c0b1eb7787 * Shinomori's method (kinda) of remote script execution with interaction. пре 19 година
  skotlex 3a2c267be6 - Added state.running to unit_data to make it easier to check for running characters (saves having to get the sc data and check for the corresponding timer all the time) пре 19 година
  skotlex 0a5c14f801 - Changed slave chasing from using unit_walktobl to map_search_freecell + unit_walktoxy, since the previous behaviour makes all slaves always end up on the same cell. пре 19 година
  skotlex 97af776e02 - Added special_state changebase to identify when a character has a special-view associated with some equipment to correctly revert the look when you take off said equipment (fixes tuxedo/wedding dress when you use modify_wedding_display: yes) пре 19 година
  skotlex 3a0621b9ae - Added ers handling for skill_timerskill structures. пре 19 година
  skotlex 0ef81c9d08 - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING пре 19 година
  skotlex 42c6f89d86 - Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines. пре 19 година
  skotlex 418c98ea0a - Modified the unit_data structure to handle automatically switching between chasing and attacking a character. Note that it's a work in progress and not yet properly tested/finished... пре 19 година
  skotlex de8f8cb6f7 - Removed the flag variable from the npc_data structure. Disabled NPCs are now handled through nd->sc.option&OPTION_INVISIBLE checks. Should fix disable/enablenpc calls not working. пре 19 година
  Lance e051037bce * Dynamic shops support with script callback. (needs testing) пре 19 година
  skotlex e9c44b50c8 - Added structure view_data to handle sprite information for all characters (equipment, weapons, hair, dyes, etc). Unified a bunch of clif functions now that you only need to handle the view_data (so instead of clif_spawn[pc/mob/npc/pet] you just have clif_spawn) пре 19 година
  skotlex cb5e2ff339 - Added a debug function to locate all "looping warps" пре 19 година
  skotlex 57b2638e54 - Added a missing escape in logging chats. пре 19 година
  skotlex ec6a69b266 - Fixed Warp Portal. пре 19 година
  skotlex 77e57852cc - Added function map_search_freecell to locate an available cell around an area (for recall/warping skills) пре 19 година