Thread: Wilderness. [PI]

Results 1 to 5 of 5
  1. #1 Wilderness. [PI] 
    Registered Member
    Join Date
    Sep 2011
    Posts
    43
    Thanks given
    0
    Thanks received
    2
    Rep Power
    27
    Hi, I recently downloaded a new source and client which I'm happy with, I just have one problem.. The wilderness doesn't have PVP. Me and my Co-owner last night was checking it all out for glitches/problems last night and came across it. Neither of us know how to fix it. So does anyone know how I can add PVP in the wilderness.

    Much appreciated.
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    client.java see if u can find
    Code:
    if (inWild())
    and post the next 20 lines in code format
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2011
    Posts
    43
    Thanks given
    0
    Thanks received
    2
    Rep Power
    27
    Edit: Never mind, found it..

    Code:
    if(inWild()) {
    			int modY = absY > 6400 ?  absY - 6400 : absY;
    			wildLevel = (((modY - 3520) / 8) + 1);
    			getPA().walkableInterface(197);
    			getPA().sendFrame126("@yel@Level: "+wildLevel, 199);
    			getPA().showOption(3, 0, "Attack", 1);
    		} else if (inDuelArena()) {
    			getPA().walkableInterface(201);
    			if(duelStatus == 5) {
    				getPA().showOption(3, 0, "Attack", 1);
    			} else {
    				getPA().showOption(3, 0, "Challenge", 1);
    			}
    		} else if (getPA().inPitsWait()) {
    			getPA().showOption(3, 0, "Null", 1);
    		} else {
    			if(!tutorialIsland()) {
    				getPA().showOption(3, 0, "null", 1);
    				getPA().walkableInterface(-1);
    			}
    		}
    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    What is it your not able to do? Attack the other player? does it not have an attack option? not able to inflict damage?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2011
    Posts
    43
    Thanks given
    0
    Thanks received
    2
    Rep Power
    27
    Yeah, attack other players. Also the levels don't appear too.
    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. Replies: 18
    Last Post: 09-16-2010, 01:53 AM
  2. Replies: 17
    Last Post: 01-26-2010, 11:04 PM
  3. Replies: 4
    Last Post: 04-16-2009, 07:11 PM
  4. Wilderness
    By CTucker in forum Help
    Replies: 1
    Last Post: 02-17-2009, 06:00 PM
  5. Wilderness
    By Deh Jiizz in forum Help
    Replies: 4
    Last Post: 01-04-2009, 04:46 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •