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

Аутор SHA1 Порука Датум
  skotlex 2b44fd5db4 - Cleaned up the log.c file. пре 18 година
  skotlex 7637480204 - Oops, fixed a pretty bad typo on the fix for #baselvup пре 18 година
  skotlex 7025584abe - Fixed #baselevelup adding instead of substracting status points when used with negative levels. Also made it reset your stats if there wasn't enough to substract from. пре 18 година
  skotlex 7c23227861 - Fixed nocommand mapflag causing the "you can't use commands on this map" message to trigger one very single chat, instead of only for actual @/# command invocation. пре 18 година
  skotlex 84f86fa96e - Modified the nocommand mapflag so you can specify the GM range that is blocked from using commands (eg: "prontera.gat mapflag nocommand 40" disables commands to characters in the GM range 0~39) пре 18 година
  Lance 26500644dd * Optional macro MEMSET_TURBO for faster low-level memory initializations. пре 19 година
  skotlex ee8298bb8a - Cleaned up some of the pet related @/# commands, same for some script commands. пре 19 година
  skotlex b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. пре 19 година
  skotlex 8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. пре 19 година
  skotlex 305fa67812 - Made @monsterignore be an universal ignore. Means you cannot be targetted as an enemy by anything. Also added alias "@battleignore" which does the same as monsterignore. пре 19 година
  skotlex a6c3f3a1fc - Coded @reset. пре 19 година
  skotlex 31832cfdc7 - Added EQP_/EQI_ constants in pc.h to identify equip position and equip indexes, makes equipping related code much easier to read. пре 19 година
  Lance e266a08f7c [Optimized]: пре 19 година
  skotlex 856240443d - Added structure status_data which holds status-related information (str, agi, etc, speed, amotion, adelay, dmotion, weapon-damage, race, size, etc) and weapon_atk structure with the weapon specific info (atk, atk2, element) to be used by all combat structures (TODO: Homun needs to be updated to use it) пре 19 година
  skotlex 47adb68d91 - Fixed mysql ping setting being in minutes rather than hours. пре 19 година
  skotlex 9aa86f86e4 - Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack пре 19 година
  skotlex 4d97159683 - Cleaned atcommand_param against overflows and also to make it standard C so it may compile with the Borland C. пре 19 година
  skotlex 254d003229 - Fixed various include lines in the map server (of the type <include "nullpo.h"> -> <include "../common/nullpo.h">) пре 19 година
  skotlex 876cc3f814 - Pet catching now uses the menuskill variables to prevent item usage from disrupting the catch process. пре 19 година
  Lance 5d286a9b08 * GCC on Cygwin still complaining, resorted to including limits.h in malloc.h пре 19 година
  Lance 14fe8c03e8 * Refixed the fix with a constant list for Win32 users - limits.h (imported from MSVC) пре 19 година
  skotlex f2d2edd1cd - Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows. пре 19 година
  skotlex 1a023c8a7c - Fixed #itemlist not taking into consideration crafted/forged items and pet eggs. Cleaned up a bit the function as well. пре 19 година
  skotlex 2b874adf3c - Fixed a debug message showing up on skill castend nodamage id when using a guild skill пре 19 година
  skotlex d770421a9d - Trick dead now ends on logout пре 19 година
  skotlex 00bbc7673b - Made the warm skills BF_WEAPON type so that they may trigger effect cards. пре 19 година
  skotlex 59e17a948b - Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack. пре 19 година
  skotlex cf059ff1a9 - NPC_POWERUP now gives +40% atk per level. пре 19 година
  skotlex d69479b946 - Added define clif_deadsit to send the dead state into player packets if the player is in trick dead state. пре 19 година
  skotlex 697d29d7d4 - Fixed a typo bug in SC_STAR_COMFORT handling. пре 19 година