gathering bot, quick question.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

gathering bot, quick question.

#1 Post by IKneX »

First of all Id like to say this is a awesome bot and you guys are doing a great job!

Id like to make a gathering bot macro, but I was just wondering how do I make it so my charecter will NOT attack ANYTHING. I just want him to go from waypoint to waypoint without attacking targets.

Thanks!
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: gathering bot, quick question.

#2 Post by rock5 »

  • 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
S3v3n11
Posts: 91
Joined: Thu Jul 09, 2009 7:37 am

Re: gathering bot, quick question.

#3 Post by S3v3n11 »

Set the waypoint file to TRAVEL.

Code: Select all

<waypoints type="TRAVEL" >
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

Re: gathering bot, quick question.

#4 Post by IKneX »

ahh very good, thanks very much!
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

Re: gathering bot, quick question.

#5 Post by IKneX »

Also, is there a way to make it so he will just run around a area i tell him to and automatically harvest? instead of going to every single herb, ore and wood on the map and setting waypoints? I just want him to randomly run around and harvest.
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

Re: gathering bot, quick question.

#6 Post by IKneX »

I tryed using wander but... he just wandered and killed stuff, is it possible to make him wander on a waypoint and gather when a mineral is around?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: gathering bot, quick question.

#7 Post by rock5 »

I think it would be a good idea if the bot searched for harvestables as part of it's target searching function
I've suggested it to the administrator in the past but he didn't like the idea.
  • 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
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

Re: gathering bot, quick question.

#8 Post by IKneX »

that would be a great idea... being able to let the bot just walk around looking for harvestibles, i guess it looks like way point to waypoint
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: gathering bot, quick question.

#9 Post by Administrator »

Problem is, this would cause getting stuck so much more often. The only way around this would be to restrict it to only searching right next to the player. If you're going to do that, you might as well just mark nodes manually.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: gathering bot, quick question.

#10 Post by rock5 »

Administrator wrote:Problem is, this would cause getting stuck so much more often. The only way around this would be to restrict it to only searching right next to the player. If you're going to do that, you might as well just mark nodes manually.
Why would it get stuck? If a monster is a valid target at 150 why can't it go and collect a node at that distance? Issues with getting stuck would be the same for mobs as it is for nodes wouldn't it?
  • 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
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: gathering bot, quick question.

#11 Post by Administrator »

You're free to experiment with it. I just think it would be too messy. You would have to also make sure you kill nearby enemies before running to the node to make sure you don't pull aggro and end up getting killed.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: gathering bot, quick question.

#12 Post by rock5 »

Maybe I'll put it on my todo list. I don't have the time right now.
  • 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
IKneX
Posts: 6
Joined: Wed Mar 02, 2011 8:02 am

Re: gathering bot, quick question.

#13 Post by IKneX »

If you write a script, id be more then happy to test it.
Post Reply