mirror of
https://github.com/OTCv8/otclientv8.git
synced 2026-01-17 16:06:23 +01:00
Updated vithrax bot config to version 1.2, fixed market bug and battle button bug
This commit is contained in:
47
modules/game_bot/default_configs/vithrax_1.2/analyzers.otui
Normal file
47
modules/game_bot/default_configs/vithrax_1.2/analyzers.otui
Normal file
@@ -0,0 +1,47 @@
|
||||
MainAnalyzer < MiniWindow
|
||||
!text: tr('Analytics Selector')
|
||||
height: 125
|
||||
icon: /images/topbuttons/analyzers
|
||||
&autoOpen: false
|
||||
|
||||
|
||||
MiniWindowContents
|
||||
Button
|
||||
id: HuntButton
|
||||
!text: tr('Hunting Session Analyser')
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
margin-top: 3
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
|
||||
Button
|
||||
id: lootSupplyButton
|
||||
!text: tr('Loot & Supplies Analyser')
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 3
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
|
||||
Button
|
||||
id: impactButton
|
||||
!text: tr('Impact Analyser')
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 3
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
|
||||
Button
|
||||
id: xpButton
|
||||
!text: tr('XP Analyser')
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 3
|
||||
margin-left: 3
|
||||
margin-right: 3
|
||||
Reference in New Issue
Block a user