Bot Exploit

Full Version: A way to check for NV stacks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there some If Then Else logic that can be added to the xml profiles that checks for Nephelim valor stacks? If not, i think this would be very helpful when writing profiles.
Can you give an example on what you like to achieve? It'll help us understand your request more.

It'll like
If {Nephelim valor stacks}
Do Action A
Else
Do Action B
EndIf

If it's like that, what is Action A and Action B?
Code:
if NV=5
<LoadProfile profile="Stone.xml" />
else
<TrinityMoveTo questId="1" x="3309.373" y="425.1253" z="0.1" pathPrecision="25" name="FoS-14" navigation="true"></TrinityMoveTo>


Also, i wanted to ask how do i add a delay into the xml profile? i want to wait two seconds before starting an area.
Reference URL's