NumL0ck Posted August 3, 2012 Posted August 3, 2012 writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) ? 1 : 0); || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura i get errors
Joκκєrino Posted August 4, 2012 Posted August 4, 2012 What error ? Anyway , that's a good mode for PvP servers and for custom fans ...
NumL0ck Posted August 4, 2012 Posted August 4, 2012 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
vampir Posted August 4, 2012 Posted August 4, 2012 change it to: writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.getIsPVPHero()) || _activeChar.isPvpLord()) ? 1 : 0); //0x01: Hero Aura
NumL0ck Posted August 4, 2012 Posted August 4, 2012 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:)
Fanky Posted August 16, 2012 Author Posted August 16, 2012 period change not working for me weird,any error?hm test in Freya ? I didn't,but it 'll work with some changes.
niksan1 Posted November 18, 2012 Posted November 18, 2012 tested on h5 latest rev l2jserver stable and got only error about these rows: cPvpLord.isOnline() == 0) nPvpLord.isOnline() == 0)
DNG3R Posted November 20, 2012 Posted November 20, 2012 Fanky fix that bug http://maxcheaters.com/forum/index.php?topic=255308.0 ;)
iitmtii Posted February 27, 2013 Posted February 27, 2013 can anyone help? why pvplord is not changing????
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now