Welcome to the Mist World Bot guide! This guide is designed to help new users navigate and utilize the Mist World Bot effectively. We'll cover everything from basic keystrokes within the bot interface to scripting and configuration. Let's get started.
Tab over to the "Maps" or "Scripts" tab (depending on translation) to access your stored scripts. Note that the function keys may behave differently in this tab.
The bot features a hotbar system for saving favorite scripts to keys for convenience.
F7: On a script in the Maps/Scripts tab, opens the time dialog for scheduling a script to launch at a particular time.
The "maps" folder in the bot folder contains another folder called "wallmap."
Wallmaps are crucial for the bot to function effectively, especially when following a virtual map. These files contain X and Y coordinates marking where walls are in the game. This allows the bot to navigate around obstacles and reach specified locations without getting stuck.
Most wallmaps are available, and you can get started by downloading the most up-to-date archive of wallmaps that Nikolaj uploaded. It is in the Exchanger and is called:
area maps in English, check readme in archive.rar; Size: 36 KB; User: Nikolaj; Date of Uploading: 10-11-2024 09:46:44
To install:
Note that some of the wallmaps may be written in Chinese, which might appear blank to some English screen readers. To read these files, you may need to turn on an NVDA translator.
If you can't find a map, check the Chinese files first and rename them to match the location names as they appear in your game language (e.g., High Climbing Grasslands).
We have wallmaps in various languages including Spanish, English, and Russian. If you use another language, rename the wallmap files accordingly.
To start learning how to script, press Ctrl + H and read through the content on the help page.
Additionally, download and read the following file carefully:
List of commands for version 2024.11.09.txt; Size: 33 KB; User: Nikolaj; Date of Uploading: 09-11-2024 10:11:34
This file is a comprehensive list of functions and commands for the bot, painstakingly written by Nikolaj. It's regularly updated.
At the top of every script, you should add the line:
open_game_window
This ensures that the bot opens the game window when the script runs.
Example of a simple script to go to coordinates (50, 50):
goposition=50|50
In the main bot folder, you'll find a file called language.ini
.
If you're an English speaker and find that some tabs in the bot are still in Russian, you can replace this file with the one created by Dippydippy, which translates the bot interface completely into English:
language.ini; Size: 5 KB; User: Dippydippy; Date of Uploading: 22-09-2024 18:51:58
To install:
language.ini
file.Alternatively, you can edit the config.ini
file in the main bot folder and change the following lines:
translate_target_language=en
translate_chat_write=en
lang=English
Note: You must be using NVDA (NonVisual Desktop Access) for the bot to work properly.
If you use the game's built-in SAPI, the bot cannot communicate with Mist World. Ensure that your incoming speech is set to NVDA in Mist World so the bot can interact with the game text.
Once you purchase the bot through Skrill or PayPal, you will have access to the general channel where users ask questions. In a test account, you're restricted to the "test" channel.
The admins of the bot are:
Reach out for support, but read through this setup file plus many other help files first. exercise common sense before asking questions where you can easily obtain answers. The help files with CTRL+h and the List of Commands file you can think of these as your handbook before you ask for function names in the general Channel.
We hope this guide has helped you get started with the Mist World Bot. Happy botting!