Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 5 matches
- 09.12.2018 14:45
- Forum: Help
- Topic: macro to say 'i wish to secure this'
- Replies: 3
- Views: 24153
Re: macro to say 'i wish to secure this'
because the system message " Choose the item you wish to secure" dont come on journal https://cdn.discordapp.com/attachments/505117856896385026/521305429226160129/unknown.png but when i type it directly on client: https://cdn.discordapp.com/attachments/505117856896385026/521306388459290625...
- 09.12.2018 6:26
- Forum: Help
- Topic: macro to say 'i wish to secure this'
- Replies: 3
- Views: 24153
macro to say 'i wish to secure this'
how to make a macro to say "i wish to secure this"?
i tried with UOSay but doesnt work, the target dont appear
i tried with UOSay but doesnt work, the target dont appear
- 28.08.2018 15:46
- Forum: Основной раздел
- Topic: load configuration
- Replies: 0
- Views: 34317
load configuration
hello,
when i save a configuration with more than one script to start at load, stealth is not loading any script.
when i save a configuration with more than one script to start at load, stealth is not loading any script.
- 20.08.2018 20:22
- Forum: Основной раздел
- Topic: can't find path to
- Replies: 4
- Views: 46609
Re: can't find path to
i think i solved it using ClearBadLocationList() i made this function def MyMove(X, Y, Optimized, Accuracy, Running): while not newMoveXY(X, Y, Optimized, Accuracy, Running): while Paralyzed(): print('paralyzed') ClearBadLocationList() before add ClearBadLocationList() i was geting something like th...
- 20.08.2018 18:01
- Forum: Основной раздел
- Topic: can't find path to
- Replies: 4
- Views: 46609
can't find path to
sometimes with python scripts newMoveXY is freezing giving this message on system journal: can't find path to ...
it occurs, for example, when the character are trying to move but is paralyzed.
anyway to fix it?
it occurs, for example, when the character are trying to move but is paralyzed.
anyway to fix it?