Commit History

Author SHA1 Message Date
  skotlex a2797c2755 - Items now store the top MAX_SEARCH drops from mobs and lists them through the new atcommand @whodrops. All merged from my server, of course =D 19 years ago
  skotlex fbda66933a - Added functions mobdb_searchname_array and itemdb_searchname_array which return an array of matches. 19 years ago
  skotlex 445fa07fa2 - Some corrections due to the guild skill position change. 19 years ago
  skotlex 2b874adf3c - Fixed a debug message showing up on skill castend nodamage id when using a guild skill 19 years ago
  skotlex dc8dd724eb - Fixed missing baby-dancer job in exp2.txt 19 years ago
  skotlex 2558edf496 - Added a column in skill_cast_db for specifying can't walk delays. 19 years ago
  skotlex 4070588825 - Small fixes on mob_skill_use 19 years ago
  skotlex 65dfdfc978 - Some cleanup on mob_can_reach code to prevent unnecessary path-searching 19 years ago
  skotlex a9ad111c03 - Fixed mobs targetting themselves after using a support skill. 19 years ago
  skotlex bb7a50a009 - Fixed item pickup not picking anything unless you were in a party with item distribution set o.O 19 years ago
  skotlex 8397547da1 - Some cleanup of the mob skill reading. Added error reporting for unknown states/conditions, error reporting now specifies the file and line number. 19 years ago
  skotlex 9321f524fc - Turn Undead and Offensive Resurrection should now work on undead players. 19 years ago
  skotlex ada437dcaf - Added mob skill conditions myhpinrate and friendhpinrate for using HP ranges instead of a fixed "less than" condition. 19 years ago
  skotlex 6232f11855 - Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the same as their PASS/NOPASS equivalents, but will ignore the cell-stacking mod when enabled. 19 years ago
  skotlex d274e688a7 - Vending is now cancelled on a pc_setpos 19 years ago
  skotlex 4b752d6757 - Corrected implementation of Gangster Paradise to just prevent mobs from targetting you. 19 years ago
  Komurka c648d7e760 * Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars) 19 years ago
  skotlex 3804e1684f - Added an alternate path searching method for non-stacking mode. 19 years ago
  skotlex 994d991fc9 - Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE) 19 years ago
  skotlex fa5ad273ad - Now you can't close-confine and already confined mob. 19 years ago
  skotlex 5044ec742c - In CELL_NOSTACK mode, mob_canreach will now ignore other players when checking if there's a path to the player. 19 years ago
  skotlex 931033a7b1 - Some cleaning of the slave moving code. 19 years ago
  skotlex c1263b25da - Hiding cancels Close Confine. 19 years ago
  skotlex 7e716db3aa - Made Land Protector Block Hammerfall. 19 years ago
  skotlex cf059ff1a9 - NPC_POWERUP now gives +40% atk per level. 19 years ago
  skotlex 62fb6045d4 - Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets normally aren't affected by skills, but their structure already had support for this, so.... 19 years ago
  skotlex 0de0f92568 - Added range checking to mob skill loading of permillage and delay. 19 years ago
  skotlex 66a453cc74 - Added function mob_respawn which makes a mob respawn on spot 3 seconds after deafeat if SC_KAIZEL is active. 19 years ago
  skotlex 2a9dbcf690 - Code rewrites in mob_damage and party_exp_even_share for correctly handling overflow issues. Now uses UINT_MAX for range comparisons, as it should be. 19 years ago
  skotlex d25d952fc6 - Cleaned up and reorganized status_change_start. Now it also receives the success % rate (0->100) 19 years ago