Thread: 99 slayer [DELTASCAPE]

Results 1 to 8 of 8
  1. #1 99 slayer [DELTASCAPE] 
    *Rs-Coding*
    Guest
    How can i make it so you get 99 slayer?
    For new comers..

    I no it's in player.java
    But i duno were about.
     

  2. #2  
    C.T
    Guest
    client java seach for the starter items and add this
    Code:
    addSkillXP(xp amount, skill number);
    under the starter money
     

  3. #3  
    *Rs-Coding*
    Guest
    Doesent work for delta source?
     

  4. #4  
    C.T
    Guest
    Quote Originally Posted by *Rs-Coding* View Post
    Doesent work for delta source?
    it does this is my code

    Code:
    if (starter == 0) {
    addItem(995, 25000);
    addSkillXP(14000000, 18);
     

  5. #5  
    *Rs-Coding*
    Guest
    Never mind much. That werent the right code. Thanks anyway =]
     

  6. #6  
    C.T
    Guest
    Quote Originally Posted by *Rs-Coding* View Post
    Never mind much. That werent the right code. Thanks anyway =]
    lol no prob i guess lol
     

  7. #7  
    Registered Member
    Chachi's Avatar
    Join Date
    Sep 2008
    Posts
    1,536
    Thanks given
    49
    Thanks received
    103
    Rep Power
    602
    Actually "IT IS" the right code. you have to put it in the right spot

    ediT: Ok put it this way

    Search for

    Code:
    if(starter == 0){
    Below that you will see something like this

    Code:
    starter = 1;
    		    showInterface(3559);
    		    apset = true;
    addItem(4587, 1);
    addItem(861, 1);			// Starting Items
    addItem(892, 100);
    addItem(392, 1000);
    addItem(995, 500000);

    somewhere in there put this

    Code:
    addSkillXp(14000000, 18);
    [/CENTER]
     

  8. #8  
    Registered Member
    Join Date
    Nov 2008
    Posts
    127
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    or look in the player.java for Public int q1; and below it at the addSkillXp(14000000, 18);
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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