Thread: [PI] Pvp Zone

Results 1 to 2 of 2
  1. #1 [PI] Pvp Zone 
    Registered Member
    Join Date
    Mar 2011
    Posts
    77
    Thanks given
    1
    Thanks received
    1
    Rep Power
    0
    I am using insanityx Source, and im trying to make edgeville area PVP
    this is what i have in my client.java

    } else if(isInEdge()){
    int modY = absY > 3502 ? absY - 3088 : absY;
    wildLevel = 12;
    headIconPk = 1;
    getPA().walkableInterface(197);
    getPA().showOption(3, 0, "Attack", 1);
    if(Config.SINGLE_AND_MULTI_ZONES) {
    if(inMulti()) {
    HighAndLow();
    } else {
    HighAndLow();
    }
    }

    It does make the area pvp but it doesnt let me attack any players, when i try to attack players it tells me i need a snowball to attack, i searched up the snowball and this is what ive found

    public void Snowball (final Client c) {
    if(playerEquipment[playerWeapon] != 11951 && !getPA().inPitsWait() && !inPits) {
    sendMessage("You need to wear a snowball first..");
    return;
    }

    What would i need to change to be able to attack players in edge pvp? i tried to delete this whole part but it gives 100 errors, please help!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2011
    Posts
    77
    Thanks given
    1
    Thanks received
    1
    Rep Power
    0
    Bump please help
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. PI help adding pvp zone
    By Alohha in forum Help
    Replies: 0
    Last Post: 03-28-2011, 08:20 PM
  2. [PI] PvP Zone Bug?
    By Hybrid in forum Help
    Replies: 6
    Last Post: 12-27-2010, 04:42 AM
  3. Help making a Pvp Zone
    By Harambe_ in forum Help
    Replies: 2
    Last Post: 07-02-2010, 09:37 AM
  4. [z508] Pvp Zone
    By bats in forum Help
    Replies: 8
    Last Post: 03-26-2010, 12:57 PM
  5. ------/Pvp-Zone\------
    By Meet Willy in forum Advertise
    Replies: 9
    Last Post: 05-30-2009, 04:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •