What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Request] GrindTo in grind profile

Prox

New Member
Joined
Jan 9, 2011
Messages
37
Reaction score
2
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 )


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>
</hotspot></hotspot></hotspots></grindarea></grindto></hotspot></hotspot></hotspots></grindarea></hbprofile>
 
1) there is a macro that you can use for that

2) you can do what i did and simply make quest order do it, it's really easy to grind with a quest order

Oh, you're trying to make GB2 auto-switch profiles (or a 1-click) eh?

I see... maybe raphus could fix it so that it also obeyed quest order profiles =)
 
Yeah I made a QuestOrder one myself aswell, but its for GatherBuddy2 purposes only. If GatherBuddy2 could support QuestOrder profiles it would be even better then my suggestion.
 
Back
Top