Jump to content

Question

Posted

Hello i have this code i want to add one more zone but i have no idea how

there exist already one i want add one more it's random pvp zone (Primeval Island)

if someone can give me example i would appreciate it
 

  public final int[][] ZONES =
    {
        // Primeval Isle Wharf
        {
            10468,
            -24569,
            -3650
        },
        // Primeval Isle Wharf
        {
            10468,
            -24569,
            -3650
        }
    };
   
    public ZoneRandom()
    {
        _log.info("ZoneRandom: Loading zones...");
       
        ThreadPool.scheduleAtFixedRate(this, 0, REFRESH * 1000 * 60);

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

This might help give you a hand. Thank SweeTs...

nop buddy it's not how to add my zone in xml zones etc i know how to it but i have to add it in java so after primeval zone change to other zone i must add the other zone in java but i dont know how

Edited by phantoml2
  • 0
Posted (edited)

Those are probably only locations, based on XYZ. Simply add a new :

{ x, y, z},

Without code I can't tell you more than this.

Edited by phantoml2
Guest
This topic is now closed to further replies.
×
×
  • 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