Jump to content

dandilo

Members
  • Posts

    14
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About dandilo

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dandilo's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Skype: dandilomg Email: dandilomg@gmail.com Facebook: /dandiilo.silva
  2. Rev 1004, where the lag? http://www.youtube.com/watch?v=AhEblxNvw88
  3. tried to adapt l2jfrozen, but I could not :/
  4. 1- Name colored ON enter. 2- Flag when leave. 3- Extra Clan reputation when kill war. 4- Nobles on enter (configured). 5- Dont attack Ally/Clan/Party member without Ctrl.. More informaition on Skype: dandilomg
  5. Thank you for answering me, still did not work.
  6. Please can someone help me, I really need to fix this.
  7. Thanks Friend, I use l2jfrozen, the code is different, as I do? // If in Arena, do nothing if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP)) return; And when I add your code generates this error [javac] if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP) && (!isInSiege() && !targetPlayer.isInSiege())) [javac] ^ [javac] symbol: method isInSiege() [javac] location: variable targetPlayer of type L2PcInstance [javac] 2 errors [javac] 1 warning
  8. Hello, I wonder how I can make the change so that the player add PvPpoint in ZONE_SIEGE. I believe it is in L2pcinstance, tried some changes but could not.
  9. l2jfrozen rev 1004 well put and it did not work, what would be the right way? // If in Arena, do nothing if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP) && (isInsideZone(ZONE_SIEGE) && targetPlayer.isInsideZone(ZONE_SIEGE)) return;
  10. Thanks for the reply, but do not know where to make this change, you could post a diff?
  11. Where and how can I change to win or not PvP points in siege?
×
×
  • Create New...