OutdatedRealmTrack

Posts 1630 of 157 · Page 2 of 11
Changes to client class are completely unnecessary if you use the track all method in your plugin, otherwise great work!
Code:
private tracker: any;
constructor(){
     PluginManager.afterInit(() => {
          this.tracker = PluginManager.getInstanceOf(PlayerTracker);
          this.tracker.trackAllPlayers(); // <--- One less file to mess with for one small line of code :P
     });
}
Quote Originally Posted by ArkMods View Post
Changes to client class are completely unnecessary if you use the track all method in your plugin, otherwise great work!
Code:
private tracker: any;
constructor(){
     PluginManager.afterInit(() => {
          this.tracker = PluginManager.getInstanceOf(PlayerTracker);
          this.tracker.trackAllPlayers(); // <--- One less file to mess with for one small line of code :P
     });
}
the client.ts change is there to make it easier for people to mass-enable pathfinding, it does track all players in the code.

Quote Originally Posted by Easterland View Post
im getting 10 minute dced using this, any way to prevent?

- - - Updated - - -

im also getting the error pathfinding is not enabled. please enable it. how?

- - - Updated - - -

im also getting a lot of error establishing proxies and ETIMEDOUT errors
for the dcs, try to use as many different ips (proxies) as you can, and as high-quality as possible. for pathfinding, replace core/client.ts with the client.ts provided in the file you downloaded


@Nyaro @Luverdark could you guys please add this line below the line where i gave credit to crinxii? "Thanks to @Killer Be Killed for his work on NRelay, and on the Player Tracker plugin (player-tracker.ts)"
im getting 10 minute dced using this, any way to prevent?

- - - Updated - - -

im also getting the error pathfinding is not enabled. please enable it. how?

- - - Updated - - -

im also getting a lot of error establishing proxies and ETIMEDOUT errors
all bots timing out now after 25.1.1 hotfix. any fixes?
Quote Originally Posted by Easterland View Post
all bots timing out now after 25.1.1 hotfix. any fixes?
Open acc-config.json and change version from 25.1.0 to 25.1.1.
After few hours new client from static.drips.pw will be downloaded/decompilled, to add changes go to folder with nrelay and use 'gulp' in terminal.
how do i know when the new client has been downloaded?
I get this error when i type 'nrelay'.

[16:04:17 | NRelay] Starting...
[16:04:17 | NRelay] Checking for updates...
[16:04:18 | NRelay] Couldn't load acc-config.json.
[16:04:18 | NRelay] Cannot find module './../../acc-config.json'
Quote Originally Posted by Flexee View Post
I get this error when i type 'nrelay'.

[16:04:17 | NRelay] Starting...
[16:04:17 | NRelay] Checking for updates...
[16:04:18 | NRelay] Couldn't load acc-config.json.
[16:04:18 | NRelay] Cannot find module './../../acc-config.json'
Read the nrelay guide. Google "nrelay guide"
Im on another computer and when i was going to type gulp in the setup it just says "Error: cannot find module gulplog"
Any help with this error? I tried reinstalling several times.
Code:
$ nrelay
internal/modules/cjs/loader.js:573
    throw err;
    ^

Error: Cannot find module './dist'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:571:15)
    at Function.Module._load (internal/modules/cjs/loader.js:497:25)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (C:\Users\tyler\Desktop\Realm Track\nrelay\index.js:3:17)
    at Module._compile (internal/modules/cjs/loader.js:678:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
    at Module.load (internal/modules/cjs/loader.js:589:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
    at Function.Module._load (internal/modules/cjs/loader.js:520:3)
I'm getting Socks5 Authentication Failed.

I need to enter my private proxy login details but not sure how?
Quote Originally Posted by mmcph36 View Post
I'm getting Socks5 Authentication Failed.

I need to enter my private proxy login details but not sure how?
Code:
{
    "buildVersion": "X25.1.0",
	"localServer": {
        "enabled": false
    },
    "accounts": [
		{
            "alias": "#1",
            "guid": "rotmgemail@example.com",
            "password": "rotmgpassword",
            "serverPref": "USEast",
            "proxy": {
                "host": "12.34.56.78",
                "port": 10077,
                "type": 5,
                "userId": "proxyusername",
                "password": "proxypassword"
					 }
        },{
            "alias": "#2",
            "guid": "rotmgemail2@example.com",
            "password": "rotmgpassword2",
I get my proxies all up, have them all connect and all that, but what do I do after that? How do I actually start tracking?
Quote Originally Posted by burningkerosene View Post
I get my proxies all up, have them all connect and all that, but what do I do after that? How do I actually start tracking?
Did you implement the plugin? Lol.

- - - Updated - - -

Quote Originally Posted by mmcph36 View Post
I'm getting Socks5 Authentication Failed.

I need to enter my private proxy login details but not sure how?
You're using proxies that you don't have access to.

- - - Updated - - -

Quote Originally Posted by Kuramon View Post
Any help with this error? I tried reinstalling several times.
Code:
$ nrelay
internal/modules/cjs/loader.js:573
    throw err;
    ^

Error: Cannot find module './dist'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:571:15)
    at Function.Module._load (internal/modules/cjs/loader.js:497:25)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (C:\Users\tyler\Desktop\Realm Track\nrelay\index.js:3:17)
    at Module._compile (internal/modules/cjs/loader.js:678:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
    at Module.load (internal/modules/cjs/loader.js:589:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
    at Function.Module._load (internal/modules/cjs/loader.js:520:3)
If you keep getting the errors, you could just try to make a clone on github.
Posts 1630 of 157 · Page 2 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?