mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
simplistic autowalk
* add simple and stupid autowalk algorithm * fix issue in classic control
This commit is contained in:
@@ -22,3 +22,12 @@ EmblemNone = 0
|
||||
EmblemGreen = 1
|
||||
EmblemRed = 2
|
||||
EmblemBlue = 3
|
||||
|
||||
North = 0
|
||||
East = 1
|
||||
South = 2
|
||||
West = 3
|
||||
NorthEast = 4
|
||||
SouthEast = 5
|
||||
SouthWest = 6
|
||||
NorthWest = 7
|
||||
|
Reference in New Issue
Block a user