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

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

Ask for help
Post Reply
bardobrado
Neophyte
Neophyte
Posts: 13
Joined: 29.03.2018 15:01

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

Post 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?
nah nah
Developer
Developer
Posts: 414
Joined: 13.07.2011 11:23
Contact:

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

Post by nah nah »

Hello! Try this. much python bugs was fixed.

edit: GetIgnoredList fix, GetFoundList fix, GetTooltipRec fix
Last edited by nah nah on 31.03.2018 15:39, edited 5 times in total.
bardobrado
Neophyte
Neophyte
Posts: 13
Joined: 29.03.2018 15:01

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

Post by bardobrado »

Worked, Thanks!
Post Reply