Jump to content

koler

Banned
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About koler

Profile Information

  • Gender
    Not Telling
  • Country
    England

koler's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. hello i use acis 368 rev when i sapwn antharas i hit him and he hit me but when i spawn valakas i hit him but they dont hit me how i can fix
  2. package net.sf.l2j.gameserver.model.zone; /** * Zone Ids. * @author Zoey76 */ public enum ZoneId { PVP(0), PEACE(1), SIEGE(2), MOTHER_TREE(3), CLAN_HALL(4), NO_LANDING(5), WATER(6), JAIL(7), MONSTER_TRACK(8), CASTLE(9), SWAMP(10), NO_SUMMON_FRIEND(11), NO_STORE(12), TOWN(13), HQ(14), DANGER_AREA(15), CAST_ON_ARTIFACT(16), NO_RESTART(17), SCRIPT(18); private final int _id; private ZoneId(int id) { _id = id; } public int getId() { return _id; } public static int getZoneCount() { return values().length; } } here is zoneid how i can enable pvp points?
  3. i find it thx
  4. thx alot
  5. hello i use acis 368 rev and i want to disable the trade inside siege , and in siege if you kill someone you dont get pvp how i can fix any help please
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..