(07-25-2017, 10:26 AM)Eveley Wrote: Hi,
I would like to know if there is an option to make the bot gather maps when they are available while gathering. If there already is one, how do I activate it ? I didn't manage to find it.
Thanks for the future answer.
Thats in the example.lua in the gather profiles folder. So yes it is possible if you know how to create a gather profile.
Code:
Variants above support the following example inputs:
["gathermaps"] = true; (gather any map)
["gathermaps"] = false; (gather no map)
["gathermaps"] = "12243"; (gather only dragonskin map) (singular contentid of an item)
["gathermaps"] = "12243,6692"; (gather dragonskin or peisteskin maps) (multiple comma-separated contentid's of items)