Thread: Wild level and skull stays when leaving wild

Results 1 to 5 of 5
  1. #1 Wild level and skull stays when leaving wild 
    Pitx
    Guest
    Hey my problem is when I go into the wild and leave the wild sign and level 1 does not go away unless I teleport or log out. How would I fix this?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2007
    Age
    27
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    You would have to add some stuff to process?
    Reply With Quote  
     

  3. #3  
    Pitx
    Guest
    What would I add
    Reply With Quote  
     

  4. #4  
    bic boiiii, like someboooooodeey

    'Exs Faith's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    282
    Thanks given
    10
    Thanks received
    3
    Rep Power
    123
    This will;
    -Remove wildy sign with skull.
    Because sometimes when you teleport , you still see wildy skull that shows Level.

    This will fix it.

    Go to your Public boolean process and add

    Code:
    			if(System.currentTimeMillis() - offTimer >= 1 && !isInWilderness(absX, absY, 1) && !multiCombat() && !isInPitRoom() && !isInPitGame()  && !isInGraardor() && !isInPcGame() && !inPcBoat()){
    				hasWildySign = false;
    setInterfaceWalkable(-1);
    			}
    There you go.
    Reply With Quote  
     

  5. #5  
    popopo169
    Guest
    how do you make it so that you drop all your items in the wild? got a link or code?

    -thanks (pfgamerz staff)
    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
  •