Bot Exploit
A way to check for NV stacks - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: Feature Requests (/Forum-Feature-Requests)
+--- Thread: A way to check for NV stacks (/Thread-A-way-to-check-for-NV-stacks)



A way to check for NV stacks - Baldey - 10-05-2013 06:00 PM

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.


RE: A way to check for NV stacks - Titanium - 10-06-2013 02:02 AM

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?


RE: A way to check for NV stacks - Baldey - 10-06-2013 06:09 AM

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.