mwBot
Get test api key
English zone
sección española
MW Bot Usage Calculator
Download bot
last update files

 
Main Menu

Recent posts

#11
Для тестовых аккаунтов действуют новые ограничения связаные с запуском на виртуальных машинах. Для основных аккаунтов это не касается
#12
Новости / Обновление от 2024.12.05
Last post by Admin - 06 December 2024, 06:49
1. добавлена переменная с текущей датой
%CURRENTDATE%
формате: yyyy-mm-dd
Пример:
speak=current date: %CURRENTDATE%
result=> 2024.12.05

2. фикс работы клавиатуры keyboard_type=1
#13
Новости / Обновление от 2024.12.04
Last post by Admin - 04 December 2024, 06:41
1. Исправлена ��функция filedelete

2. Новая функция: goposition_diagonal_mode
включает или отключает режим диагонального движения
Пример:
goposition_diagonal_mode=1
enable
goposition_diagonal_mode=0
disable
По умолчанию функция всегда выключена.

3. Доступно нажатие нескольких клавишь одновременно через функцию keydown
Пример:
keydown=s+d
sleep=4
keyup=s+d

4. Теперь при завершении выполнения скрипта так же завершается проигрывание всех звуков.

5. фикс работы функций: var_minus, var_plus, var_div, var_mult

6. фикс очистки временных файлов.

7. новые переменные по умолчанию: CURRENTMICROTIME, CURRENTTIME
получение текущего времени в милисекундах и секундах в формате юникс.
Пример:
open_game_window
var=start=%CURRENTTIME%
sleep=2
var=end=%CURRENTTIME%
var_minus=end=%start%
speak=time: %end%
sleep=2

8. новый параметр: goposition_stop_get_coords
в режиме goposition останавливать движение в момент проверки координат?
Пример:
goposition_stop_get_coords=1
останавливать
goposition_stop_get_coords=0
не останавливать
по умолчанию 0

9. фикс интерфейса бота
#14
sección española / si has perdido scripts en tu b...
Last post by Nikolaj - 23 November 2024, 16:46
si has perdido scripts en tu bot
1. leer new.txt
El texto del archivo está en ruso, utilice un traductor.
2. si no lo entendemos, presione f6 y descargue este archivo
migrate folder.cmd; Size: 118 B; User: Eugen; Upload date: 23-11-2024 15:08:00
ejecuta este archivo
presione la tecla F5 en la lista de scripts
Si esto tampoco está claro, entonces
1. cambie el nombre de la carpeta map.wall a wall
2. cambie el nombre de la carpeta del map a scripts
3. presione la tecla F5 en la lista de scripts para actualizar la lista
#15
English zone / if you have lost scripts in yo...
Last post by Nikolaj - 23 November 2024, 16:42
1. read new.txt
the text in the file is in Russian, use a translator
2. if we don't understand, press f6 and download this file
migrate folder.cmd; Size: 118 B; User: Eugen; Upload date: 23-11-2024 15:08:00
run this file
press the F5 key in the list of scripts
if this is also not clear, then
1. rename the map.wall folder to wall
2. rename the map folder to scripts
3. press the F5 key in the list of scripts to update the list
#16
sección española / Cofre del tesoro
Last post by Nikolaj - 14 November 2024, 14:22
Para que el bot abra con éxito el cofre y no lo golpee, use la siguiente configuración:
presiona f1 en el juego

Leer el ID del objetivo; no seleccionado
Modo de lectura a distanciadistancia detrás; submenú

También puedes editar la expresión regular en el archivo de localización del bot:
abra la carpeta lang en la carpeta bot y busque el Spanish.txt archivo
ábrelo con el bloc de notas.
somewhere on line 45 you will find the regex for chest
box=^Cofre|\d+\s+metros;Cofre
Esta expresión regular solo funcionará si la palabra "cofre" aparece solo al principio de la línea.
Puedes editar esto según tus preferencias.
#17
English zone / Treasure Chest
Last post by Nikolaj - 14 November 2024, 14:17
In order for the bot to successfully open the chest and not hit it, use the following settings:
press f1 in the game

Read the target ID;Unselected
Distance reading modedistance behind; sub menu

You can also edit the regular expression in the bot localization file:
open the lang folder in the bot folder and find the english.txt file
open it with notepad.
somewhere on line 45 you will find the regex for chest
box=^Chest
This regular expression will only work if the word "chest" occurs only at the beginning of the line
You can edit this according to your preferences.
#18
sección española / Solución de problemas de pulsa...
Last post by Nikolaj - 09 November 2024, 12:43
¡Hola! Si tienes problemas para usar las habilidades, el bot no presiona la tecla j o algo más, debes jugar con los siguientes parámetros y encontrarás algo que te ayudará a resolver el problema.
No existen valores estándar, existen parámetros recomendados.
speed_attack=0.2
Velocidad de pulsación de tecla de ataque. alguien dice que el valor óptimo es 0,05, alguien dice que es 0,2. experimentas y buscas lo que te ayudará

enable_nav_attack=0.1
velocidad de pulsación de tecla del radar, búsqueda de objetivos

keyboard_delay=20|20
Retraso antes de presionar y antes de soltar teclas en milisegundos. valor recomendado 20 20

Configuraciones de la configuración que uso personalmente para mis bots y funciona bien
keyboard_delay=20|20
speed_attack=0.05
enable_nav_attack=0.1
#19
English zone / Solving the problem with press...
Last post by Nikolaj - 09 November 2024, 12:37
Hello! If you have problems using skills, the bot does not press the j key or something else, you should play with the following parameters and you will find something that will help you solve the problem
There are no standard values, there are recommended parameters.
speed_attack=0.2
Attack keystroke speed. someone says that the optimal value is 0.05, someone says that it is 0.2. you experiment and look for what will help you

enable_nav_attack=0.1
radar keypress speed, target search

keyboard_delay=20|20
delay before pressing and before releasing keys in milliseconds. recommended value 20 20

Settings from the config that I use in my bots and it works well
keyboard_delay=20|20
speed_attack=0.05
enable_nav_attack=0.1
#20
sección española / Re: Solucionar problemas con e...
Last post by Admin - 01 October 2024, 06:40
Agrega esta línea a tu archivo config.ini
key_open_profile=;
Quote from: Aqua on 01 October 2024, 00:26Hi, I'm using Spanish keyboard and when I use enable_drop_control the bot opens chat window instead char menu. How can I fix it? Thanks!