runescape coding, please help!

Discussion in 'RuneScape Miscellaneous' started by shadow742000, Aug 7, 2011.

runescape coding, please help!
  1. Unread #1 - Aug 7, 2011 at 12:43 AM
  2. shadow742000
    Joined:
    Aug 7, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    shadow742000 Newcomer

    runescape coding, please help!

    i would like to change the weapons and items you start with on my runescape server...
    how do i do that?
    also, how do i get my server online?
     
  3. Unread #2 - Aug 7, 2011 at 1:28 AM
  4. Account_Bought
    Joined:
    Jan 21, 2011
    Posts:
    732
    Referrals:
    1
    Sythe Gold:
    0

    Account_Bought Apprentice

    runescape coding, please help!

    Try Moparscape, they have everything you need to know about setting up your first server.
     
  5. Unread #3 - Aug 9, 2011 at 12:47 AM
  6. iJezd
    Joined:
    Aug 9, 2011
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0

    iJezd Newcomer

    runescape coding, please help!

    In 'client.java', find:
    Code:
    public void initialize() {
    
    Somewhere under that, it will probably have something similar to:
    Code:
    if (starter == 0) {
    	starter = 1;
    	showInterface(3559);
    	playerEnergy = 100;
    	addItem([COLOR="DarkOrange"]995[/COLOR], [COLOR="Magenta"]5000[/COLOR]);
    	addItem([COLOR="DarkOrange"]1321[/COLOR], [COLOR="Magenta"]1[/COLOR]);
    	addItem([COLOR="DarkOrange"]841[/COLOR], [COLOR="Magenta"]1[/COLOR]);
    }
    
    Where it has the 'addItem(ID, amount)', that's what you want to be editing.

    If you can't find anything similar to the above, you may have something like:

    Code:
    giveStarter();
    
    or
    Code:
    Starter();
    
    In that case, simple search what it has, but search it like this:

    Instead of (for example):
    Code:
    Starter();
    
    do:
    Code:
    public void Starter() {
    
     
< Red pures foe [Free flipping guide no linl] | Doodooscape 317 Private Server >

Users viewing this thread
1 guest


 
 
Adblock breaks this site