Thread: SafeZone?

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 SafeZone? 
    Franklin
    Guest
    Okay i'm triying to add a safezone in my source using PVP Planet By Jinrake

    I already check my client.java there is no nonwild method there.
    i tried also adding it in the iswilderness methos <--- lol yea i might be wrong.
    i also even tried my player.java rolf.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Mar 2009
    Age
    31
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    Public void issafewild(){
    //CODEhere
    Reply With Quote  
     

  3. #3  
    Franklin
    Guest
    Search and i did not find it.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Mar 2009
    Age
    31
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    Code:
    Public void ISINSAFE(){
    sM("OMG UR IN SAFE BITCH??");
    //Rest of code here.
    }
    }
    }
    Reply With Quote  
     

  5. #5  
    Franklin
    Guest
    umm how would i add it do?
    under a public void?
    when searching i found this
    Code:
    if (!isinbank()) {
    				int level = ((absY - 3195) / 8 + 1);
    				int L = (combatLevel - 6 - level);
    				int H = (combatLevel + 6 + level);
    				WildTimer ++;
    				leveldiff = level;
    				outStream.createFrame(208);
    				outStream.writeWordBigEndian_dup(197);
    				sendQuest("@red@"+ L +"-"+ H + "", 199);
    		} else if (isinbank()) {
    				WildTimer = 0;
    				sendQuest("", 199);
    		}
    	}
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Mar 2009
    Age
    31
    Posts
    1,008
    Thanks given
    32
    Thanks received
    7
    Rep Power
    111
    huh...

    pm me link for the source so i'l make u a code..
    Reply With Quote  
     

  7. #7  
    Franklin
    Guest
    alright.
    add my msn?
    Reply With Quote  
     

  8. #8  
    Franklin
    Guest
    I'm still looking for help.
    Reply With Quote  
     

  9. #9  
    Franklin
    Guest
    bump!
    urgent please!
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,219
    Thanks given
    148
    Thanks received
    204
    Rep Power
    1570
    Just find 'isinbank() {' add the coordinates in there. That seems like all you need to do by looking at what you've posted.



    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •