Skip to content

Commit

Permalink
Added Conf setting to Enable mob-warping when standing on Dimensional…
Browse files Browse the repository at this point in the history
… Door (#4472)
  • Loading branch information
Stolao authored and aleos89 committed Dec 12, 2019
1 parent bf4ff73 commit 7f6f241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/battle/monster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ monster_chase_refresh: 3
// 1: Enable mob-warping when standing on NPC-warps
// 2: Enable mob-warping when standing on Priest Warp Portals
// 4: Disable warping when the target map is a 'nobranch' map.
// 8: Enable mob-warping when standing on Dimensional Door
mob_warp: 0

// If these are set above 0, they define the time (in ms) during which monsters
Expand Down
2 changes: 1 addition & 1 deletion src/map/battle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8219,7 +8219,7 @@ static const struct _battle_data {
{ "produce_item_name_input", &battle_config.produce_item_name_input, 0x1|0x2, 0, 0x9F, },
{ "display_skill_fail", &battle_config.display_skill_fail, 2, 0, 1|2|4|8, },
{ "chat_warpportal", &battle_config.chat_warpportal, 0, 0, 1, },
{ "mob_warp", &battle_config.mob_warp, 0, 0, 1|2|4, },
{ "mob_warp", &battle_config.mob_warp, 0, 0, 1|2|4|8, },
{ "dead_branch_active", &battle_config.dead_branch_active, 1, 0, 1, },
{ "vending_max_value", &battle_config.vending_max_value, 10000000, 1, MAX_ZENY, },
{ "vending_over_max", &battle_config.vending_over_max, 1, 0, 1, },
Expand Down

0 comments on commit 7f6f241

Please sign in to comment.