hello, guy
Tell me how to use commands?
What do you use it for?
SetMoveOpenDoor
SetMoveThroughNPC
SetMoveThroughCorner
SetMoveHeuristicMult
SetMoveCheckStamina
SetMoveTurnCost
SetMoveBetweenTwoCorners
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 2 matches
- 24.04.2022 10:00
- Forum: Help
- Topic: (PY) I want to know about the commands
- Replies: 0
- Views: 19200
- 10.10.2020 21:47
- Forum: Help
- Topic: (PY) NewMoveXY......Is there any way to optimize it?
- Replies: 1
- Views: 7567
(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)...