Page 1 of 1

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

Posted: 29.03.2018 15:12
by bardobrado
When i connect a char trough proxy and run this simple code:

Code: Select all

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 without using proxy?

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

Posted: 30.03.2018 23:57
by nah nah
Hello! Try this. much python bugs was fixed.

edit: GetIgnoredList fix, GetFoundList fix, GetTooltipRec fix

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

Posted: 31.03.2018 1:25
by bardobrado
Worked, Thanks!