mirror of
https://github.com/edubart/otclient.git
synced 2025-05-19 10:19:21 +02:00

* Implement walk booster (dash) as an option in settings menu * Dash is smarter (can pre-animate) * Implement smart walking (walk in diagonal when holding two arrow keys) * Implement ping meter for all protocols * Ping meter uses uses real ping packet for 9.6 and walk for others
22 lines
492 B
Plaintext
22 lines
492 B
Plaintext
Panel
|
|
OptionCheckBox
|
|
id: classicControl
|
|
!text: tr('Classic control')
|
|
|
|
OptionCheckBox
|
|
id: autoChaseOverride
|
|
!text: tr('Allow auto chase override')
|
|
|
|
OptionCheckBox
|
|
id: walkBooster
|
|
!text: tr('Enable walk booster')
|
|
!tooltip: tr('Also know as dash in tibia community, recommended\nfor playing characters with high speed')
|
|
|
|
OptionCheckBox
|
|
id: enableMusic
|
|
!text: tr('Enable music')
|
|
|
|
OptionCheckBox
|
|
id: showLeftPanel
|
|
!text: tr('Show left panel')
|