Thread: Few fishing errors you could help me with?

Results 1 to 6 of 6
  1. #1 Few fishing errors you could help me with? 
    Registered Member ConspiracyRSPS's Avatar
    Join Date
    Jun 2013
    Posts
    35
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    Wondering if you could help me ....Let me know Thanks


    src\server\model\players\skills\Fishing.java:63: error: cannot find symbol
    Fishing.resetFishing(This);
    ^
    symbol: variable This
    location: class Fishing
    src\server\model\players\skills\Fishing.java:68: error: method resetFishing in c
    lass Fishing cannot be applied to given types;
    Fishing.resetFishing();
    ^
    required: Client
    found: no arguments
    reason: actual and formal argument lists differ in length
    src\server\model\players\skills\Fishing.java:78: error: method resetFishing in c
    lass Fishing cannot be applied to given types;
    Fishing.resetFishing();
    ^
    required: Client
    found: no arguments
    reason: actual and formal argument lists differ in length
    src\server\model\players\skills\Fishing.java:83: error: method resetFishing in c
    lass Fishing cannot be applied to given types;
    Fishing.resetFishing();
    ^
    required: Client
    found: no arguments
    reason: actual and formal argument lists differ in length
    src\server\model\players\skills\Fishing.java:88: error: method resetFishing in c
    lass Fishing cannot be applied to given types;
    Fishing.resetFishing();
    ^
    required: Client
    found: no arguments
    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.
    5 errors
    Press any key to continue . . .
    Skype = Conspiracy.RSPS
    Reply With Quote  
     

  2. #2  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    Post your fishing.java.

    Two things you could try:
    1. Make the F in Fishing Lower Case so it would be:
    Code:
    fishing.resetFishing();
    2. Remove Fishing like so:
    Code:
    resetFishing();
    ♡Lovvveeee♡
    Reply With Quote  
     

  3. #3  
    Registered Member ConspiracyRSPS's Avatar
    Join Date
    Jun 2013
    Posts
    35
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    nope didnt work
    Skype = Conspiracy.RSPS
    Reply With Quote  
     

  4. #4  
    Registered Member ConspiracyRSPS's Avatar
    Join Date
    Jun 2013
    Posts
    35
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    I got it to work thanks to researching someone elses fishing and seein what they had. The correct answer was


    resetfishing(c);
    Skype = Conspiracy.RSPS
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Dec 2012
    Posts
    2,999
    Thanks given
    894
    Thanks received
    921
    Rep Power
    2555
    You are already in Fishing.java, no need to call it, so:
    Code:
    resetFishing(c);
    or something, I haven't touched 317s for ages
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member ConspiracyRSPS's Avatar
    Join Date
    Jun 2013
    Posts
    35
    Thanks given
    6
    Thanks received
    2
    Rep Power
    11
    no need to call it? you just repeated me....sooo mabie worry about your own problems
    Skype = Conspiracy.RSPS
    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. can you guys help me with something?
    By pkinliyfe in forum Help
    Replies: 1
    Last Post: 11-27-2011, 06:12 AM
  2. Replies: 7
    Last Post: 05-19-2011, 09:54 PM
  3. Replies: 0
    Last Post: 04-12-2011, 09:28 AM
  4. Replies: 20
    Last Post: 09-24-2009, 08:42 AM
  5. an easy problem im sure you can help me with
    By Jordzeh in forum Tutorials
    Replies: 3
    Last Post: 11-02-2007, 04:33 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
  •