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

Search found 13 matches

by bardobrado
02.04.2018 16:37
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 12943

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

Image

Perfect for cpu usage, but the macro get slowest again.

Another thing is that stealth version is showing 874 on title, in this version.
by bardobrado
02.04.2018 2:54
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 12943

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

Ops, there was a problem. When i put my 8 miners to work, my cpu almost exploded, like 100% use. This doesnt happens on 872.
by bardobrado
01.04.2018 12:44
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 12943

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

i forgot about "Script.dll". 875 needs the same version dll. Did it, i copied 875 dll and exe to 872 folder but the script did not run. PS i will think about speed up Thanks, if u can do that stealth will be perfected! Even so, 875 is very good, taking the speed problem i think the graphi...
by bardobrado
01.04.2018 5:06
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 12943

Re: Differences between Stealth 8.7.5 and 8.7.2 for Python

PS i will add the HP() function. What is wrong with Poisoned() and IsPoisoned()? Those functions are defined in both versions 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 t...
by bardobrado
01.04.2018 3:49
Forum: Help
Topic: Differences between Stealth 8.7.5 and 8.7.2 for Python
Replies: 12
Views: 12943

Differences between Stealth 8.7.5 and 8.7.2 for Python

Stealth Version 8.7.5, Related to this post: http://stealth.od.ua/forum/viewtopic.php?f=14&t=4282 I found this version much better than version 8.7.2, but my macros are very slow in 8.7.5. In this video comparison between stealths, we can see that the same macro in 8.7.2 is much faster than the ...
by bardobrado
31.03.2018 6:48
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9860

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

Thanks nah nah.

But i found 2 other problems

First, in methods.py.. is TargetPreset() when should be TargetPresent()., minor problem.

but the big problem is that UseSkill is not working in this version.

I tested UseSkill('Meditation') and the macro stop abruptly without showing error
by bardobrado
31.03.2018 1:56
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9860

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

i changed Methods... from this def GetIgnoreList(): data = _get_ignore_list() result = [] if data: fmt = 'i' * str(len(data) / 4) result += list(_struct.unpack_from(fmt, data)) return result def GetIgnoreList(): result = [] data = _get_ignore_list() if data: fmt = str(len(data)//4) + 's' result.exte...
by bardobrado
31.03.2018 1:52
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9860

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

Thanks, worked, But i have another error.

20:51:12:692 [fmaya]: ignorados = GetIgnoreList()
20:51:12:692 [fmaya]: struct.error: unpack requires a buffer of 1 bytes
by bardobrado
31.03.2018 1:29
Forum: Help
Topic: GetFoundList() - struct.error: unpack requires a buffer of 6
Replies: 7
Views: 9860

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

Code: Select all

20:23:24:125 [fmaya]:     listitem = GetFoundList()
20:23:24:125  fmaya]: struct.error: unpack requires a buffer of 6 bytes
how to solve this?

Thanks
by bardobrado
29.03.2018 15:12
Forum: Help
Topic: NewMoveXY only works using proxy, with py 3.4 and 3.6 32bits
Replies: 2
Views: 6545

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

When i connect a char trough proxy and run this simple code: import py_stealth NewMoveXY(GetX(Self()) +3, GetY(Self()), True, 2, True) print('funfou') the char walk 1 tile. When i disconnect char, and connect with my personal IP, Te char dont walk and print Funfou. Anyone know how to fix this withou...