Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 5 matches

by suiciniv
09.12.2018 14:45
Forum: Help
Topic: macro to say 'i wish to secure this'
Replies: 3
Views: 11074

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...
by suiciniv
09.12.2018 6:26
Forum: Help
Topic: macro to say 'i wish to secure this'
Replies: 3
Views: 11074

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
by suiciniv
28.08.2018 15:46
Forum: Основной раздел
Topic: load configuration
Replies: 0
Views: 16212

load configuration

hello,

when i save a configuration with more than one script to start at load, stealth is not loading any script.
by suiciniv
20.08.2018 20:22
Forum: Основной раздел
Topic: can't find path to
Replies: 4
Views: 22644

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...
by suiciniv
20.08.2018 18:01
Forum: Основной раздел
Topic: can't find path to
Replies: 4
Views: 22644

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?