커밋 기록

작성자 SHA1 메시지 날짜
  Lance 020b35d68a * Using malloc for memory allocations that doesn't need to be pre-initialized. 19 년 전
  skotlex 38243e373c - Modified the mob_db structure. The mvp related columns were moved to before the drops, amount of drops increased from 10 to 15. 19 년 전
  Playtester 39f49da059 Fixed the stun typo that has been in eAthena for ages 19 년 전
  skotlex c791cc651f - Modified HP conversion so that it fails when you don't have enough Hp. Also updated it to enable casting on "someone else" (effect: target loses Hp and gains Sp based on the max HP of the caster, will someone ever use this? who knows, but it's nice to have :P) 19 년 전
  skotlex f8db64c952 - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has. The mob_db reading code will automatically parse the file according to the number of drops expected (the Mexp/Mper and MVP item rewards must still be after the normal drops). Set to 10 currently. 19 년 전
  skotlex 1b38364cab - Storm Kick's range increased to 2. 19 년 전
  skotlex 0f3de92a52 - Added function stristr to strlib.c, used by mob.c and item_db.c for case-insensitive seeks. 19 년 전
  skotlex 6469df410d - Removed the sending of the online guild list when you log-on, may fix the "getting stuck" problem. 19 년 전
  Playtester 7adaf687d3 Lowered drop rates of Bio Lab 3 normal mobs 19 년 전
  Lupus c2507df8c3 flying sidekick range 10->8 cells 19 년 전
  Playtester 5015ea3ca2 Updated drop rates of the Bio Lab 1&2 mobs 19 년 전
  celest 63a226a4a0 Rearrange makefile so dependencies won't get overwritten by 'make depend' 19 년 전
  skotlex 4ded556eb0 - skill_castend_id and skill_castend_pos will trigger unit_stop_walking with flag 1 (fix pos) rather than none. Should fix some skills making you appear moving while doing them. 19 년 전
  skotlex e967ccf396 - Modified clif_skill_nodamage to allow for a NULL source. This is to simplify code related to AL_HEAL/MG_RECOVERY effects where someone shows a healing value, but there's no "caster" in sight (Pitcher skills, Blood Drain, Kaahi) 19 년 전
  skotlex ebf3c20d6b - Added unlocking ud.target on mob_unlocktarget, fixes mobs chasing you around while cloaked. 19 년 전
  skotlex 1e0a083910 - Changed the default rate of clone mob skills to 5% modified by mob_skill_rate setting. 19 년 전
  skotlex 7a07d3c6ec - Applied some changes in unit.c to make mobs pick chase paths as they should. 19 년 전
  skotlex a5e5db6539 - unit_remove_map will reset attackable-time, canact and canwalk delays. 19 년 전
  Playtester 03906b69cf Fixed another Aldebaran Castle 4 warp in warps/guild/guildcastles.txt 19 년 전
  blackhole89 6fca002f26 Fixed the fix to the Ninja job quest. 19 년 전
  blackhole89 9895d86389 Lord Gywall (who's a GM on my server) had a question in the Ninja quest referring to something specific to tRO. Removed that; also fixed some grammar. 19 년 전
  skotlex 38a15cc4e1 - Fixed compilation error/warning on script command setbattleflag. 19 년 전
  skotlex 234ac1fddc - Some changes in the slave skill conditions. All their skills are triggered at a 10% chance now. 19 년 전
  skotlex 28a65510a3 - Changed in the behaviour of wedding skills, should invoke skill_castend_pos when skill_castend_id triggers, should enable all the config settings for land skills to apply to the wedding skills. 19 년 전
  skotlex 6082535bca - Small change in @commands, may fix the null-pointer error. 19 년 전
  skotlex 6e1f885043 - Small change in the pet_ai that should stop the "strange" catch-up behaviour of pets when you are much faster than them. 19 년 전
  skotlex fc449ba30f - Fixed the compilation error. Gee, how did that slipped by... 19 년 전
  skotlex 3caf2d4406 - Now when you do @baselevel to reduce your level and you don't have enough stat points to deduct, you will get a stat-reset and THEN your stat points will be reduced. 19 년 전
  skotlex 2728afbb10 - Added at command @commands, displays the list of commands available to you. 19 년 전
  skotlex 21b2151c97 - Added the missing clif_* calls to make changebase's view-class change update on the client. 19 년 전