Thread: Help with disabling spawn on rsps?

Results 1 to 7 of 7
  1. #1 Help with disabling spawn on rsps? 
    Registered Member
    Join Date
    Dec 2013
    Posts
    81
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Can anybody help me disable spawn on my server i recently got it of a friend and it is spawn and i want to disable the spawn and remove some of the info in quest tab can anybody help me with this?
    Reply With Quote  
     

  2. #2  
    Boy Wonder


    Join Date
    Mar 2012
    Posts
    849
    Thanks given
    139
    Thanks received
    80
    Rep Power
    99
    commands.java - make sure the spawning command is not under playerCommands or in the if statement for the spawn command add
    Code:
    && (c.playerRights => 2 && c.playerRights < 4)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    Post the command thats used to spawn and can you give a little more info on what's on your quest tab. Maybe a screenie
    Reply With Quote  
     

  4. #4  
    Boy Wonder


    Join Date
    Mar 2012
    Posts
    849
    Thanks given
    139
    Thanks received
    80
    Rep Power
    99
    For the quest tab:

    To put something at the very top of the tab, if you wish to use it for players online
    Code:
    getPA().sendFrame126("@or1"+SERVER_NAME+" - Players: @gre@"+PlayerHandler.getPlayerCount(), 640);
    For quest points (make sure you have a variable called "questPoints")
    Code:
    getPA().sendFrame126("@lre@Quest Points: "+questPoints, 640);
    for everything under that use
    Code:
    getPA().sendFrame126("Put your stuff here", 16026);
    and change the 16026 to 16027 and then to 16028 and so on to go a line below.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2013
    Posts
    81
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Ye i shall try the quest tab know and for the spawn it was a spawn pk server so anybody with the rights of 0+ can spawn just need to stop it so owners + can spawn thanks for help so far guys
    Reply With Quote  
     

  6. #6  
    Boy Wonder


    Join Date
    Mar 2012
    Posts
    849
    Thanks given
    139
    Thanks received
    80
    Rep Power
    99
    If you need any help post here or PM me.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    Quote Originally Posted by Wukey View Post
    Ye i shall try the quest tab know and for the spawn it was a spawn pk server so anybody with the rights of 0+ can spawn just need to stop it so owners + can spawn thanks for help so far guys
    Post the command.. Or the command packet
    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. [PI] nee help with my Spawn RSPS
    By Entixi in forum Help
    Replies: 7
    Last Post: 09-24-2013, 07:56 PM
  2. Help With Npc Spawn!
    By balonick in forum Help
    Replies: 4
    Last Post: 02-25-2009, 01:04 AM
  3. help with * staff runes on devo
    By zzbrandon in forum Help
    Replies: 4
    Last Post: 02-22-2009, 12:54 AM
  4. Replies: 0
    Last Post: 02-10-2009, 05:50 AM
  5. Help with Items loss on death
    By Kick in forum Help
    Replies: 17
    Last Post: 01-16-2009, 10:52 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
  •