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

Search found 2 matches

by grossi74
24.04.2022 10:00
Forum: Help
Topic: (PY) I want to know about the commands
Replies: 0
Views: 10448

(PY) I want to know about the commands

hello, guy
Tell me how to use commands?
What do you use it for?

SetMoveOpenDoor
SetMoveThroughNPC
SetMoveThroughCorner
SetMoveHeuristicMult
SetMoveCheckStamina
SetMoveTurnCost
SetMoveBetweenTwoCorners
by grossi74
10.10.2020 21:47
Forum: Help
Topic: (PY) NewMoveXY......Is there any way to optimize it?
Replies: 1
Views: 5077

(PY) NewMoveXY......Is there any way to optimize it?

hello, guy I'm making a follow-me Could there be a better way? Should I register in advance? SetGoodLocation x 1~9999 , y 1~9999 SetMoveThroughNPC(0) < = Not working followme = RequestTarget() while True: while not GetDistance(followme) == 1: NewMoveXY(GetX(followme), GetY(followme), False, 1, True)...