This commit is contained in:
xiashtra
2025-03-25 02:35:06 -05:00
committed by GitHub
parent 4362af28b8
commit 70f3e90d13
567 changed files with 177670 additions and 104845 deletions
+6 -1
View File
@@ -36,7 +36,7 @@ int32,str,byte,byte,bit&01,byte,uint16,byte,str
66,"IDLING_CAMERA",255,255,False,1,31,1,"Switch to Idling Camera"
103,"TARGET_NEXT",255,255,False,2,1,2,"Cycle through Enemies (Nearest to Farthest)"
104,"TARGET_PREV",255,255,False,2,2,2,"Cycle through Enemies (Farthest to Nearest)"
105,"TARGET_P1",255,255,False,2,3,2,"Target Self"
105,"TARGET_P1",255,255,False,2,3,2,"Target Member 1 in Party List"
106,"TARGET_P2",255,255,False,2,4,2,"Target Member 2 in Party List"
107,"TARGET_P3",255,255,False,2,5,2,"Target Member 3 in Party List"
108,"TARGET_P4",255,255,False,2,6,2,"Target Member 4 in Party List"
@@ -84,6 +84,11 @@ int32,str,byte,byte,bit&01,byte,uint16,byte,str
158,"TARGET_ALLIANCE2_7",255,255,False,2,49,2,"Target Alliance 2, Member 7"
159,"TARGET_ALLIANCE2_8",255,255,False,2,50,2,"Target Alliance 2, Member 8"
160,"BUDDY_TARGET",255,255,False,2,12,2,"Target Own Companion"
161,"TARGET_PVP_OPP_P1",255,255,False,2,51,2,"Crystalline Conflict: Target Enemy Party, Member 1"
162,"TARGET_PVP_OPP_P2",255,255,False,2,52,2,"Crystalline Conflict: Target Enemy Party, Member 2"
163,"TARGET_PVP_OPP_P3",255,255,False,2,53,2,"Crystalline Conflict: Target Enemy Party, Member 3"
164,"TARGET_PVP_OPP_P4",255,255,False,2,54,2,"Crystalline Conflict: Target Enemy Party, Member 4"
165,"TARGET_PVP_OPP_P5",255,255,False,2,55,2,"Crystalline Conflict: Target Enemy Party, Member 5"
171,"CMD_CHAT",255,255,False,4,1,5,"Ready Chat Log"
172,"CMD_COMMAND",255,255,False,4,2,5,"Ready Text Command"
173,"CMD_REPLY",255,255,False,4,3,5,"Reply Temporarily (Forward)"
1 key 0 1 2 3 4 5 6 7
36 66 IDLING_CAMERA 255 255 False 1 31 1 Switch to Idling Camera
37 103 TARGET_NEXT 255 255 False 2 1 2 Cycle through Enemies (Nearest to Farthest)
38 104 TARGET_PREV 255 255 False 2 2 2 Cycle through Enemies (Farthest to Nearest)
39 105 TARGET_P1 255 255 False 2 3 2 Target Self Target Member 1 in Party List
40 106 TARGET_P2 255 255 False 2 4 2 Target Member 2 in Party List
41 107 TARGET_P3 255 255 False 2 5 2 Target Member 3 in Party List
42 108 TARGET_P4 255 255 False 2 6 2 Target Member 4 in Party List
84 158 TARGET_ALLIANCE2_7 255 255 False 2 49 2 Target Alliance 2, Member 7
85 159 TARGET_ALLIANCE2_8 255 255 False 2 50 2 Target Alliance 2, Member 8
86 160 BUDDY_TARGET 255 255 False 2 12 2 Target Own Companion
87 161 TARGET_PVP_OPP_P1 255 255 False 2 51 2 Crystalline Conflict: Target Enemy Party, Member 1
88 162 TARGET_PVP_OPP_P2 255 255 False 2 52 2 Crystalline Conflict: Target Enemy Party, Member 2
89 163 TARGET_PVP_OPP_P3 255 255 False 2 53 2 Crystalline Conflict: Target Enemy Party, Member 3
90 164 TARGET_PVP_OPP_P4 255 255 False 2 54 2 Crystalline Conflict: Target Enemy Party, Member 4
91 165 TARGET_PVP_OPP_P5 255 255 False 2 55 2 Crystalline Conflict: Target Enemy Party, Member 5
92 171 CMD_CHAT 255 255 False 4 1 5 Ready Chat Log
93 172 CMD_COMMAND 255 255 False 4 2 5 Ready Text Command
94 173 CMD_REPLY 255 255 False 4 3 5 Reply Temporarily (Forward)