Page 1 of 1
Wander + Harvest?
Posted: Fri Nov 26, 2010 4:01 pm
by deathdealer1252
<option name="WAYPOINTS" value="" />
<option name="PATH_TYPE" value="wander" />
When you set your profile with those settings, you can stick your character anywhere and it will just start attacking in that area, which is awesome, do not have to make a path. Would there be a way to make it so it will scan for (wood, herbs, ore) as well?
Re: Wander + Harvest?
Posted: Fri Nov 26, 2010 6:20 pm
by rock5
Even when using a normal waypoint file, they don't work well together. You pretty much have to choose 1 or the other. Ideally harvest nodes need to be included when looking for targets but that is a major undertaking. That would allow you to harvest when in wander mode but I'm not sure it's possible at the moment.
Re: Wander + Harvest?
Posted: Sun Nov 28, 2010 10:02 am
by deathdealer1252
I was thinking everytime the character is not moving, have it scan for a node.
Re: Wander + Harvest?
Posted: Sun Nov 28, 2010 12:10 pm
by jduartedj
deathdealer1252 wrote:I was thinking everytime the character is not moving, have it scan for a node.
Why not hardcode the line
into the place in wander function before he 'calculates' a new point to head to? Worst case scenario you can make a new profile option variable, something like "WANDER_HARVEST" and use it as a flag to enable/disable the wander harvest...
I don't think it'll be very effective but take a shot at it who knows!
Re: Wander + Harvest?
Posted: Mon Nov 29, 2010 8:48 am
by deathdealer1252
Already testing that out, will post results, after some testing.