Hercules Elf Bot - Jul 28, 2008 16:04
Originally posted by [b]RedXIII[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1937
Setbattleconf script command and atcommand lacks a mob_reload() call to modify monster exp/drop rates when updating an exp or drop rate modifier. Currently the code will simply modify the rate but won't update the mobdb's rates.
The reloadbattleconf atcommand while checking for modification to the item drop rates will not update if exp rates are modified.
Quickfix: insert mob_reload() into the setbattleconf commands and replace the if block in reloadbattleconf with mob_reload().
Workaround: insert reloadmobdb after each setbattleconf call.
Hercules Elf Bot - Jan 4, 2012 4:16
Originally posted by [b]Ind[/b]
was fixed in a previous eA revision