Thread: help with this attack

Results 1 to 4 of 4
  1. #1 help with this attack 
    Member
    Join Date
    Jul 2010
    Posts
    58
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0

    how can i do to attack comes only in pk,if u in not pk u see attack,but u cant att,i dont want to see attack when im not in pk zone.
    Reply With Quote  
     

  2. #2  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Well i don't suggest using process() but under
    public boolean process() {
    Add

    if(isInWilderness == false) {
    outStream.createFrameVarSize(104);
    outStream.writeByteC(3);
    outStream.writeByteA(0);
    outStream.writeString("null");
    outStream.endFrameVarSize();
    }
    if(isInWilderness(absX, absY, 1)) {
    outStream.createFrameVarSize(104);
    outStream.writeByteC(3);
    outStream.writeByteA(0);
    outStream.writeString("Attack");
    outStream.endFrameVarSize();
    }
    Reply With Quote  
     

  3. #3  
    Member
    Join Date
    Jul 2010
    Posts
    58
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    thank you alot,repped
    Reply With Quote  
     

  4. #4  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    You're very welcome White, hope all your Problems are answered soon.
    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

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