Thread: iClarity Skills.

Results 1 to 3 of 3
  1. #1 iClarity Skills. 
    Registered Member
    Join Date
    Dec 2008
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Can somone show me how to add new skill handlers. I can't add or work on any skills because idk how to get a new skill handler to work.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    Well here is one on runecrafting lol

    Code:
    package com.iClarity.player.Skills;
    
    import com.iClarity.misc.*;
    import com.iClarity.player.*;
    import com.iClarity.GameEngine;
    
    public class Runecrafting {
    
    	/**
    	 * Constructor class
    	 */
    	public Runecrafting() {
    	}
    	
    }
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2008
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Core View Post
    Well here is one on runecrafting lol

    Code:
    package com.iClarity.player.Skills;
    
    import com.iClarity.misc.*;
    import com.iClarity.player.*;
    import com.iClarity.GameEngine;
    
    public class Runecrafting {
    
    	/**
    	 * Constructor class
    	 */
    	public Runecrafting() {
    	}
    	
    }


    I need to know how to make everything work after I add in the file. I know I have to import somethings but idk where.
    Thank You jbird for your help.
    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

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