Thread: [718] Slayer Error (Missing Variable)

Results 1 to 2 of 2
  1. #1 [718] Slayer Error (Missing Variable) 
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312


    Anyone have the variable needed in Player.java for this?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2011
    Posts
    1,772
    Thanks given
    495
    Thanks received
    426
    Rep Power
    0
    Try this

    Code:
    // Slayer
    	private SlayerTask task;
    Code:
    /**
    	 * @param task
    	 *            the task to set
    	 */
    	public void setTask(SlayerTask task) {
    		this.task = task;
    	}
    
    	/**
    	 * @return the task
    	 */
    	public SlayerTask getTask() {
    		return task;
    	}
    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. 718 kuradal Slayer Errors..
    By Loyalty_ in forum Help
    Replies: 1
    Last Post: 09-16-2013, 06:21 AM
  2. Replies: 1
    Last Post: 06-09-2013, 02:09 AM
  3. Replies: 14
    Last Post: 10-28-2012, 03:22 PM
  4. slayer error
    By Romania Clan in forum Help
    Replies: 2
    Last Post: 10-17-2009, 02:32 AM
  5. Slayer error
    By Balmora in forum Help
    Replies: 6
    Last Post: 03-19-2009, 09:11 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
  •