提交歷史

作者 SHA1 備註 提交日期
  skotlex 955a3c310b - SC_CHANGE cannot override itself anymore. This fixes being able to "recast" the skill while it's still active to lengthen the duration AND rehealing the target. 18 年之前
  skotlex 66869ed12a - Changed a bit the dnsbl lookup in the login servers to make it faster. 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 年之前
  skotlex c06808095d - Modified the char-server TXT whisper system to use the online_db to know to which map server forward whispers, instead of just sending the whisper to every map server. 18 年之前
  skotlex a64ba50b61 - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag issue. 18 年之前
  skotlex 3c5c104561 - Modified the login SQL server so that case insensitive lookups use "where name = BINARY 'name'" instead of "where BINARY name = 'name'", since this way the name index should be used, and performance will no longer be heavily affected. 18 年之前
  skotlex 5af063b223 - Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible with Mysql 4 installations. 18 年之前
  skotlex 6f501a8bb2 - Moved the morph restrictions from skill_additional_effect to mob_class_change, so that SA_MONOCELL will not convert clones, emperium, or treasure boxes. 18 年之前
  toms 7b6be24f47 Fixed 'range' might be used uninitialized warning 18 年之前
  skotlex c6142c3f39 - Added manual deletion of sc_data entries when deleting a character (char-SQL) 18 年之前
  skotlex 34683f252f - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so using "yessir" will match "yes", this is actually needed because if you set a config setting to "yes " (notice the trailing space), then the map config engine fails to read it right, and will set the config setting to 0 (no). 18 年之前
  skotlex ebc1f2bc02 - Moved the packet_len variable in login.c to the login parse case, since it's used nowhere else. 18 年之前
  skotlex 59fae741c3 - Baphomet splash damage will now hit nearby enemies regardless of flee (but the initial attack still has to connect for the splash to trigger) 18 年之前
  skotlex 27c9a6fe5a - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's code as reference. Hopefully should improve performance somewhat. 18 年之前
  skotlex 4cd82897d0 - Added a comment explaining what a comment is to login/char/map config files, as well as the main script config file. 18 年之前
  skotlex 4bec54f154 - Summoned and slave mobs won't show up on @showmobs anymore. 18 年之前
  Playtester c12d13fd06 Added D-Kalck's fix of the TXT -> SQL converter 18 年之前
  Lupus 59e39f1b71 18 年之前
  Playtester 7fcc044420 Updated item_db.sql and mob_db.sql 18 年之前
  skotlex e232baea00 - Added a crash protection in case mapfreeblock unlock tries to free a null pointer. 18 年之前
  skotlex 2487548c72 - Moved perfect_hiding from state to special_state, so that it clears out when you remove your pet. 18 年之前
  skotlex 2b63a85789 - Fixed a npc-timer memory leak on npc_unload ("[Warning]: ers_obj_destroy: X entries missing, continuing destruction. Manager for entries of size 16.") 18 年之前
  skotlex 99aca1182b - Unified the rest and ganstar paradise code into a single function. 18 年之前
  skotlex 0d30562da5 - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. 18 年之前
  skotlex 50e0a52c9b - Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_duration and sg_miracle_skill_max_duration, to specify a range for the duration of the skill. 18 年之前
  skotlex 6db8420f3c - Added upgrade_svn8675.sql in case, for some reason, your guild table still has the emblem_data field as a 'blob' with "NOT NULL" specified. 18 年之前
  skotlex 56127c4b8d - Fixed alliance/opposition making not cancelling out map-server-side when the guild already had max number of alliances/oppositions (thanks to k3dt) 18 年之前
  skotlex 5b7601f3db - Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: wand of hermod) 18 年之前
  skotlex 845659a32d - Changed the default of sg_angel_skill_ratio to 10 based on recent information from Tharis. 18 年之前
  skotlex a64e58d5eb - Removed the Warmth "stacking" code. 18 年之前