You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like it is correct. the only difference from chase mode is that it doesn't do chase logic.
common.lua common.checkChase only runs if mode == chase.
vorpal mode is assist without chasing or setting a camp. so if you nav the toon to you, they aren't going to try to run back to a camp, and they aren't going to follow you unless you make them. basically just assist in place where they are at but free to be moved.
Should Vorpal be same as Chase in mode.lua ?
mode:new('chase',false,true,false,false,false)
mode:new('vorpal',false,true,false,false,false)
mode:new('tank',true,false,true,false,true)
The text was updated successfully, but these errors were encountered: