Thread: Buying RSPS Services.

Results 1 to 3 of 3
  1. #1 Buying RSPS Services. 
    Maggie
    Maggie's Avatar
    Join Date
    Jan 2011
    Posts
    559
    Thanks given
    218
    Thanks received
    46
    Rep Power
    53
    I am currently buying RSPS related services. Paying by paypal only.

    MSN : [Only registered and activated users can see links. ]
    SKYPE : thk1236


    These are the following services that i want to do, offering $25 USD for all of it, as some of it are very easily fixable, Prices are negotiatable.
    If you can do most of these, make sure you add me on msn or on skype.


    Services that i need:
    *~ Make the dice say the number rolled in the chatbox for everyone not just jut person rolling the dice. (screenshot purposes)
    *~ All bosses only drop charms. Make them drop rares and such.
    - Barrows glitches when you to to fight at the chest.
    - Make fishing more automatic where it continues to fish on its own until you catch a fish. So you don't have to click after each attempt to catch a fish.
    - Improve construction please. Add more nails to shop/ make it restock faster. Add banker in construction area. Make a teleport to the construction area (or move the house guy home).
    - The trees at the woodcutting area take forever to respawn. please make them respawn at a resonable speed.
    - Add bronze, iron, and steel dragons.
    - Fix mismiatic barrage.
    - Add items to the mage bank shop.
    - Make the timer for the PC boat 40 seconds. (takes more then 5 minutes for it to start new match atm)
    - Fix ":: donate", it dosent open up another browser when you type :: donate
    - Make a "::commands" list.
    - Slayer tower stairs glitch. You have to X out and open a new client every time you go to a different floor in the slayer tower.
    - Fix the alter of Guthix. Right now you much stand on the West side of it for it to work.
    - Fix the smithing teleport or just change the location of it. (Coordinates fix, need to find a place for smithing)
    - drinking an overload will make you disconnect.
    - You cannot dismiss a summoned monster, please make it so that you can dismiss summoned monsters.
    - Prayer dosent work for "protect items", means you dont get an item left if you die.




    Prices are negotiatable. Add me on msn or on skype. thanks.
    MSN: [Only registered and activated users can see links. ]
    Skype: thk1236
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Aug 2010
    Posts
    3,182
    Thanks given
    1,730
    Thanks received
    2,009
    Rep Power
    3837
    Code:
    Server.clanChat.messageToClan("<shad=15695415>"+c.playerName+" just rolled <shad=16112652>" +Misc.random(100)+ "<shad=15695415> on the percentile dice.", c.clanId);
    There's the dicing Ben ^

    Code:
    if (playerCommand.startsWith("commands")) {
             c.getPA().showInterface(8134);
             c.flushOutStream();
             c.getPA().sendFrame126("Commands of ImperionX!", 8144);      
             c.getPA().sendFrame126("", 8147);
             c.getPA().sendFrame126("", 8148);
             c.getPA().sendFrame126("", 8149);
             c.getPA().sendFrame126("", 8150);
             c.getPA().sendFrame126("", 8151);
             c.getPA().sendFrame126("", 8152);
             c.getPA().sendFrame126("", 8153);
             c.getPA().sendFrame126("", 8154);
             c.getPA().sendFrame126("", 8155);
             c.getPA().sendFrame126("", 8156);
             c.getPA().sendFrame126("", 8157);
             c.getPA().sendFrame126("", 8158);
             c.getPA().sendFrame126("", 8159);
             c.getPA().sendFrame126("", 8160);
             }
    There is ::commands, fill it in with what you want.

    For the Dismissing of summoning monsters,

    Clickingbuttons.java

    Code:
    			case 66127:
    			if(c.lastsummon > 0) {
    c.firstslot();
    for(int i = 0; i < 29; i += 1)
    {
    Server.itemHandler.createGroundItem(c, c.storeditems[i], Server.npcHandler.npcs[c.summoningnpcid].absX, Server.npcHandler.npcs[c.summoningnpcid].absY, 1, c.playerId);
    c.storeditems[i] = -1;
    c.occupied[i] = false;
    }
    c.lastsummon = -1;
    c.totalstored = 0;
    c.summoningnpcid = 0;
    c.summoningslot = 0;
    c.storing = false;
    c.sendMessage("Your BoB items have drop on the floor");
    } else {
    c.sendMessage("You do not have a npc currently spawned");
    }
    break;
    Should do it for you ^
    Reply With Quote  
     

  3. #3  
    I'm President Carter


    Join Date
    Jan 2011
    Posts
    1,204
    Thanks given
    17
    Thanks received
    222
    Rep Power
    144
    Added you on msn


    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. RSPS services
    By zivkovic in forum Selling
    Replies: 23
    Last Post: 04-12-2012, 10:25 PM
  2. 01053 RSPS Services
    By 01053 in forum Selling
    Replies: 14
    Last Post: 02-10-2012, 10:27 AM
  3. My RSPS services
    By DotEXE in forum Selling
    Replies: 44
    Last Post: 01-15-2012, 07:11 AM
  4. `Notepad RSPS Services
    By Close in forum Selling
    Replies: 26
    Last Post: 10-18-2011, 10:37 PM
  5. RSPS Programming Services
    By Underoath in forum Selling
    Replies: 13
    Last Post: 06-19-2011, 08:42 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
  •