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

QuestTools function

vuwrr

Member
Joined
Jan 15, 2010
Messages
287
Reaction score
1
This may seem like a dumb question but my programming knowledge at this point is severely limited.

How would I go about using the LowestKeyCountId / HighestKeyCountId functions in QT? Would it be possible to use them in a profile? I was thinking about using them for targeted loading of the key farm profiles without having to use a separate plugin, if this is possible.

If they are written to be used in profiles would someone be so kind as to provide the proper syntax?

Thanks in advance.
 
These QT conditions only work with the "When"; you can use it like an IF with immediate=true property, otherwise it will run the child tags when the condition is true.

<When condition="HighestKeyCountId == 364694" immediate="true">
<UseStop id="A1" />
</When>
 
Back
Top