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

Search found 414 matches

by nah nah
02.04.2018 13:16
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 13012

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

some idle was added mega

fixed print
by nah nah
01.04.2018 21:12
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 13012

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

Can you try this? datetime convertation fixed.
by nah nah
01.04.2018 5:34
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 13012

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

none problem, it is working fine. What i mean is that i changed in my script, where in 872 is written HP, in 875 is GetHp(Self()), same as Poisoned. But this doesnt change the speed of the macro. GetHP(Self()) = Life(), but as i sad, i will add the HP() function. Poisoned() and IsPoisoned() was def...
by nah nah
01.04.2018 4:18
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 13012

Re: Differences between Stealth 8.7.5 and 8.7.2

Hello. Can you put the 875 .exe file to the 872 directory? you can rename it. for example "stealth875.exe". Then try your script again. maybe it will works faster.

PS i will add the HP() function. What is wrong with Poisoned() and IsPoisoned()? Those functions are defined in both versions
by nah nah
31.03.2018 19:06
Forum: Основной раздел
Topic: Stealth 8 Release
Replies: 166
Views: 220434

Re: Stealth 8 Release

this version
by nah nah
31.03.2018 12:36
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

try to change DEBUG and LOG_FILE in py_stealth\config.py

Code: Select all

DEBUG = True
LOG_FILE = 'C:\log.txt'
MegaUpload

edit: TargetPresent, UseSkill, GetFoundList, GetIgnoreList, GetTooltipRec fix
by nah nah
31.03.2018 12:33
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9908

Re: GetFoundList() - struct.error: unpack requires a buffer

fixed MegaUpload

edit: TargetPresent, UseSkill, GetFoundList, GetIgnoreList, GetTooltipRec fix
by nah nah
31.03.2018 2:09
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9908

Re: GetFoundList() - struct.error: unpack requires a buffer

correctly MegaUpload

edit: TargetPresent, UseSkill, GetFoundList, GetIgnoreList, GetTooltipRec fix
by nah nah
31.03.2018 1:37
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9908

Re: GetFoundList() - struct.error: unpack requires a buffer

fixed MegaUpload

edit: TargetPresent, UseSkill, GetFoundList, GetIgnoreList, GetTooltipRec fix
by nah nah
30.03.2018 23:57
Forum: Help
Topic: NewMoveXY only works using proxy, with py 3.4 and 3.6 32bits
Replies: 2
Views: 6586

Re: NewMoveXY only works using proxy, with py 3.4 and 3.6 32

Hello! Try this. much python bugs was fixed.

edit: GetIgnoredList fix, GetFoundList fix, GetTooltipRec fix
by nah nah
30.03.2018 23:52
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

Hello again, much python bugs fixed try it
mega

PS But make sure, you use this py_stealth package and the stealth version is 875
PSS You can now launch your scripts from the stealth

edit: GetIgnoredList fix. GetFoundList fix. GetTooltipRec fix.
by nah nah
29.03.2018 14:48
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

its not pythonic way to use scripts from stealth. this was added for supporting a old and simple pyhin scripts. but anyway, it does not work. will fix this, but you should use external scripts
by nah nah
27.03.2018 20:23
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

hm... it must works fine. with those stealth and py_stealth packet it must works fine, without missing symbol. by the way, you can use AddToSystemJournal instead print function. it will fix the empty line after using a print. for example print = AddToSystemJournal print(1, '2', [3], key1='value', se...
by nah nah
27.03.2018 17:32
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

show me your py_stealth\_datatypes.py line:65
by nah nah
27.03.2018 14:35
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19911

Re: Problems with importing libraries.

python x64, but 32 was found :roll:

if you use the stealth code editor, you need to define an ansi encoding.
try this