Updated vithrax bot config to version 1.2, fixed market bug and battle button bug

This commit is contained in:
OTCv8
2020-11-19 21:39:21 +01:00
parent bc1574f2e7
commit 407553647d
91 changed files with 467 additions and 523 deletions

View 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