Hello and welcome to our community! Is this your first visit?
Register
Results 1 to 3 of 3
  1. #1
    Iron Member
    Join Date
    Apr 2011
    Posts
    51
    Time on
    20 h 43 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0

    [PI] How to change starter pack?

    Ttitle says it all, need to know this.

  2. #2
    Iron Member
    Join Date
    Apr 2011
    Posts
    51
    Time on
    20 h 43 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    Bump.

  3. #3
    Iron Member
    Join Date
    Apr 2011
    Posts
    32
    Time on
    14 h 37 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    Go to ServerRoot > src > server > models > players > PlayerAssistant.java and search for: public void addStarter()
    for example this is the code for 2million gp
    c.getItems().addItem(995,2000000);
    995 = item ID
    2000000 = Amount of Item ID

    Easy?


 

Posting Permissions

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