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

How to read Status Conditions Ailments

Mrydeen

Member
Joined
Nov 9, 2014
Messages
59
Reaction score
0
Hi all, I'm trying to write a useful orderbot xml, but find it quite hard to start. So while I am searching the forums
I tot I might as well post this as well.

Do anyone have an example of how to read a status effect on your self or on an opponent?

I looked at the <conditions> checker, but it does not seem to have it available.


What I would like to do with this code is...
1) Check if stealth is on
2) Check steady hands stacks etc
 
I actually was looking to see if anyone else had written about this, I'll be sure to post back if I figure it out. I know that RB has the capabilities to check conditions, I mean, look at the combat routines! They are able to check and apply passive buffs as necessary. :P

Edit: I was able to find some stuff looking at some of the Magitek .cs files, I then searched it in the documentation.. Not sure if it will work >.>;

Heck, I don't even know if I'm applying this correctly, Let's assume that's still what we need, I am having a hard time figuring out how to manually make it cast a skill, too.

<If Condition="not HasAura=(Stealth)">

</if>
 
Last edited:
Back
Top