Jump to content

Recommended Posts

Posted

writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) ? 1 : 0); || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura

i get errors

Posted

writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) ? 1 : 0); || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura

i get errors, on this text

Posted

change it to:

writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura

Posted

writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura

 

i need delete this text and with your help vampir its working:)

  • 2 weeks later...
Posted

period change not working for me

weird,any error?hm

test in Freya ?

I didn't,but it 'll work with some changes.
  • 3 months later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock