Created
July 30, 2017 21:49
-
-
Save farism/14eba958faeaffec45f3360b21a216be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qbar_frame_x = 0 | |
qbar_frame_y = 0 | |
qbar_frame_slot_width = 32 | |
pet_frame_x = 1165 | |
pet_frame_y = 755 | |
qbar := {x:0,y:0,slot_width:32} | |
pet_frame := {x:1165,y:755} | |
grp_frame := {x:508,y:667,member:{w:116,h:26,status:{x:18,y:2,w:7,h:26},health:{x:18,y:2,w:100,h:26}}} | |
grp_members := [{x:2,y:2},{x:2,y:30},{x:2,y:58},{x:2,y:86},{x:126,y:2},{x:126,y:30},{x:126,y:58},{x:126,y:86}] | |
grp_status := {mez:[0,0,0,0,0,0,0,0],diz:[0,0,0,0,0,0,0,0],ns:[0,0,0,0,0,0,0,0],pzn:[0,0,0,0,0,0,0,0]} | |
status_colors := {combat:0x0000FF,health:0x0000FF,mez:0x00FFFF,diz:0xFD8F4D,ns:0x9BFF85,pzn:0xD19DFB} | |
; set in /keyboard. | |
one_handed = {Left} | |
two_handed = {Up} | |
ranged = {Right} | |
target_group1 = {Ins} | |
target_group2 = {Del} | |
target_group3 = {PgUp} | |
target_group4 = {PgDn} | |
target_group5 = !{Ins} | |
target_group6 = !{Del} | |
target_group7 = !{PgUp} | |
target_group8 = !{PgDn} | |
; set as a /qbind | |
target_pet = {=} | |
create_assist_macro = {Down} | |
assist = {Home} | |
assist_wait = 200 | |
face = {End} | |
stick = {f11} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment