Jump to content
  • 0

]Add Zone In Java


phantoml2

Question

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);
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...