OutdatedRealmTrack

Posts 151157 of 157 · Page 11 of 11
uhh is there any way to tell me from what squares should i get the cords/
Quote Originally Posted by Twinlord View Post
uhh is there any way to tell me from what squares should i get the cords/
i'll include it in the tutorial in the next version, but it's just a 3x3 square with the portal in center, get the highest and lowest x and y values, with the exception of the bazaars, that's 3x3 and 5x5 with the baz portal being the center of the left/right-most column
Quote Originally Posted by FlutterM4rk View Post
i'll include it in the tutorial in the next version, but it's just a 3x3 square with the portal in center, get the highest and lowest x and y values, with the exception of the bazaars, that's 3x3 and 5x5 with the baz portal being the center of the left/right-most column
when will tutorial come out and the update?
Quote Originally Posted by Twinlord View Post
when will tutorial come out and the update?
no eta, i want to make it way more end-user friendly, and also provide more tools to use it for event chest farming. basically, i'm testing and improving it until i feel like the experience is smooth enough. should be pretty soon though
im still confused where do i put the cords, i get cords from the realm that is closest to top left in top left corner of the 3x3 square and closest realm in bottom right in the bottom right corner of the 3x3 square?
Code:
    private loop(cli: Client, initial: Boolean): void {
        if (initial)
            setTimeout(() => this.loop(cli, false), 17100);
        else {
            cli.findPath({ x: 113, y: 133 });
            setTimeout(() => {
                cli.findPath({ x: 104, y: 125 });
                setTimeout(() => this.loop(cli, false), 90000);
            }, 11000);
        }
    }
Where do i put these cords?
@Nyaro @Ahl could one of you guys mark this thread as outdated? planning to update soon
Quote Originally Posted by FlutterM4rk View Post
@Nyaro @Ahl could one of you guys mark this thread as outdated? planning to update soon
posted the thread, however forgot to add one thing and can't seem to edit it until it's up. can the person who approves it add this line "npm install --save node-notifier" above "gulp"? (in the nrelay set-up section)
Posts 151157 of 157 · Page 11 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?