Thread: os royale Fishing issue

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 os royale Fishing issue 
    Registered Member
    Join Date
    Feb 2021
    Posts
    11
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    Hello Rune server Having a issue atm with fishing on my server when ever i click on the Fishing spot i get this error and for the life of me i dont have any idea why will thank any help ! https://prnt.sc/109w26f

    Attached image
    Last edited by warlords 317; 03-01-2021 at 11:44 PM. Reason: Fixed
    Reply With Quote  
     

  2. #2  
    Registered Member HarrySnow's Avatar
    Join Date
    Jan 2021
    Posts
    12
    Thanks given
    7
    Thanks received
    15
    Rep Power
    50
    It has nothing to do with the snippets of code you posted. Search for that string in your codebase (probably where the interaction for that NPC ID is). That should let you know what's going on.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2021
    Posts
    11
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    thats the issue bro i cant find anything related
    Reply With Quote  
     

  4. #4  
    Registered Member
    Feldip Hills's Avatar
    Join Date
    Aug 2018
    Posts
    182
    Thanks given
    28
    Thanks received
    61
    Rep Power
    148
    Lol because fishing spots are npcs this has a dialogue attached to it check your firstclicknpc method
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Feb 2021
    Posts
    11
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    Quote Originally Posted by Feldip Hills View Post
    Lol because fishing spots are npcs this has a dialogue attached to it check your firstclicknpc method
    But how would i make it different for fishing spots ? do i state all the cases and set a different action but i don't know what to put to change it.

    Code:
    default:
    			//player.dialogueFactory.sendNpcChat(id, Expression.ANNOYED, "Please go away I'm busy.").execute();
    		}
    		return false;
    	}
    
    }
    now I get nothing at all
    Reply With Quote  
     

  6. #6  
    Registered Member
    Feldip Hills's Avatar
    Join Date
    Aug 2018
    Posts
    182
    Thanks given
    28
    Thanks received
    61
    Rep Power
    148
    Quote Originally Posted by warlords 317 View Post
    But how would i make it different for fishing spots ? do i state all the cases and set a different action but i don't know what to put to change it.

    Code:
    default:
    			//player.dialogueFactory.sendNpcChat(id, Expression.ANNOYED, "Please go away I'm busy.").execute();
    		}
    		return false;
    	}
    
    }
    now I get nothing at all
    I'm not too familiar with the framework but assuming that one of your other fishing spots work just check the code and add accordingly or reference from another source so you have an understanding.,
    Attached image
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Feb 2021
    Posts
    11
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    Quote Originally Posted by Feldip Hills View Post
    I'm not too familiar with the framework but assuming that one of your other fishing spots work just check the code and add accordingly or reference from another source so you have an understanding.,
    I have looked for anything related I'm just blown away at this point
    Reply With Quote  
     

  8. #8  
    BoomScape #1
    BoomScape's Avatar
    Join Date
    May 2013
    Posts
    2,422
    Thanks given
    289
    Thanks received
    234
    Rep Power
    48
    Check the fishing spots NPC ID and see if it's in that list of fishables
    Attached image
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Jun 2013
    Posts
    499
    Thanks given
    119
    Thanks received
    70
    Rep Power
    0
    Quote Originally Posted by warlords 317 View Post
    But how would i make it different for fishing spots ? do i state all the cases and set a different action but i don't know what to put to change it.

    Code:
    default:
    			//player.dialogueFactory.sendNpcChat(id, Expression.ANNOYED, "Please go away I'm busy.").execute();
    		}
    		return false;
    	}
    
    }
    now I get nothing at all
    You replace it with your fishing method
    Reply With Quote  
     

  10. #10  
    BoomScape #1
    BoomScape's Avatar
    Join Date
    May 2013
    Posts
    2,422
    Thanks given
    289
    Thanks received
    234
    Rep Power
    48
    Quote Originally Posted by A NULL View Post
    You replace it with your fishing method
    This is just default text for NPCs set that don't have dialogue/options so shouldn't need to change that at all, most likely the guys fishing spot isn't registered in the fishables
    Attached image
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 667
    Last Post: 06-10-2018, 02:20 PM
  2. OS Royale - The Ultimate OS Experience
    By Ashpire in forum Advertise
    Replies: 147
    Last Post: 01-21-2018, 06:13 PM
  3. OS Royale
    By Zexillium in forum Showcase
    Replies: 7
    Last Post: 01-06-2018, 05:04 AM
  4. Replies: 188
    Last Post: 11-01-2017, 11:53 AM
  5. fishing issue
    By Groovy Baby in forum Help
    Replies: 1
    Last Post: 04-08-2016, 04:54 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
  •