Thread: [PI] Changing Starter Package

Results 1 to 8 of 8
  1. #1 [PI] Changing Starter Package 
    Registered Member
    Join Date
    Jun 2011
    Posts
    40
    Thanks given
    8
    Thanks received
    2
    Rep Power
    1
    On my server once you start a new account, you recieve items in your inventory, you don't type in :tarter (it's not a command.) So how do I change it?

    I'm a noob. You don't have to tell me.
    Reply With Quote  
     

  2. #2  
    ᙢᗩᖇᓰᒎᘎᗩﬡᗩ ᙢᙓﬡᗩᑕᙓ
    Imworth73m's Avatar
    Join Date
    Jun 2011
    Posts
    640
    Thanks given
    35
    Thanks received
    115
    Rep Power
    184
    PlayerAssistant.java

    Find;
    Code:
    public void addStarter() {
    		c.trade11 = 1200;
    		c.getItems().addItem(995,2500000);
    		c.getItems().addItem(1725, 1);
    		c.getItems().addItem(554,100);
    		c.getItems().addItem(555,100);
    		c.getItems().addItem(556,100);
    		c.getItems().addItem(558,100);
    		c.getItems().addItem(560,100);
    		c.getItems().addItem(565,100);
    		c.getItems().addItem(1323,1);
    		c.getItems().addItem(841,1);
    		c.getItems().addItem(882,150);
    		c.getItems().addItem(380,120);
    		c.getItems().addItem(542,1);
    		c.getItems().addItem(544,1);
                    }
    Change it to whatever you want.
    Reply With Quote  
     

  3. #3  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    he wont have trade11 though and it would be easier to add the items to an array.
    Reply With Quote  
     

  4. #4  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    i gues that would be liek the baby footsteps for the coding areas
    i already knew this about a 3 months back
    but iWeed is correct
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2011
    Posts
    40
    Thanks given
    8
    Thanks received
    2
    Rep Power
    1
    Thanks, I took the first line of your code, because our's probably wouldn't be the same. And yeah. I'm new to java. Do you guys know how to change the starter look?
    Reply With Quote  
     

  6. #6  
    ᙢᗩᖇᓰᒎᘎᗩﬡᗩ ᙢᙓﬡᗩᑕᙓ
    Imworth73m's Avatar
    Join Date
    Jun 2011
    Posts
    640
    Thanks given
    35
    Thanks received
    115
    Rep Power
    184
    What do you mean? The order the items appear? or the items in the starter? If you need to change the items add this;
    Code:
    c.getItems().addItem(ID,Amount);
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jun 2011
    Posts
    40
    Thanks given
    8
    Thanks received
    2
    Rep Power
    1
    Quote Originally Posted by iWeed View Post
    What do you mean? The order the items appear? or the items in the starter? If you need to change the items add this;
    Code:
    c.getItems().addItem(ID,Amount);

    No like when you make an account, and when you have nothing equipped you start out with your char looking like this:



    I want it to be the default runescape one..

    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Dec 2010
    Posts
    536
    Thanks given
    61
    Thanks received
    25
    Rep Power
    4
    Quote Originally Posted by xxifish i x View Post
    i gues that would be liek the baby footsteps for the coding areas
    i already knew this about a 3 months back
    but iWeed is correct
    You know this, but you can't add a command correctly? Okay..

    Quote Originally Posted by HighTivity View Post
    No like when you make an account, and when you have nothing equipped you start out with your char looking like this:



    I want it to be the default runescape one..

    I'm not aware of the correct Id's, but this is the method;
    Open up your player class;

    Code:
    playerAppearance[0] = 0; // gender
    		playerAppearance[1] = 7; // head
    		playerAppearance[2] = 25;// Torso
    		playerAppearance[3] = 29; // arms
    		playerAppearance[4] = 35; // hands
    		playerAppearance[5] = 39; // legs
    		playerAppearance[6] = 44; // feet
    		playerAppearance[7] = 14; // beard
    		playerAppearance[8] = 7; // hair colour
    		playerAppearance[9] = 8; // torso colour
    		playerAppearance[10] = 9; // legs colour
    		playerAppearance[11] = 5; // feet colour
    		playerAppearance[12] = 0; // skin colour
    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. [Starter] Starter Account [Starter]
    By Realityx in forum Accounts
    Replies: 6
    Last Post: 01-25-2011, 12:24 PM
  2. package this for me?
    By Bando in forum Requests
    Replies: 0
    Last Post: 07-16-2009, 03:27 PM
  3. anyone have this package?
    By Colby in forum Requests
    Replies: 3
    Last Post: 06-09-2009, 02:55 AM
  4. package p does not exist???
    By Runebay™ in forum Help
    Replies: 10
    Last Post: 05-17-2009, 01:11 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •