Thread: Need Help Adding Starter To Matrix Source 718

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 Need Help Adding Starter To Matrix Source 718 
    Registered Member
    Join Date
    Mar 2011
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i need help adding Starter Pack to Matrix Source 718
     

  2. #2  
    Registered Member Robotic-Rat's Avatar
    Join Date
    Oct 2012
    Posts
    93
    Thanks given
    18
    Thanks received
    3
    Rep Power
    11
    wow really? you don't know how to add a starter this is the 1st thing leechers learn other then changing the name of the server to there name and moving home,I suggest you look into the server to understand a few more things as its best to learn not just get everyone's help with everything you need help with.


    Wish you luck.
     

  3. Thankful user:


  4. #3  
    WebDeveloper
    Charlie''s Avatar
    Join Date
    Sep 2011
    Age
    27
    Posts
    577
    Thanks given
    37
    Thanks received
    27
    Rep Power
    10
    eh what Robotic-Rat said is true.. i'm not the best coder but i try my best to figure things out before asking for help.. if you really cant get this then pm me your skype if you have one if not i can help over TV but try first.

     

  5. #4  
    Registered Member
    Join Date
    May 2009
    Posts
    267
    Thanks given
    24
    Thanks received
    9
    Rep Power
    1
    Add this in player.java
    public int starter = 0;
    then add this in player.java
    if (starter == 0) {
    getInventory().addItem(995, 10000000);
    getInventory().addItem(1333, 1);
    getInventory().addItem(4587, 1);
    getInventory().addItem(1323, 1);
    getInventory().addItem(1153, 1);
    getInventory().addItem(1115, 1);
    getInventory().addItem(1067, 1);
    getInventory().addItem(841, 1);
    getInventory().addItem(884, 10000);
    starter = 1;
    }
     

  6. #5  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    Code:
    public boolean starter;
    Code:
    if (starter == false) {
    
    starter = true;
    }


     

  7. #6  
    Registered Member Robotic-Rat's Avatar
    Join Date
    Oct 2012
    Posts
    93
    Thanks given
    18
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by jakep6603 View Post
    Add this in player.java

    then add this in player.java
    Or he could just add more items to when a player using the starter tut climbs over the wildy wall gets guide book and starter,might be more easy for the noobs to do.
     

  8. #7  
    Registered Member
    Join Date
    May 2009
    Posts
    267
    Thanks given
    24
    Thanks received
    9
    Rep Power
    1
    Quote Originally Posted by Robotic-Rat View Post
    Or he could just add more items to when a player using the starter tut climbs over the wildy wall gets guide book and starter,might be more easy for the noobs to do.
    He could do, but that tutorial is annoying lol i used my way because i removed the tutorial
     

  9. #8  
    Registered Member Robotic-Rat's Avatar
    Join Date
    Oct 2012
    Posts
    93
    Thanks given
    18
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by jakep6603 View Post
    He could do, but that tutorial is annoying lol i used my way because i removed the tutorial
    Oh yeah true.
     

  10. #9  
    Registered Member
    Join Date
    Mar 2013
    Posts
    67
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by jakep6603 View Post
    Add this in player.java

    then add this in player.java
    Bump, i put this in, got an error at
    public int starter = 0;
    ^
     

  11. #10  
    Coder in training
    Alienware's Avatar
    Join Date
    Oct 2011
    Age
    27
    Posts
    517
    Thanks given
    35
    Thanks received
    58
    Rep Power
    12
    Quote Originally Posted by Zeruel View Post
    Bump, i put this in, got an error at
    public int starter = 0;
    ^
    Quote Originally Posted by King J Scape View Post
    Code:
    public boolean starter;
    Code:
    if (starter == false) {
    
    starter = true;
    }

    Use a boolean ^

    and make sure you put it in the right place.
    Quote Originally Posted by Alienware
    The heart of a server is its community.
     

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. 718 Matrix Source Shops!
    By -Vex- in forum Help
    Replies: 8
    Last Post: 10-05-2012, 04:34 AM
  2. Editing matrix 718 Starter
    By disparity in forum Help
    Replies: 19
    Last Post: 09-23-2012, 11:54 AM
  3. [718/Matrix]Itemdb.biz Search Command[718/Matrix]
    By benjamin94 in forum Snippets
    Replies: 12
    Last Post: 08-11-2012, 12:10 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •