OutdatedRealmTrack

Posts 91105 of 157 · Page 7 of 11
Running debian, but I did everything correct.

What's the problem lads?

https://pastebin.com/raw/6UR7pJeD

- - - Updated - - -

Quote Originally Posted by BoredBro View Post
Does anyone know how to fix this? the version of the game is correct (X27.0.1) but I still have this error: The connection to '' was closed. Cannot read property 'destroy' of undefined

- - - Updated - - -

nvm fixed //2short
How did you fix it?

- - - Updated - - -

Quote Originally Posted by BoredBro View Post
I imagine that more than one has this problem after having updated the new coords of the nexus the tracker did not work in the bazaars or in the misc locations, these are the coordinates that must be replaced in the pathwalker:
Code:
/* ------------------ BAZAAR ------------------ */
                if (py < 166 && py > 162) {
                    if (px < 90 && px > 86) bazSide = 0;
                    if (px < 128 && px > 124) bazSide = 1;
                } else if (py < 170 && py > 158) {
                    if (px < 96 && px > 86) bazSide = 2;
                    if (px < 128 && px > 118) bazSide = 3;
                }
Code:
/* ------------------ MISC LOCATIONS ------------------ */
                let locName: string = '';

                if (locName == '') {
                    if (py > 165 && py < 168) {
                        if (px > 109 && px < 112) locName = 'Vault';
                        if (px > 102 && px < 105) locName = 'Guild Hall';
                    }
                    if (px > 109 && px < 112 && py > 160 && py < 162) locName = 'Pet Yard';
                    if (px > 112 && px < 115 && py > 144 && py < 147) locName = 'Daily Quest Room';
                    if (px > 78 && px < 82 && py > 129 && py < 133) locName = 'the Arena';
                }
Code:
private loop(cli: Client, initial: Boolean): void {
        if (initial)
            setTimeout(() => this.loop(cli, false), 17100);
        else {
            cli.findPath({ x: 107, y: 136 });
            setTimeout(() => {
                cli.findPath({ x: 107, y: 157 });
                setTimeout(() => this.loop(cli, false), 90000);
            }, 11000);
        }
    }
I hope it will be useful

PD: These are the updated coordinates.
Still getting errors with these co-ords:

https://i.imgur.com/b64oofT.png
Quote Originally Posted by thekryptos View Post
Running debian, but I did everything correct.

What's the problem lads?
Have you updated the version in "realmtrack-config"? the error in pastebin, it seems that you installed something wrong try to make a clean installation again and skip the steps to use the command "nrelay" and better use "node."
Quote Originally Posted by BoredBro View Post
Have you updated the version in "realmtrack-config"? the error in pastebin, it seems that you installed something wrong try to make a clean installation again and skip the steps to use the command "nrelay" and better use "node."
I'm running v4 of node.js on my debian rack, I'll update node and see what's popping, that might fix it if RT was developed for a newer version.


Is anyone working on a discor wrapper for this bot? I'd love to share the results of the tracker.


And I've done it lads.

- - - Updated - - -

Remember kids, don't let your dreams be dreams. 21 hours later of 12 hours worth of work.
Quote Originally Posted by thekryptos View Post


And I've done it lads.

- - - Updated - - -

Remember kids, don't let your dreams be dreams. 21 hours later of 12 hours worth of work.
Umh, this was 3-5 lines of code :O
Quote Originally Posted by SeXZeFPS View Post
Umh, this was 3-5 lines of code :O
Try implementing a Discor bot with TS, most of the time was spent troubleshooting. I had 0 experience with discor.JS, had to learn the API and then learn how to implement it via TS.
Quote Originally Posted by thekryptos View Post
Try implementing a Discor bot with TS, most of the time was spent troubleshooting. I had 0 experience with discor.JS, had to learn the API and then learn how to implement it via TS.
i did do that
Code:
const ******* = require('*******.js'); //1
const Bot = new *******.Client();//2
    constructor() {
        Bot.on('ready', () => isReady = true); //3
        PluginManager.afterInit(() => {
            Bot.login(token); //4
            if (!isReady) {
                return;
            }
            playerTracker.on('enter', (player) => {
                //do stuff... //5
            });
}
Quote Originally Posted by SeXZeFPS View Post
i did do that
Code:
const ******* = require('*******.js'); //1
const Bot = new *******.Client();//2
    constructor() {
        Bot.on('ready', () => isReady = true); //3
        PluginManager.afterInit(() => {
            Bot.login(token); //4
            if (!isReady) {
                return;
            }
            playerTracker.on('enter', (player) => {
                //do stuff... //5
            });
}
do you have all files of the bot that i can have?
Quote Originally Posted by SeXZeFPS View Post
i did do that
Code:
const ******* = require('*******.js'); //1
const Bot = new *******.Client();//2
    constructor() {
        Bot.on('ready', () => isReady = true); //3
        PluginManager.afterInit(() => {
            Bot.login(token); //4
            if (!isReady) {
                return;
            }
            playerTracker.on('enter', (player) => {
                //do stuff... //5
            });
}
Listen man, to each his own, haha. I had a hard time implementing this since I had almost 0 experience prior to *******.js and node.js
Quote Originally Posted by Twinlord View Post
can i join the D I S C O R D server? C: or get the source code?
it's very simple to have disc0rd integration, and you don't even have to restructure the code for it since it had the integration but had to remove for mpgh release.
basically just add disc0rd.js, log in to the bot, then when you print to console also print to your disc0rd channel of choice
Yo flutter, please drop the version of RT with disc attached to it, I want it <3
Quote Originally Posted by thekryptos View Post
Yo flutter, please drop the version of RT with disc attached to it, I want it <3
Before you make a request, understand what you're requesting.
Quote Originally Posted by kiwi5 View Post
Before you make a request, understand what you're requesting.
What did you think I meant?

Flutter said he had a version with a disc bot attached to it that he had to remove so it would be able to be released on mpgh. I was asking him if he could release that verison.
Why is everyone so excited about this for all the wrong reasons? This only tracks the nexuses, where public openings are being done. If people want to pop a private dungeon, they do it in a bazaar or ghall (sometimes in empty realms even).
Posts 91105 of 157 · Page 7 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?