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

<GrindTo...> [Request] for Devs

tubajedimr

New Member
Joined
Apr 6, 2010
Messages
441
Reaction score
24
I think it would be really useful for GrindTo's to be able to specify a bar number.

Of the 20 XP bars you could say, for example:

PHP:
<GrindTo Level="64" Bar="13" />

Would be useful to prevent abnormally long grind sections in a QuestOrder, and will allow the profile maker the ability to very specifically make sure the player would have enough XP to conitnue and not have to spend 2 hours in a grind area.

Another option might be a percentage of XP. Such that:

PHP:
<GrindTo Level="64" Amount="75" />
 
Last edited:
It would be handy at times to have a condition for rested xp (200% normal xp)

If Condition=("Me.RestedXP)"
<IF Condition="(Me.RestedXP)">
.
.Grind spot
.
<GRINDTO Condition="(!Me.RestedXP)">
GrindTo Condition="(!Me.RestedXP)"</IF>
 
I have been wanting the restedxp for a while (for alts mainly) :)

or "Arch Buddy until no longer rested"
 
thephoenix25 said:
It would be handy at times to have a condition for rested xp
Kickazz006 said:
Default

I have been wanting the restedxp for a while (for alts mainly)
Me.HasRestedXp &lt;!-- preferred --&gt;
or
Me.RestedExperience &amp;gt;= 7000


Now documented on...
[wiki]Honorbuddy Profile Tag Attribute: Condition[/wiki]

cheers,
chinajade
 
very very sneaky, sir!

0.jpg
 
Back
Top