I got two requests
First
When you start honorbuddy it enables "Click To Move" could you add so when you click stop it disables it again?
Second
I have been working on a profile that can level Herbalism from 1-525 with one click, now that i saw GatherBuddy2 had come out I was wondering if you could do so the GrindTo tag is valid in a normal grind profile, I assume that way you could make GatherBuddy2 profiles that way you can make profiles that will switch zone when you reach a desired level.
A little example of how a profile could look like (dont know why it adds weird stuff in the bottom :S )
</hotspot></hotspot></hotspots></grindarea></grindto></hotspot></hotspot></hotspots></grindarea></hbprofile>
First
When you start honorbuddy it enables "Click To Move" could you add so when you click stop it disables it again?
Second
I have been working on a profile that can level Herbalism from 1-525 with one click, now that i saw GatherBuddy2 had come out I was wondering if you could do so the GrindTo tag is valid in a normal grind profile, I assume that way you could make GatherBuddy2 profiles that way you can make profiles that will switch zone when you reach a desired level.
A little example of how a profile could look like (dont know why it adds weird stuff in the bottom :S )
Code:
<hbprofile>
<grindarea>
<hotspots>
<hotspot x="2268.498" y="455.0283" z="34.03255">
<hotspot x="2309.049" y="642.0716" z="31.37402">
<hotspot x="2314.211" y="774.0022" z="33.20932">
<hotspot x="2321.262" y="844.5036" z="44.8618">
</hotspot>
</hotspot>
<grindto condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue >= 75)">
<grindarea>
<hotspots>
<hotspot x="2268.498" y="455.0283" z="34.03255">
<hotspot x="2309.049" y="642.0716" z="31.37402">
<hotspot x="2314.211" y="774.0022" z="33.20932">
<hotspot x="2321.262" y="844.5036" z="44.8618">
</hotspot>
</hotspot>
<grindto condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue >= 150)">
</grindto>