Posts: 22
Threads: 11
Joined: Nov 2022
Reputation:
0
Trying to make a teamhunting bot and I was wondering if it was possible to share and follow the location of one character with 3 other bots running in the same spawn. I was thinking of synchronising waypoints and maybe writing to file, but I also need them to stay on screen with each other to sio, and couldn't this cause access issues? Would there be any way to make a script to follow another bot without using writing/reading from files?
Posts: 2,834
Threads: 458
Joined: Jul 2018
Reputation:
78
Hello.
That depends on your hunt and your characters. I already posted scripts that follow player but those scripts don't guarantee that characters will always be on each other's screen.
You could simply synchronize them based on waypoints like using similar waypoints and action that waits all three are on screen.
Example: Create some waypoint to reach CLOSE to monsters spot and use action to wait until those 3 characters are on screen then keep going to monsters spot. Maybe this will make it easier to synchronize.
So if one character gets lost then other two characters will wait before get into monsters spot.
Posts: 22
Threads: 11
Joined: Nov 2022
Reputation:
0
03-22-2023, 06:20 PM
(This post was last modified: 03-22-2023, 06:22 PM by mortalshadow.)
Would it be possible for a script to send its coordinates to party chat, and another to read those coordinates and reach that location by mapclick? I'm also trying to share refill status between 4 characters. Could you give me an example of how I would parse and send messages through party chat? I can probably fit it to the exact solution I need myself.