Thread: 667 npc examine drops

Results 1 to 7 of 7
  1. #1 667 npc examine drops 
    Registered Member
    Join Date
    Mar 2017
    Posts
    53
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Sorted
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2012
    Posts
    191
    Thanks given
    45
    Thanks received
    87
    Rep Power
    0
    I don't know if you meant to but it looks like there is a space in NPCDefinitions? probably the problem
    Reply With Quote  
     

  3. #3  
    Donator
    The Stoned's Avatar
    Join Date
    Jan 2013
    Posts
    647
    Thanks given
    62
    Thanks received
    82
    Rep Power
    62
    There is so little info here, it's impossible to know for sure.

    The error isn't even the method name you added.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2017
    Posts
    53
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by The Stoned View Post
    There is so little info here, it's impossible to know for sure.

    The error isn't even the method name you added.
    sorry my bad this is the method -

    https://gyazo.com/ca8f8a365280c4985a63b0b3d4c8d06a
    Reply With Quote  
     

  5. #5  
    Donator
    The Stoned's Avatar
    Join Date
    Jan 2013
    Posts
    647
    Thanks given
    62
    Thanks received
    82
    Rep Power
    62
    Quote Originally Posted by dubantbadman View Post
    sorry my bad this is the method -

    https://gyazo.com/ca8f8a365280c4985a63b0b3d4c8d06a
    This shows a method named "sendDropRates", and the error you gave is for "sendNPCDrops"
    Also, the error message implies that you are calling the method with just an NPC id. Your screenshot shows that you need to pass another variable.

    Either you are not calling your new method correctly, or there is an existing method titled "sendDropRates"
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Mar 2017
    Posts
    53
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by The Stoned View Post
    This shows a method named "sendDropRates", and the error you gave is for "sendNPCDrops"
    Also, the error message implies that you are calling the method with just an NPC id. Your screenshot shows that you need to pass another variable.

    Either you are not calling your new method correctly, or there is an existing method titled "sendDropRates"

    error atm is this

    src\com\rs\net\decoders\WorldPacketsDecoder.java:1 314: error:cannot find symbol
    player.getInterfaceManager().sendDropRates(npc.get Id(), player.getNpcID());

    i changed the name of the method and forgot to change it in the other bit of code
    Reply With Quote  
     

  7. #7  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by dubantbadman View Post
    error atm is this

    src\com\rs\net\decoders\WorldPacketsDecoder.java:1 314: error:cannot find symbol
    player.getInterfaceManager().sendDropRates(npc.get Id(), player.getNpcID());

    i changed the name of the method and forgot to change it in the other bit of code
    You should use an IDE. Even Eclipse is better than notepad++.

    You're probably getting an error because it cannot find this method:

    Code:
    player.getNpcID()
    With the information you provided we only know that there is a missing symbol somewhere on that line. You can probably figure out the error on your own if you used an IDE. Anyway, we'll need more info before we can help you further.
    Project thread
    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. NPC Examine drops 667
    By dubantbadman in forum Buying
    Replies: 0
    Last Post: 03-28-2021, 06:46 PM
  2. 667 Npc examine drops ?
    By dubantbadman in forum Requests
    Replies: 1
    Last Post: 03-07-2021, 10:52 AM
  3. NPC Examine npc drops?667
    By dubantbadman in forum Help
    Replies: 2
    Last Post: 01-15-2021, 08:08 PM
  4. [667] NPC Examining Null Pointer
    By Yagada in forum Help
    Replies: 7
    Last Post: 06-03-2017, 05:32 AM
  5. [667] Npc Drop Packer GUI [SNIPPET]
    By CheaterXman in forum Snippets
    Replies: 17
    Last Post: 05-07-2012, 09:12 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
  •