Thread: Need help now please { pi }

Results 1 to 5 of 5
  1. #1 Need help now please { pi } 
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    After you leave the wild on my server, the attack option still stays on every player, and if you click attack on them, it opens their player owned shop. How can this be fixed?
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jan 2014
    Posts
    173
    Thanks given
    54
    Thanks received
    12
    Rep Power
    36
    ....
    Reply With Quote  
     

  3. #3  
    Registered Member Intellectual's Avatar
    Join Date
    Apr 2014
    Posts
    59
    Thanks given
    6
    Thanks received
    5
    Rep Power
    11
    Put the player-owned shop at the bottom of the case it's in, whether it's 9190 etc. Otherwise search where it's handled when it is open in the console, and see if it's missing a break of some sort. Something is causing it to run-on.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2010
    Age
    33
    Posts
    703
    Thanks given
    237
    Thanks received
    70
    Rep Power
    32
    Good example of why most of us decide not to use rune-server anymore to post.
    Why do mods give infractions? No fker cares if they get banned from an RSPS forums. At the end of the day its a Runescape private server forums full of noobs and it takes 30 secs to make an new account.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Server developer


    Join Date
    Jul 2010
    Posts
    881
    Thanks given
    265
    Thanks received
    55
    Rep Power
    94
    In the process void, you'll see this

    Code:
    if (inWild()) {
       getPA().showOption(3, 0, "Attack", 1);
    }
    You have this right? This makes it only when a player is in wilderness the 'Attack' option shows.

    Code:
    else if (!inWild()) {
        getPA().showOption(3, 0, "Null", 1);
    }
    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

Similar Threads

  1. Need help now please!![repping++]
    By Q 0 pwnz 0 Q in forum Help
    Replies: 0
    Last Post: 01-01-2010, 06:46 PM
  2. Need help now! Please!
    By Silicity in forum Requests
    Replies: 10
    Last Post: 01-31-2009, 06:43 AM
  3. Need help now please!!
    By Damien in forum Help
    Replies: 6
    Last Post: 01-24-2009, 03:03 PM
  4. Need Help Now Please!!
    By Damien in forum Help
    Replies: 10
    Last Post: 01-18-2009, 04:46 AM
  5. need help badly please its urgent now please
    By badboy ownz in forum Homework
    Replies: 14
    Last Post: 10-25-2008, 08:02 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •