Thread: What i need left.

Results 1 to 7 of 7
  1. #1 What i need left. 
    Banned
    Join Date
    Oct 2012
    Posts
    164
    Thanks given
    12
    Thanks received
    6
    Rep Power
    0
    Hey guys, the only things i need left to finish my rsps is now:
    A) Starter Kit
    B) Voting System
    C) Webclient
    D) A ::max command where it gets u 99 on just combat skills, not including summoning.

    If you are willing to help me it would be greatly appreciated if you have any free time. I will also pay via rsgp or paypal if im feeling really nice.

    Skype: [Godzrs1] ADD ME THERE
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2012
    Posts
    1,063
    Thanks given
    119
    Thanks received
    199
    Rep Power
    0
    I can do all except voting system.
    How much.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2012
    Posts
    270
    Thanks given
    8
    Thanks received
    20
    Rep Power
    14
    Here this is very useful:
    Terms Of Service
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2012
    Posts
    164
    Thanks given
    12
    Thanks received
    6
    Rep Power
    0
    3 bucks for each
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2011
    Age
    29
    Posts
    2,246
    Thanks given
    2,469
    Thanks received
    1,120
    Rep Power
    943
    Dude, learn how to do some crap for yourself for once.
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Success is the worst teacher

    Santa Hat's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    3,334
    Thanks given
    807
    Thanks received
    1,185
    Rep Power
    190
    A) Starter Kit
    Player.java
    This is just a simple starter..
    public int starter = 0;
    then below add this
    if (starter == 0) {
    for (Player p2: World.getPlayers()) {
    p2.getPackets().sendGameMessage("Welcome " + getDisplayName() + " to TzHaarScape!");
    getInventory().addItem(995, 10000000);
    getInventory().addItem(1333, 1);
    getInventory().addItem(4587, 1);
    getInventory().addItem(1323, 1);
    getInventory().addItem(1153, 1);
    getInventory().addItem(1115, 1);
    getInventory().addItem(1067, 1);
    getInventory().addItem(841, 1);
    getInventory().addItem(884, 10000);
    starter = 1;
    }
    }
    B) Voting System
    Not quite sure yet.
    C) Webclient
    If you have a webhost upload this html file
    <html>
    <body>
    <body bgcolor="black">
    <title>Your webclient name</title>
    <applet name=client width=100% height=100% archive='The link you uploaded your jar file to' code='Loader.class'>
    </applet>
    </body>
    </html>
    if you are using webs or something use this website: Paste HTML: free anonymous HTML hosting
    then paste the html code above in there
    D) A ::max command where it gets u 99 on just combat skills, not including summoning.
    if (cmd[0].equalsIgnoreCase("max")) {
    player.getSkills().addXp(0, 200000000);
    player.getSkills().addXp(1, 200000000);
    player.getSkills().addXp(2, 200000000);
    player.getSkills().addXp(3, 200000000);
    player.getSkills().addXp(4, 200000000);
    player.getSkills().addXp(5, 200000000);
    player.getSkills().addXp(6, 200000000);
    return true;
    }
    Reply With Quote  
     

  8. #7  
    Exoria
    Aksel's Avatar
    Join Date
    Jan 2012
    Age
    28
    Posts
    1,443
    Thanks given
    238
    Thanks received
    498
    Rep Power
    56
    your rsps will fail if you cant do those simple tasks.
    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. Replies: 2
    Last Post: 06-24-2009, 01:21 AM
  2. No soldier is left behind
    By Bobster in forum Showcase
    Replies: 3
    Last Post: 04-25-2009, 05:48 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
  •