mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Implement dash walking and zoom out again
This commit is contained in:
@@ -143,6 +143,7 @@ public:
|
||||
|
||||
// walk related
|
||||
bool walk(Otc::Direction direction);
|
||||
bool dashWalk(Otc::Direction direction);
|
||||
void autoWalk(std::vector<Otc::Direction> dirs);
|
||||
void forceWalk(Otc::Direction direction);
|
||||
void turn(Otc::Direction direction);
|
||||
@@ -325,6 +326,7 @@ private:
|
||||
uint m_pingSent;
|
||||
uint m_pingReceived;
|
||||
stdext::timer m_pingTimer;
|
||||
Timer m_dashTimer;
|
||||
uint m_seq;
|
||||
int m_pingDelay;
|
||||
Otc::FightModes m_fightMode;
|
||||
|
Reference in New Issue
Block a user