Thread: Can Some 1 Help me WITH THIS READ!

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Can Some 1 Help me WITH THIS READ! 
    Banned
    Join Date
    Aug 2011
    Posts
    396
    Thanks given
    66
    Thanks received
    14
    Rep Power
    0
    It's PI How do I make it so you starrt off with a skill 99 like Construction ? I mite pay if you help me


    MSN [email protected] - if any 1 needs it
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2011
    Posts
    396
    Thanks given
    66
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Pea2nuts View Post
    nice total level
    i was on my test account not my owner acc
    Reply With Quote  
     

  3. #3  
    Registered Member Paulius,'s Avatar
    Join Date
    Aug 2011
    Posts
    72
    Thanks given
    1
    Thanks received
    2
    Rep Power
    31
    try in playerassistant in
    public void addStarter() {
    add
    Code:
    c.getPA().addSkillXP(14000000, 5);
    5 - skill id
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    537
    Thanks given
    25
    Thanks received
    35
    Rep Power
    0
    Quote Originally Posted by Pea2nuts View Post
    nice total level
    That helped alot..


    I'm taking a guess here and saying it'll be under
    Code:
    public void addStarter() {
    In PlayerAssistant.java

    Unfortunately, i'm unsure on what code you would put though..:/
    maybe something like this?
    Code:
    c.getPA().addSkillXP((15000000), 22);

    Hope i helped and goodluck!
    I support Eliminate.


    [Today 06:28 PM] Scu11: Mans gotta spread his wings, to do his tings
    Reply With Quote  
     

  5. #5  
    Registered Member Paulius,'s Avatar
    Join Date
    Aug 2011
    Posts
    72
    Thanks given
    1
    Thanks received
    2
    Rep Power
    31
    In PlasyerAssistant.java
    in public void addStarter() {
    add
    Code:
    			for (int i = 0; i < 25; i++) {
    				c.playerLevel[i] = 99;
    				c.playerXP[i] = c.getPA().getXPForLevel(100);
    				c.getPA().refreshSkill(i);	
    		
    	}
    u start with all skills 99
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2011
    Posts
    396
    Thanks given
    66
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Paulius, View Post
    try in playerassistant in
    public void addStarter() {
    add
    Code:
    c.getPA().addSkillXP(14000000, 5);
    5 - skill id
    Nope. didn't work on what i tried :/ it does like 1/99
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2011
    Posts
    537
    Thanks given
    25
    Thanks received
    35
    Rep Power
    0
    Quote Originally Posted by Slick View Post
    Nope. didn't work on what i tried :/
    22 is the construction skill id.
    I support Eliminate.


    [Today 06:28 PM] Scu11: Mans gotta spread his wings, to do his tings
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Aug 2011
    Posts
    396
    Thanks given
    66
    Thanks received
    14
    Rep Power
    0
    Yes I know but, it does 1/99 ill retry though
    Reply With Quote  
     

  9. #9  
    Registered Member Paulius,'s Avatar
    Join Date
    Aug 2011
    Posts
    72
    Thanks given
    1
    Thanks received
    2
    Rep Power
    31
    example
    public void addStarter() {
    c.getItems().addItem(995, 40000);
    c.getItems().addItem(1856, 1);
    c.getItems().addItem(11169, 1);

    c.getPA().addSkillXP((14000000), 22);
    }


    now u start with 99 const
    Reply With Quote  
     

  10. #10  
    Registered Member Paulius,'s Avatar
    Join Date
    Aug 2011
    Posts
    72
    Thanks given
    1
    Thanks received
    2
    Rep Power
    31
    Code:
    c.getPA().addSkillXP(14000000, 22);
    c.playerLevel[22] = 99;
    c.getPA().refreshSkill(22);
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [MUST READ]How to make a good server!!![/MUST READ]
    By shoopdawhoop in forum Tutorials
    Replies: 28
    Last Post: 06-11-2011, 10:25 PM
  2. [read]Hosting Server[/read]
    By Intel! in forum Hosting
    Replies: 4
    Last Post: 07-07-2010, 03:36 AM
  3. [READ] UlTiMaTe RS2 PrOjEcT [READ]
    By Ivo in forum RS2 Server
    Replies: 1
    Last Post: 07-06-2008, 01:05 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •