Thread: Combat

Results 1 to 3 of 3
  1. #1 Combat 
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    src\server\model\players\CombatAssistant.java:3668 : error: method getCombat in
    lass Client cannot be applied to given types;
    c.getCombat( c.wildLevel).resetPlayerAttack();
    ^
    required: no arguments
    found: int
    reason: actual and formal argument lists differ in length
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error


    any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by coldest View Post
    src\server\model\players\CombatAssistant.java:3668 : error: method getCombat in
    lass Client cannot be applied to given types;
    c.getCombat( c.wildLevel).resetPlayerAttack();
    ^
    required: no arguments
    found: int
    reason: actual and formal argument lists differ in length
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error


    any ideas?
    c.getCombat(c.wildLevel).resetPlayerAttack();

    You put a space. Dont know of that'll fix it though.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    nope
    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. [Release]Blitz Pk -Mainly a combat server-
    By Wolf in forum Downloads
    Replies: 53
    Last Post: 04-15-2010, 06:03 PM
  2. What 99 NON-combat skill would you like?
    By P Hatz Own in forum Voting
    Replies: 83
    Last Post: 05-04-2008, 07:01 PM
  3. Change max combat level
    By Afro in forum Tutorials
    Replies: 13
    Last Post: 07-25-2007, 01:44 AM
  4. Halo: Combat Evolved
    By Guthan in forum Showcase
    Replies: 14
    Last Post: 05-25-2007, 02:40 AM
  5. [tut]Combat hit totals (Kinda fun to have)..
    By Santa Clause in forum Tutorials
    Replies: 5
    Last Post: 05-10-2007, 08:30 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
  •