Thread: wildy lvls

Results 1 to 4 of 4
  1. #1 wildy lvls 
    Registered Member JeremyM's Avatar
    Join Date
    Apr 2007
    Age
    32
    Posts
    251
    Thanks given
    0
    Thanks received
    3
    Rep Power
    1
    How can I make the Wildy levels only show up in the wilderness?
    Love the Weed! Don't do it...it will get you hooked.

    Working on life.

    Like a Boss!
     

  2. #2  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    open your client.java or w/e and search for Wild:
    Then above that add if(inWilderness()) { (wild code) }
    This will make it show only in wild. Methods will be different cause i have no clue what source you are using.
     

  3. #3  
    ILoveRune
    Guest
    Example plzzzzzzzzzz
     

  4. #4  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Code:
    if(inWilderness()) {
        initiateBarrelRoll();
    }
     


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
  •