User Tools

Site Tools



mmoalt_gathermode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mmoalt_gathermode [2016/04/08 19:47] mmoaltmmoalt_gathermode [2019/11/26 17:13] (current) – [Public API (out of date for 64-bit)] mmoalt
Line 8: Line 8:
  
 As usual, no teleports will be used.\\ As usual, no teleports will be used.\\
-**If a node isn't on the mesh, it will not be gathered.**+**If a node isn't on the mesh, or if the bot can not find a valid path, it will not be gathered.**
 \\ \\
 \\ \\
 +
 +----
  
 ==== Settings ==== ==== Settings ====
 **Combat mode**:\\ **Combat mode**:\\
-  * Everything -- Attacks every aggro target +  * Aggro -- Attacks every aggro target 
-  * Aggro -- Attacks aggro target when your hp is starting to get low +  * Losing health -- Attacks aggro target when your hp is starting to get low 
-  * Survive -- Attacks aggro target if your hp is very low+  * Almost dead -- Attacks aggro target if your hp is very low
   * None -- Never attack anything (not recommended)   * None -- Never attack anything (not recommended)
  
Line 22: Line 24:
 If enabled, will clear the current gather queue when stopping the bot.\\ If enabled, will clear the current gather queue when stopping the bot.\\
  
-**Enable gather markers (not recommended)**:\\ +**Always use path distance**:\\ 
-Enable bot marker subtask.\\+Instead of using the 3D distance (air distance), use the path distance (walking distance) instead\\ 
 +More resource intensive, but is more accurate.
  
 +=== Gathering ===
 +Select the resource nodes you want to gather.\\
 +Wood/Ore/Plants.
 +----
 +
 +==== Custom task settings ====
 +**Max Gatherables:**\\ 
 +Maximum amount of gatherables to get before ending the task.\\
 +(I recommend setting a max duration even if you have this on)
 +
 +**Do Events:**\\
 +Let the bot do events while gathering.\\
 +
 +**Combat mode:**\\
 +Set a custom combat mode or use the default settings.\\
 +
 +**Custom duration:**\\
 +Use this field instead of "Max Task Duration" to also make sure that the queue is empty before ending the task.\\
 +If you use it, make sure that "Max Task Duration" is set to "0"\\
 +
 +----
  
 ==== How to use ==== ==== How to use ====
Line 31: Line 55:
 \\ \\
 The mode is also available in custom tasks. The mode is also available in custom tasks.
 +
 +----
  
 ==== Blacklist ==== ==== Blacklist ====
-The blacklist is in the blacklist manager.\\ +The blacklist is in the list manager.\\ 
-"Lua Modules" => "BlacklistManager"\\+"MMOMinionbutton => "Lists"\\ 
 +The lists are named "mmoalt_GatherItem" and "mmoalt_GatherType" 
 \\ \\
 +Select the gatherable in game.\\
 To blacklist the currently selected gatherable. Click the "Blacklist selected gatherable" button.\\ To blacklist the currently selected gatherable. Click the "Blacklist selected gatherable" button.\\
 To blacklist every gatherable with the same type as the currently selected gatherable. Click the "Blackist selected gatherable type" button. To blacklist every gatherable with the same type as the currently selected gatherable. Click the "Blackist selected gatherable type" button.
Line 41: Line 70:
 \\ \\
 Note:\\ Note:\\
-The single gatherable blacklist uses the position of a node.\\ The position of nodes changes often.+The single gatherable blacklist uses the position of a node.\\ The position of nodes can change often. 
 + 
 +----
  
 ==== Public API ==== ==== Public API ====
 +mmoalt_GatherModeAPI:GetCurrentGatherable() -- Get the current gather target. Includes id, position and other stuff.\\
 +mmoalt_GatherModeAPI:DistanceToCurrentNode() -- Should be self explainatory.\\
 mmoalt_GatherModeAPI:Reset() -- Reset timers and the current gatherable\\ mmoalt_GatherModeAPI:Reset() -- Reset timers and the current gatherable\\
 mmoalt_GatherModeAPI:CheckForGatherable() -- True if a gatherable is in queue.\\ mmoalt_GatherModeAPI:CheckForGatherable() -- True if a gatherable is in queue.\\
Line 49: Line 82:
 mmoalt_GatherModeAPI:GetTask() -- Returns the gather task if you want to spawn it in a subtask.\\ mmoalt_GatherModeAPI:GetTask() -- Returns the gather task if you want to spawn it in a subtask.\\
 mmoalt_GatherModeAPI:EndTask() -- Ends the gather task (if you put it in a sub task).\\ mmoalt_GatherModeAPI:EndTask() -- Ends the gather task (if you put it in a sub task).\\
 +
  
 \\ \\
Line 54: Line 88:
 Support: Support:
 [[http://www.mmominion.com/thread-15966-post-132755.html|Forum]] [[http://www.mmominion.com/thread-15966-post-132755.html|Forum]]
 +
 +\\
 +\\
 +Icon by [[http://game-icons.net/|Skroll]] - [[https://creativecommons.org/licenses/by/3.0/|License]]
mmoalt_gathermode.1460144825.txt.gz · Last modified: 2016/04/08 19:47 by mmoalt