Bump.
Ttitle says it all, need to know this.
Bump.
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?