Thread: Slayer Point System

Results 1 to 2 of 2
  1. #1 Slayer Point System 
    Registered Member afrodjman's Avatar
    Join Date
    Mar 2011
    Posts
    385
    Thanks given
    43
    Thanks received
    39
    Rep Power
    14
    I downloaded the SoulSplit source and client and it didn't work, so then I downloaded the Exion source and client and it works great, but it didn't have the SSP system from SoulSplit for completing slayer tasks like I wanted, so I decided to try and add it in myself. What all do I need to import from the SoulSplit source in order for it to work on Exion? I have already added the Pest Control person to the home area and the shop is there and it requires SSP to buy the items, but I don't get SSP for finishing tasks. Please help!
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    player.java add
    Code:
    public int slayerPoints;
    and in NpcHandler.java void
    Code:
    public void appendslayerexperience() {
    or something like that and where it says slayertask =- 1; add this under it
    Code:
    c.slayerPoints++;
    to add 1 point or
    Code:
    c.slayerPoints += amount;
    Reply With Quote  
     


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. Replies: 3
    Last Post: 02-25-2013, 02:26 AM
  2. Full slayer point system
    By 2pro in forum Tutorials
    Replies: 14
    Last Post: 12-14-2012, 10:30 PM
  3. [PI]Slayer Point Shop[Paying]
    By Char Char in forum Help
    Replies: 10
    Last Post: 03-01-2011, 05:22 AM
  4. Slayer Point System!
    By Mcluvnn in forum Requests
    Replies: 2
    Last Post: 02-26-2011, 02:09 AM
  5. PK point system
    By Patrity in forum Help
    Replies: 1
    Last Post: 04-14-2009, 03:58 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
  •