forked from aparoski/WhiteoutSurvivalBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelative_locations.py
115 lines (71 loc) · 2.87 KB
/
relative_locations.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
"""This file serves as a repository of the positions of icons within
the bluestacks app, relative to the Width and length of the app window
single x and y coordinates relate to the center of an icon
double x and y coordinates refer to the top left and bottom right
corners of a rectangle of the screen, respectively"""
#Static Locations
#UI Icons
Events = 0.8690909090909091, 0.14931650893796003
#World Map
WorldMap_Lighthouse_x = 0.8623063683304647
WorldMap_Lighthouse_y = 0.6878727634194831
WorldMap_Pet_x = 0.8674698795180723
WorldMap_Pet_y = 0.7544731610337972
WorldMap_Beast_Attack_x = 0.47594501718213056
WorldMap_Beast_Attack_y = 0.5069444444444444
WorldMap_Sword_Battle_x = 0.46897810218978103
WorldMap_Sword_Battle_y = 0.5052742616033755
WorldMap_Tent_x = 0.4854014598540146
WorldMap_Tent_y = 0.5147679324894515
WorldMap_Search = 0.05818181818181818, 0.6911764705882353
WorldMap_Search_Level_Selection = 0.7927272727272727, 0.8266806722689075
WorldMap_Search_Slider = 0.5, 0.7205882352941176
WorldMap_Search_Button = 0.48545454545454547, 0.9411146161934806
#Menu UI Map Swap
Main_Menu_Map_Swap_x = 0.843065693430657
Main_Menu_Map_Swap_y = 0.9483122362869199
#Menu UI Universal Back out
Universal_Menu_Backout_x = 0.05451127819548872
Universal_Menu_Backout_y = 0.06311207834602829
#March UI
March_Deploy_x = 0.7268041237113402
March_Deploy_y = 0.9454365079365079
March_Squad_1_x = 0.08247422680412371
March_Squad_1_y = 0.12003968253968254
March_time_x1 = 0.6222627737226277
March_time_y1 = 0.8871308016877637
March_time_x2 = 0.801970802919708
March_time_y2 = 0.9135021097046413
#Lighthouse UI
Lighthouse_BeastHunt_View_x = 0.49140893470790376
Lighthouse_BeastHunt_View_y = 0.7341269841269841
Lighthouse_Sword_View_x = 0.48722627737226276
Lighthouse_Sword_View_y = 0.696039603960396
Lighthouse_Tent_View_x = 0.48722627737226276
Lighthouse_Tent_View_y = 0.7014767932489452
Lighthouse_Stamina_x1 = 0.7062043795620438
Lighthouse_Stamina_y1 = 0.04746835443037975
Lighthouse_Stamina_x2 = 0.9197080291970803
Lighthouse_Stamina_y2 = 0.07805907172995781
#Pet Perk UI
PetPerk_Wolf_x = 0.36597938144329895
PetPerk_Wolf_y = 0.26587301587301587
PetPerk_Mule_x = 0.570446735395189
PetPerk_Mule_y = 0.2638888888888889
PetPerk_Elk_x = 0.3711340206185567
PetPerk_Elk_y = 0.373015873015873
PetPerk_Tapir_x = 0.7560137457044673
PetPerk_Tapir_y = 0.2718253968253968
#Misc UI
Sword_Fight_x = 0.6788321167883211
Sword_Fight_y = 0.9388185654008439
#City UI
Online_Rewards_xy1 = 0.19272727272727272, 0.41324921135646686
Online_Rewards_xy2 = 0.44727272727272727, 0.4637223974763407
#Event UI
Event_Slider = 0.5054545454545455, 0.1398527865404837
#bluestacks UI
video_record_step1 = 0.9546279491833031, 0.3546694648478489
video_record_step2 = 0.43920145190562615, 0.5424973767051416
video_record_step3_TL = 0.41454545454545455, 0.004206098843322818
video_record_step3_BR = 0.7872727272727272, 0.03259726603575184