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

[FYI for Profile Writers] New Conditions: CanFly, HasFaction, GetFactionReputation

chinajade

Community Developer
Joined
Jul 20, 2010
Messages
17,540
Reaction score
172
Just FYI for Profile Writers...

HB-2.0.0.4354 added three more very useful Conditions...
  • CanFly()
  • HasFaction(...)
  • GetFactionReputation(...) (numeric reputation)
More information available here...
[wiki]Honorbuddy Profile Tag Attribute: Condition[/wiki]


Many thanks go to MaiN for fulfilling our requests!

cheers,
chinajade
 
Last edited:
lies!

Ty MaiN!

... uh, who's this chinajade person? xD

CJ, are these Me.CanFly, or CanFly

PHP:
<If Condition="Me.CanFly" >
     <CB DoSomething />
</If>

or

<If Condition="CanFly" >
     <CB DoSomething />
</If>
 
Last edited:
So "StyxWoW.FlightChecksDisabled" gets useless?!
 
Kickazz006 said:
CJ, are these Me.CanFly, or CanFly

I believe its just CanFly(), HasFaction(...), and GetFactionReputation(...) without the "Me." part. They are true shortcuts, and not enhancements to the StyxWoW.Me class, is my understanding. To be honest, I've yet to test any of them.

If you find out different, or they're broken, please let me know so I can update the Wiki.


Kuku said:
So "StyxWoW.FlightChecksDisabled" gets useless?!
Lets just say CanFly is more 'feature complete'. :D

cheers,
chinajade
 
Last edited:
Back
Top