Issue Information
-
#001937
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
0
Setbattleconf/reloadbattleconf Script/atcmd Error
Posted by Hercules Bot on 28 July 2008 - 04:04 PM
Originally posted by RedXIII
http://www.eathena.w...er&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.
http://www.eathena.w...er&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.