Thread: Vencillio NPCpacket - help?

Results 1 to 6 of 6
  1. #1 Vencillio NPCpacket - help? 
    Registered Member
    Join Date
    Jun 2015
    Posts
    32
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Can't seem to Disable the spam whenever you click an npc or object. anny solutions ?

    Attached image
    Reply With Quote  
     

  2. #2  
    Donator

    i dds you's Avatar
    Join Date
    Jun 2013
    Posts
    831
    Thanks given
    678
    Thanks received
    160
    Rep Power
    92
    Quote Originally Posted by Quuel View Post
    Can't seem to Disable the spam whenever you click an npc or object. anny solutions ?

    Attached image
    ur an owner so why would you want to stop it? shouldnt happen for normal players lol

    If you use an IDE it's easier as you can search all files, find [NPCPacket]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2015
    Posts
    32
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Happends for Regulare people aswell
    Reply With Quote  
     

  4. #4  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by Quuel View Post
    Happends for Regulare people aswell
    So make it only send for owners.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  5. #5  
    Registered Member 1m6n29s9gmxh's Avatar
    Join Date
    Jan 2017
    Posts
    430
    Thanks given
    32
    Thanks received
    100
    Rep Power
    40
    go to clientconstants.java and make sure debug mode = false; Not sure if that is client sided also.
    Reply With Quote  
     

  6. #6  
    Donator

    i dds you's Avatar
    Join Date
    Jun 2013
    Posts
    831
    Thanks given
    678
    Thanks received
    160
    Rep Power
    92
    you're playing in developer mode still it seems,

    Code:
    		if (PkOwnageConstants.DEV_MODE) {
    			player.getClient().queueOutgoingPacket(new SendMessage("[NPCPacket] npc id " + mob.getId()));
    		}
    Check your constants
    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. Vencillio CacheDownloader Help
    By deathpks in forum Help
    Replies: 6
    Last Post: 03-14-2019, 08:53 PM
  2. Vencillio server help ( Cache Missing )
    By MattiasIsBack in forum Help
    Replies: 6
    Last Post: 07-08-2016, 05:58 PM
  3. Vencillio source Help
    By Dubble0jon in forum Help
    Replies: 9
    Last Post: 06-20-2016, 05:10 AM
  4. Vencillio CacheDownloader HELP !!!!!
    By MattiasIsBack in forum Help
    Replies: 0
    Last Post: 06-10-2016, 06:20 AM
  5. Vencillio rsps help
    By dhamad in forum Help
    Replies: 0
    Last Post: 06-02-2016, 08:04 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
  •