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

What is !UseOOCBuff or UseOOCBuff checking for?

rimmi2002

New Member
Joined
Apr 28, 2014
Messages
138
Reaction score
2
What is !UseOOCBuff or UseOOCBuff checking for? See it all over the combat profiles. Thanks.
 
push!
I would like to know!

OOCBuff = Out of Combat Buff
the "!" negates it
So if you see
Code:
if (UseOOCBuff)
    //do something
the do something part only gets executed if the Bot is not in combat
and
Code:
if (!UseOOCBuff)
    //do something
and thats the same but only gets executed if the Bot is in Combat
 
OOCBuff = Out of Combat Buff
the "!" negates it
So if you see
Code:
if (UseOOCBuff)
    //do something
the do something part only gets executed if the Bot is not in combat
and
Code:
if (!UseOOCBuff)
    //do something
and thats the same but only gets executed if the Bot is in Combat

I am curious why someone would need Out of Combat buff.
Shouldn't the buff be on just right before combat?
 
Uhh, there's plenty of reasons of out of combat buffs. Movement speed increase, regen increase, etc.
 
Back
Top