Jump to content

PvpLord Engine.


Recommended Posts

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

Link to comment
Share on other sites

change it to:

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

Link to comment
Share on other sites

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:)

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...