Ancient Fossil Waypoint
Ancient Fossil Waypoint
Hello, this is my first time posting on these forums
. I have been botting instruments mats lately and I am trying to work out an Ancient Fossil. Well first of all in my other waypoints I would like to add an if statement such as if i get interrupted through the gather or my camera turns a funny way. My biggest problem is there is so many mobs. When I try to gather ancient fossils, half the time i get interrupted by a mob attacking me. The if statement i will try to set up will definately help this but as for right now I have tried adding all the mobs in fa to the mob kill thing in the profile but my character keeps targeting mobs through walls and gets stuck. Pain in the ass. Any help would be appreciated. I can also list my waypoint if needed. Thank you.
Re: Ancient Fossil Waypoint
when botting inside small spaces like caves reduce the value for these in your profile
you can also do it in your WP file with this
Code: Select all
"COMBAT_DISTANCE"
"MAX_TARGET_DIST"
Code: Select all
changeProfileOption("COMBAT_DISTANCE", 100)Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Ancient Fossil Waypoint
Thank you for the fast response. That helps alot better. Any ideas on the if statement? I am not sure if it is even possible and I am not quite sure of all the rombot functions yet.
Re: Ancient Fossil Waypoint
In regards to the if statement, if you used player:target_Object to collect the resource then it should still collect the resource after being interrupted and fighting off mobs.
Isn't it doing that?
Isn't it doing that?
- 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.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: Ancient Fossil Waypoint
I was using the harvest command..player:harvest(id). I will try that, see if it works. Thank you.
Re: Ancient Fossil Waypoint
That works perfect. Thank you once again for your help.