Thread: Castle wars [PI]

Results 1 to 4 of 4
  1. #1 Castle wars [PI] 
    ZWOLLE Castle wars [PI] Market Banned

    Rifblood's Avatar
    Join Date
    May 2011
    Posts
    327
    Thanks given
    13
    Thanks received
    22
    Rep Power
    0
    Flashing interface , i have the flashing interface.
    and yes ive already added this:

    Fix Flashing Interfaces

    In Player.java on top of public boolean inWild() { add
    Code:
    public boolean inCw() {
    Client c = (Client)this;
    if (CastleWars.isInCwWait(c)) {
    return true;
    }
    if (CastleWars.isInCw(c)) {
    return true;
    }
    return false;
    }
    Reply With Quote  
     

  2. #2  
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    27
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    Fix Flashing Interfaces

    In Player.java on top of public boolean inWild() { add
    Code:
    	public boolean inCw() {
    	Client c = (Client)this;
    		if (CastleWars.isInCwWait(c)) {
            return true;
            }
            if (CastleWars.isInCw(c)) {
            return true;
            }
    		return false;
    	}
    Note: don't forget to import CastleWars.java

    Now go to Client.java and in process() search for
    Code:
    if(inWild() && !isInPbox() && !isInArd() && !isInFala() && !inFunPk()) {
    and make it look like this

    Code:
    if(inWild() && !isInPbox() && !isInArd() && !isInFala() && !inFunPk() && !inCw()) {
    also for those of you that don't want the safe timer to appear when outside of castlewars search for safeTimer = 10; somewhere under public void process() { and above safeTimer = 10; make it look like this:

    Code:
    if(inWild() && !inFunPk() && !inCw() && !safeZone()) {
    Reply With Quote  
     

  3. #3  
    ZWOLLE Castle wars [PI] Market Banned

    Rifblood's Avatar
    Join Date
    May 2011
    Posts
    327
    Thanks given
    13
    Thanks received
    22
    Rep Power
    0
    i did , and i know something i client.java must be done,
    because my friend did it for me but i lost it , and he stopped rsps.
    Reply With Quote  
     

  4. #4  
    Registered Member Aleksandr's Avatar
    Join Date
    Sep 2006
    Age
    33
    Posts
    1,034
    Thanks given
    455
    Thanks received
    134
    Rep Power
    74
    lol, in process method look for if (inWild) somthing like that, then add && !inCw() or w/e method you use to check if you in cwars or not.

    fogle you talking about my fixes?
    Al
    Attached image

    There is no RL, just AFK
    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: 40
    Last Post: 06-27-2010, 04:45 PM
  2. Replies: 9
    Last Post: 06-13-2010, 12:41 PM
  3. Replies: 6
    Last Post: 04-12-2010, 11:46 AM
  4. Replies: 63
    Last Post: 05-20-2008, 06:32 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
  •