Page 1 of 3 123 LastLast
Results 1 to 15 of 41
  1. #1
    Fabi0wZ1's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0

    help regarding player tracking

    I don't know if this should be here or in Help & Requests so I'm sorry if it's in the wrong place.

    Can someone explain me how do they use the bots to ping the player last location? (like in realmeye) So far, atleast, i think i get it how everything else works, but it's just this part that I'm missing.
    What i mean by this is: how can i make bot constantly keep track of who enters the server it is in
    Last edited by Fabi0wZ1; 03-22-2018 at 04:31 PM.

  2. #2
    Extain's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    13
    In the update packet or newtick packet not entirely sure which one it sends the player a list of information of each player, and you can track players using that.

  3. #3
    Fabi0wZ1's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    does that mean that more than 1 bot wouldn't be needed, or it only sends the information list of each player of that server? making it so that i would need to have 1 in each server if searching for someone in particular?

  4. #4
    willfuttbuck's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    235
    Reputation
    28
    Thanks
    6,029
    Quote Originally Posted by Fabi0wZ1 View Post
    does that mean that more than 1 bot wouldn't be needed, or it only sends the information list of each player of that server? making it so that i would need to have 1 in each server if searching for someone in particular?
    it works like this essentially, in the update packet there's a field inside that includes all new objects that show up, you make a function that filters through all the info in the new objects from the update packet and does something, like write it down, log it for later use, or what have you.

    So you basically just sit a bot in every nexus with that logic and then you can pretty much follow anyone anywhere.


    you should google nrelay and take a look into it, it's a clientless bot architecture that's pretty damn easy to use and powerful.
    it also has an example plugin that's basically already a fully functional player tracker.

  5. The Following User Says Thank You to willfuttbuck For This Useful Post:

    Fabi0wZ1 (03-23-2018)

  6. #5
    Fabi0wZ1's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by willfuttbuck View Post
    it works like this essentially, in the update packet there's a field inside that includes all new objects that show up, you make a function that filters through all the info in the new objects from the update packet and does something, like write it down, log it for later use, or what have you.

    So you basically just sit a bot in every nexus with that logic and then you can pretty much follow anyone anywhere.


    you should google nrelay and take a look into it, it's a clientless bot architecture that's pretty damn easy to use and powerful.
    it also has an example plugin that's basically already a fully functional player tracker.
    just to make sure im using the right one, this nrelay? https://******.com/thomas-crane/nrelay

  7. #6
    ArkMods's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    DWORD* loc = nullptr;
    Posts
    192
    Reputation
    10
    Thanks
    63
    My Mood
    Sleepy
    Already released this should be approved later today https://www.mpgh.net/forum/showthread.php?t=1352703

  8. #7
    Fabi0wZ1's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ArkMods View Post
    Already released this should be approved later today https://www.mpgh.net/forum/showthread.php?t=1352703
    i'll be using yours as soon as it is approved, the thing is i also want to learn how to make one myself, just so i can edit yours once it gets patched for being overused lol
    Last edited by Fabi0wZ1; 03-23-2018 at 06:30 PM.

  9. #8
    ArkMods's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    DWORD* loc = nullptr;
    Posts
    192
    Reputation
    10
    Thanks
    63
    My Mood
    Sleepy
    They cant patch this xd, if they did you literaly wouldnt be able to see people in the nexus... Also you can look at the files to see whats going on, I left a few comments in there.

  10. #9
    Fabi0wZ1's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ArkMods View Post
    They cant patch this xd, if they did you literaly wouldnt be able to see people in the nexus... Also you can look at the files to see whats going on, I left a few comments in there.
    yeah i know deca can't patch this, what i mean is when RL's from ******* start running with call like in SBC.

    btw i'm waiting for that pending approval xD

    that's also why i really want your release, want to see how you did it
    Last edited by Fabi0wZ1; 03-23-2018 at 07:04 PM.

  11. #10
    ArkMods's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    DWORD* loc = nullptr;
    Posts
    192
    Reputation
    10
    Thanks
    63
    My Mood
    Sleepy
    Nyaro may be off for the day, some other mod might approve it, also rip ptrain, even though the public trains arent terrible atm.

  12. #11
    SeXZeFPS's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    In your wardrobe
    Posts
    598
    Reputation
    10
    Thanks
    637
    My Mood
    Asleep
    Quote Originally Posted by ArkMods View Post
    Nyaro may be off for the day, some other mod might approve it, also rip ptrain, even though the public trains arent terrible atm.
    u didn't keep the combos right?

  13. #12
    ArkMods's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    DWORD* loc = nullptr;
    Posts
    192
    Reputation
    10
    Thanks
    63
    My Mood
    Sleepy
    Post got deleted due to it having ******* support

  14. #13
    MrBroaski's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    Canada
    Posts
    100
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by ArkMods View Post
    Post got deleted due to it having ******* support
    any chance that they will approve it?

  15. #14
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    Quote Originally Posted by MrBroaski View Post
    any chance that they will approve it?
    thread deleted, i think it's mean no.

  16. #15
    iliketrainz's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    644
    Reputation
    39
    Thanks
    142
    Quote Originally Posted by ArkMods View Post
    Post got deleted due to it having ******* support
    so just remove disc support lol

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help Request] Help regarding macros
    By PREG8 in forum Counter-Strike 2 Help
    Replies: 0
    Last Post: 04-11-2017, 05:53 AM
  2. [Help Request] Help Regarding Rich Peds And Spawn Rich Peds Options - NEED AN EXPERT
    By Bolapeluda in forum Grand Theft Auto 5 (GTA V) Help
    Replies: 0
    Last Post: 12-29-2015, 05:12 PM
  3. [Help Request] need help regarding downloading bf3 to origin
    By nickaustin in forum Suggestions, Requests & General Help
    Replies: 8
    Last Post: 08-30-2013, 09:29 AM
  4. [Help Request] Help regarding Photoshop CS4 + DTXFormat
    By Pathogenic in forum Combat Arms Mod Help
    Replies: 0
    Last Post: 07-13-2013, 01:38 AM
  5. [Help Request] Player Tracking mod?
    By Bashman in forum Minecraft Help
    Replies: 2
    Last Post: 05-14-2012, 12:23 AM