OutdatedRealmTrack

Posts 136150 of 157 · Page 10 of 11
Quote Originally Posted by ArkMods View Post
myPlayerTrackerInstance.trackAll();
last time you told this i told you the exact same thing; that is not the issue, and that function does get called, would prefer if you'd open up the source file before confusing new users...

Quote Originally Posted by Twinlord View Post
Anyone know how to add realm tracking into the tracker, i need this for conductors/Realm slayers
it should be added already. enable pathfinding on all accounts, if that doesn't work, check if the coordinates and the realm portal id are right
sorry, I was tired when I wrote that the need for the custom client class can be removed by adding this to your client on connect hook `client.pathfinderEnabled = true`
Code:
Client.on('connect', (pd, client: Client) => {
            this.loop(client, true);
            client.pathfinderEnabled = true;
});
Quote Originally Posted by ArkMods View Post
sorry, I was tired when I wrote that the need for the custom client class can be removed by adding this to your client on connect hook `client.pathfinderEnabled = true`
Code:
Client.on('connect', (pd, client: Client) => {
            this.loop(client, true);
            client.pathfinderEnabled = true;
});
that variable is private, you have to set the value "pathfinder" to true in acc-config.json, per account
Quote Originally Posted by FlutterM4rk View Post
last time you told this i told you the exact same thing; that is not the issue, and that function does get called, would prefer if you'd open up the source file before confusing new users...



it should be added already. enable pathfinding on all accounts, if that doesn't work, check if the coordinates and the realm portal id are right
Also how do i update the realm portal id and the cords?
How can i enable pathfinding?

---EDIT---
nvm i find out how
So i have the bot working, but it's not tracking players...? Any debugs to try?
Working fine. Tracking them players down! but how can i update the Portal ID's for example Mad God Mayhem because the Portal/Key ID's are not updated
Quote Originally Posted by JustAGodX View Post
Working fine. Tracking them players down! but how can i update the Portal ID's for example Mad God Mayhem because the Portal/Key ID's are not updated
What code do you have to change to allow the players to be tracked, like I tested it on myself, but I didn't appear on the tracker. I had a look through all the comments and it is kinda of jumbled up so if you could help me out here that would be great
I repeated the instructions several times i always get the same error when typing nrelay:

module.js:549
throw err;
^

Error: Cannot find module './../core/plugin-manager'
Quote Originally Posted by Twinlord View Post
Also how do i update the realm portal id and the cords?
the coordinates should be posted in the earlier pages, not sure whether they work still though. if they don't i also posted how to get new coordinates

Quote Originally Posted by JustAGodX View Post
Working fine. Tracking them players down! but how can i update the Portal ID's for example Mad God Mayhem because the Portal/Key ID's are not updated
https://static.drips.pw/rotmg/produc...n/Objects.json go there and ctrl+f the portal name, and the for id look at the "type" property, convert it to decimal (you can just google "0x1234 to decimal" and it'll show)

Quote Originally Posted by lSayl View Post
I repeated the instructions several times i always get the same error when typing nrelay:

module.js:549
throw err;
^

Error: Cannot find module './../core/plugin-manager'
re-do the instructions, but instead of typing "git clone -b dev https://github.com/thomas-crane/nrelay.git" at the first section, type "git clone -b master https://github.com/thomas-crane/nrelay.git"
Quote Originally Posted by FlutterM4rk View Post
the coordinates should be posted in the earlier pages, not sure whether they work still though. if they don't i also posted how to get new coordinates



https://static.drips.pw/rotmg/produc...n/Objects.json go there and ctrl+f the portal name, and the for id look at the "type" property, convert it to decimal (you can just google "0x1234 to decimal" and it'll show)



re-do the instructions, but instead of typing "git clone -b dev https://github.com/thomas-crane/nrelay.git" at the first section, type "git clone -b master https://github.com/thomas-crane/nrelay.git"
i saw them but in realmtrack.ts realm doesnt have cords and idk what to do
Quote Originally Posted by Twinlord View Post
i saw them but in realmtrack.ts realm doesnt have cords and idk what to do
you have to update them in loop(), the bazaar and the misc loc section. however, going to update this very soon, which should hopefully resolve all the issues so far, including that one (along with some new features)
Quote Originally Posted by FlutterM4rk View Post
you have to update them in loop(), the bazaar and the misc loc section. however, going to update this very soon, which should hopefully resolve all the issues so far, including that one (along with some new features)
https://i.imgur.com/0jqrPck.png i got this cords from top left of and bottom right from this https://i.imgur.com/XRoxXvD.png when i put it in the loop code it doesnt work i only get

[CODE]
[10:34:43 | Secondary Client] Error finding path: Cannot read property '37992' of null
[CODE/]
And the clients get disconnected
Quote Originally Posted by Twinlord View Post
https://i.imgur.com/0jqrPck.png i got this cords from top left of and bottom right from this https://i.imgur.com/XRoxXvD.png when i put it in the loop code it doesnt work i only get

[CODE]
[10:34:43 | Secondary Client] Error finding path: Cannot read property '37992' of null
[CODE/]
And the clients get disconnected
those are wrong coordinates, the x values should be roughly the same if they were correct.

Quote Originally Posted by mustafizrrahman View Post
Can you help me Flutter? Why is it not tracking players? I edited realmtrack-config.json, and the code I inserted was to detect my actual account, it is correct, however I cannot see myself on the console. Any debugs you can throw at me?
you gave me very little to work with, just said "it doesn't track". i personally won't be digging too much deep into it, and i'd advise you to not either, as the upcoming new version fixes a lot of things, maybe even yours
Can you help me Flutter? Why is it not tracking players? I edited realmtrack-config.json, and the code I inserted was to detect my actual account, it is correct, however I cannot see myself on the console. Any debugs you can throw at me?
Posts 136150 of 157 · Page 10 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?