I had few problems using this bot. I am using rev 494 now.
I am not sure if this has happened to anyone else but i got in loop while hasvesting. There was 2 nodes next to each others that i could not hasvest because i dont have high enough herbalism for it and i didnt event want to harvest it. But bot just tried to harvest those two nodes forever. I just wanted to harvest wood and ore.
Is there way to configure bot that it wont harvest herbs for expamle?
If I understand correctly you have a higher level wood and ore skill than herbalism because you are not interested in herbs. Why do you have a waypoint list that visits herb nodes? I suggest you either create another waypoint file that only visits wood and ore nodes or edit your current one and remove the player:harvest() commands from the waypoints near the herb nodes.
And to answer your question, no, there is no way to have it only harvest wood and ore. Also the bot does not collect node levels or player production skill levels so can't avoid trying to harvest a node that is to high a level.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
There just happened to be place where are 4 nodes very close and i just though it would skip those herbs there. I removed harvest command on that location so it would skip that place. Thanks.
Though, I suppose we could add in a few options (HARVEST_WOOD, HARVEST_ORE, and HARVEST_HERB) that would allow the user to select what they want to collect. We are already collecting it's type (1 = wood, 2 = ore, 3 = herb), but not making use of it.
waypoints type="TRAVEL" tells it not to search or attack back.
waypoints type="RUN" tells it to not search for mobs but attack back.
TRAVEL is intended to get you from one area to another ignoring everything in the way while RUN is intended to get you from one area to another fighting your way through if you get agro.
Administrator wrote:Though, I suppose we could add in a few options (HARVEST_WOOD, HARVEST_ORE, and HARVEST_HERB) that would allow the user to select what they want to collect. We are already collecting it's type (1 = wood, 2 = ore, 3 = herb), but not making use of it.
Well i am running into situations, where this would be of great help and speed up things alot.
At moment my one char has Mining, Woodcutting and Carpentry. At certain waypoints i cant avoid having a herb node very very close and the bot then tries to gather herbs even though my Herbalism isnt high enough. This is unnecessary lost time.
I have checked a little how the respawning of resources works and it was like this: My waypoints(around 68 wps) covered around 33% of the nodes(all 3 types) of a given resource type( for example maple wood, iron ore and moxa) in that zone (aslan valley). Now it was late night and nobody else was farming in that zone, so after 1-2 cycles through all waypoints, i didnt get any new resources. No respawn at all for hours, cause the whole resources were in the other 66%. Ive checked that many times.
This means: A waypoint file has to be big and cover all nodes of given resource type or you loose time and wont gather much.
Sometimes you just want to collect ore and wood, cause you have to many herbs or there is no demand/need for herbs. Making a seperate waypoint file for ore, herb and wood isnt effective time wise and you would need one waypoint file for all 3 types and 3 more for seperate, which is alot hassle to create.
It would greatly help us, if we can set (HARVEST_WOOD, HARVEST_ORE, and HARVEST_HERB) at the start of a waypoint file and change that on the fly, as we need it.
i'm trying to follow the instructions but i'm getting this error:
Tue Oct 26 03:11:10 2010 : ...sers/ProjectSoul/Desktop/micromacro/lib/mods/xml.lua:316: error closing parser: no element found
Tue Oct 26 03:11:10 2010 : Execution error: Runtime error
I've got a problem with the harvesting part.
I created a waypointprofile with lots of nodes but when i run the profile, my charakter just runs to the nodes and then runs away and micromacro says: No Ressource Found.
Also it attacks every single mob which is in range and it costs lot of time to kill them and I'd like to turn that thing off but I don't know how.
merlinator wrote:I've got a problem with the harvesting part.
I created a waypointprofile with lots of nodes but when i run the profile, my charakter just runs to the nodes and then runs away and micromacro says: No Ressource Found.
The only reason it would do that is if the node is farther away tham "HARVEST_DISTANCE" that is set in your profile. Also it might be a targeting issue so check if addresses.lua has a green or red icon next to it.
merlinator wrote:Also it attacks every single mob which is in range and it costs lot of time to kill them and I'd like to turn that thing off but I don't know how.
Just change the waypoint type at the top of the file to 'run'.
So I know there's a harvesting script in the scripts folder, but my question then becomes, once you generate the waypoint list, is the modification to the scanning range/height etc in the profile script or the waypoint? I'm not understanding how the waypoints get injected.
Tamyra wrote:So I know there's a harvesting script in the scripts folder, but my question then becomes, once you generate the waypoint list, is the modification to the scanning range/height etc in the profile script or the waypoint? I'm not understanding how the waypoints get injected.
What? I didn't understand that.
To create a harvesting waypoint file use 'rom/createpath.lua'. When near a nodes, press '2' on the number pad. When you've finished creating the waypoint file just run it. It should work. (By 'run it' I mean run 'rom/bot' and select the waypoint file from the list.)
Scanning settings are no longer applicable. Those settings were used when the mouse used to be used to harvest. The mouse isn't used for harvesting anymore.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
"The only reason it would do that is if the node is farther away tham "HARVEST_DISTANCE" that is set in your profile. Also it might be a targeting issue so check if addresses.lua has a green or red icon next to it."
okay addresses.lua has a red icon next to it. what should i do now? and where do i have to change the waypoints type to "Run"? in my waypoints file or in my charakters file?