Thread: maxhit command

Results 1 to 3 of 3
  1. #1 maxhit command 
    Registered Member
    CTucker's Avatar
    Join Date
    Oct 2008
    Posts
    2,422
    Thanks given
    263
    Thanks received
    281
    Rep Power
    343
    Emulous


    i have this at commands.java

    Code:
    private CombatAssistant ca;

    and then the command


    Code:
    		if(playerCommand.equalsIgnoreCase("maxhit")) 
    		{
    			c.sendMessage("Your Melee Max Hit is " +ca.calculateMeleeMaxHit()+ ".");
    			
    		}

    and it throws


    Code:
    Error handling packet 103 - size: 7
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2009
    Posts
    915
    Thanks given
    1
    Thanks received
    10
    Rep Power
    0
    hm, try hold on...
    Reply With Quote  
     

  3. #3  
    Registered Member
    CTucker's Avatar
    Join Date
    Oct 2008
    Posts
    2,422
    Thanks given
    263
    Thanks received
    281
    Rep Power
    343
    Bump,
    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
  •