Thread: Wildy help, read please

Results 1 to 3 of 3
  1. #1 Wildy help, read please 
    Registered Member

    Join Date
    Jul 2008
    Posts
    153
    Thanks given
    0
    Thanks received
    0
    Rep Power
    76
    When someone goes to wildy to fight then the other person runs u can still get attacked when they leave wildy. then once uve done that u can attack anyone anywhere ... LOL

     

  2. #2  
    Jet Blue Lover!

    Lumby's Avatar
    Join Date
    Dec 2006
    Age
    29
    Posts
    564
    Thanks given
    16
    Thanks received
    45
    Rep Power
    165
    Doesn't look like your setting if the player isn't in wildy.
    May jetBlue be with you. Remember lowercase j capital B!



    Former Global Moderator
     

  3. #3  
    Registered Member

    Join Date
    Jul 2008
    Posts
    153
    Thanks given
    0
    Thanks received
    0
    Rep Power
    76
    Fixed it on the thing to check if it was wildy or not it was like
    Code:
        public boolean checkWild() {
            if (absX >= 2949 && absX <= 3400 && absY >= 3521 && absY <= 4462) {
    	    return true;
            } else {
                return false;
            }
        }
    just added ResetAttack(); after } else { and before return false

    EDIT: how can i get rid of the attack option when out of wildy, it does it already but once u been wildy once it stays like that untill u logoff
     


Thread Information
Users Browsing this Thread

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


User Tag List

Tags for this Thread

View Tag Cloud

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