Jump to content

HukcaH

Members
  • Posts

    4
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About HukcaH

Profile Information

  • Gender
    Male

HukcaH's Achievements

Newbie

Newbie (1/16)

  • First Post Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. I added everything, but when you turn it on, the command does not work? maybe something is missing? . farmon is just spelled in chat.
  2. Now there is another problem (the factions can beat each other in the city with a simple attack, but with skills they cannot ... what check to prohibit in cities to beat with a simple attack? I suppose something is necessary here public void updatePvPStatus() { if (!issfaction() || !isffaction()) { return; } if (isInsideZone(ZoneId.PVP)) { return; } PvpFlagTaskManager.getInstance().add(this, Config.PVP_NORMAL_TIME) if (getPvpFlag() == 0) { updatePvPFlag(1); } } public void updatePvPStatus(Creature target) { final Player player = target.getActingPlayer(); if (player == null) { return; } if (isInDuel() && player.getDuelId() == getDuelId()) { return; } if (player.issfaction() || player.isffaction()) { return; }
  3. Thanks for the tip ... was there value not enough. +# Annnounce Faction Players +# Values Are In Minutes +AnnouncePlayersDelay = Kara's nervous? I'm a noob at java but trying to understand and Yes I code it wrote.
  4. help what's the problem? Java 8 ... no compile errors
×
×
  • 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