PDA

Просмотр полной версии : Бот закрывает приват


Verbatium
02.07.2009, 14:55
automacro loot {
delay 2
console /Your Coordinates: /
delay 5
call {
do c @autoloot 10
do c /exall
}
}

При входе в игру он пишет автолут и пишет ехалл но сообщение проходит просто в общий чат и приват не закрывает. Если просто прописать в консоли ехалл он выдает ошибку что команда не верная. Так как закрыть приват правильно?*beer*

4epT
02.07.2009, 19:47
читаем доку по консольным командам:

ignore (<ignore flag>) (<player name>|all)
<ignore flag> - a boolean value. Specify either 1 to block messages, or 0 to unblock.
<player name> - the name of the player you want to ignore or unignore.
Block or unblock messages from players.

Command Description
ignore <ignore flag> <player name> Blocks/unblocks messages from the specified player.
ignore <ignore flag> all Blocks/unblocks messages from all players.


This is the same as the /ex and /exall commands in the Ragnarok Online Client when the ignore flag is set to 1, or /in and /inall when the ignore flag is set to 0.


а также мануал по конфигу:

ignoreAll [<boolean flag>]
If this option is enabled, Kore will automatically block all PMs.
Note. This has the same effect as the /exall command in the official Ragnarok Online client.