Advertisement
Brandan

Untitled

Nov 24th, 2013
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 4.78 KB | None | 0 0
  1. // Pause Key
  2. 0x8 = Pause key
  3. 0x9 = Special key (ex. CTRL +, ALT +)
  4.  
  5. // Toggle view (World View)
  6. 0x23 = Toggle key
  7. 0x24 = Special key (ex. CTRL +, ALT +)
  8.  
  9. // Encyclopaedia Key
  10. 0x38 = Encyclopaedia key
  11. 0x39 = Special key (ex. CTRL +, ALT +)
  12.  
  13. // Set Map Marker 1 Key
  14. 0x35 = Set Map Marker 1 Key
  15. 0x36 = Special key (ex. CTRL +, ALT +)
  16.  
  17. // Set Map Marker 2 Key
  18. 0x68 = Set Map Marker 2 Key
  19. 0x69 = Special key (ex. CTRL +, ALT +)
  20.  
  21. // Set Map Marker 3 Key
  22. 0x83 = Set Map Marker 3 Key
  23. 0x84 = Special key (ex. CTRL +, ALT +)
  24.  
  25. // Set Map Marker 4 Key
  26. 0x98 = Set Map Marker 4 Key
  27. 0x99 = Special key (ex. CTRL +, ALT +)
  28.  
  29. // Goto Map Marker 1 Key
  30. 0x113 = Goto Map Marker 1 Key
  31. 0x114 = Special key (ex. CTRL +, ALT +)
  32.  
  33. // Goto Map Marker 2 Key
  34. 0x128 = Goto Map Marker 2 Key
  35. 0x129 = Special key (ex. CTRL +, ALT +)
  36.  
  37. // Goto Map Marker 3 Key
  38. 0x143 = Goto Map Marker 3 Key
  39. 0x144 = Special key (ex. CTRL +, ALT +)
  40.  
  41. // Goto Map Marker 4 Key
  42. 0x158 = Goto Map Marker 4 Key
  43. 0x159 = Special key (ex. CTRL +, ALT +)
  44.  
  45. // Zoom view in Key
  46. 0x173 = Zoom view in Key
  47. 0x174 = Special key (ex. CTRL +, ALT +)
  48.  
  49. // Zoom view out Key
  50. 0x188 = Zoom view out Key
  51. 0x189 = Special key (ex. CTRL +, ALT +)
  52.  
  53. // Quick Load Key
  54. 0x203 = Quick Load Key
  55. 0x204 = Special key (ex. CTRL +, ALT +)
  56.  
  57. // Quick Save Key
  58. 0x218 = Quick Save Key
  59. 0x219 = Special key (ex. CTRL +, ALT +)
  60.  
  61. // Zoom to shaman Key
  62. 0x233 = Zoom to shaman Key
  63. 0x234 = Special key (ex. CTRL +, ALT +)
  64.  
  65. // Chat message Key
  66. 0x248 = Chat message Key
  67. 0x249 = Special key (ex. CTRL +, ALT +)
  68.  
  69. // Command Tracking Key
  70. 0x263 = Command Tracking Key
  71. 0x264 = Special key (ex. CTRL +, ALT +)
  72.  
  73. // Release guarding people key
  74. 0x278 = Release guarding people key
  75. 0x279 = Special key (ex. CTRL +, ALT +)
  76.  
  77. // Toggle Level Stats key
  78. 0x293 = Toggle Level Stats key
  79. 0x294 = Special key (ex. CTRL +, ALT +)
  80.  
  81. // Rotate building key
  82. 0x308 = Rotate building key
  83. 0x309 = Special key (ex. CTRL +, ALT +)
  84.  
  85. // Assign people to group 1 key
  86. 0x323 = Assign people to group 1 key
  87. 0x324 = Special key (ex. CTRL +, ALT +)
  88.  
  89. // Assign people to group 2 key
  90. 0x338 = Assign people to group 2 key
  91. 0x339 = Special key (ex. CTRL +, ALT +)
  92.  
  93. // Assign people to group 3 key
  94. 0x353 = Assign people to group 3 key
  95. 0x354 = Special key (ex. CTRL +, ALT +)
  96.  
  97. // Assign people to group 4 key
  98. 0x368 = Assign people to group 4 key
  99. 0x369 = Special key (ex. CTRL +, ALT +)
  100.  
  101. // Assign people to group 5 key
  102. 0x383 = Assign people to group 4 key
  103. 0x384 = Special key (ex. CTRL +, ALT +)
  104.  
  105. // Assign people to group 6 key
  106. 0x398 = Assign people to group 4 key
  107. 0x399 = Special key (ex. CTRL +, ALT +)
  108.  
  109. // Select people in group key 1
  110. 0x413 = Select people in group key 1
  111. 0x415 = Special key (ex. CTRL +, ALT +)
  112.  
  113. // Select people in group key 2
  114. 0x428 = Select people in group key 2
  115. 0x429 = Special key (ex. CTRL +, ALT +)
  116.  
  117. // Select people in group key 3
  118. 0x443 = Select people in group key 3
  119. 0x444 = Special key (ex. CTRL +, ALT +)
  120.  
  121. // Select people in group key 4
  122. 0x458 = Select people in group key 4
  123. 0x459 = Special key (ex. CTRL +, ALT +)
  124.  
  125. // Select people in group key 5
  126. 0x473 = Select people in group key 5
  127. 0x474 = Special key (ex. CTRL +, ALT +)
  128.  
  129. // Select people in group key 6
  130. 0x488 = Select people in group key 6
  131. 0x489 = Special key (ex. CTRL +, ALT +)
  132.  
  133. //  Zoom to people in group key 1
  134. 0x503 = Zoom to people in group key 1
  135. 0x504 = Special key (ex. CTRL +, ALT +)
  136.  
  137. //  Zoom to people in group key 2
  138. 0x518 = Zoom to people in group key 2
  139. 0x519 = Special key (ex. CTRL +, ALT +)
  140.  
  141. //  Zoom to people in group key 3
  142. 0x533 = Zoom to people in group key 3
  143. 0x534 = Special key (ex. CTRL +, ALT +)
  144.  
  145. //  Zoom to people in group key 4
  146. 0x548 = Zoom to people in group key 4
  147. 0x549 = Special key (ex. CTRL +, ALT +)
  148.  
  149. //  Zoom to people in group key 5
  150. 0x563 = Zoom to people in group key 5
  151. 0x563 = Special key (ex. CTRL +, ALT +)
  152.  
  153. //  Zoom to people in group key 6
  154. 0x578 = Zoom to people in group key 6
  155. 0x589 = Special key (ex. CTRL +, ALT +)
  156.  
  157. //  Zoom to Reincarination site key
  158. 0x593 = Zoom to Reincarination site key
  159. 0x594 = Special key (ex. CTRL +, ALT +)
  160.  
  161. //  Toggle Local Selection key
  162. 0x608 = Toggle Local Selection key
  163. 0x609 = Special key (ex. CTRL +, ALT +)
  164.  
  165. //  Reselect last selection key
  166. 0x623 = Reselect last selection key
  167. 0x624 = Special key (ex. CTRL +, ALT +)
  168.  
  169. //  reorient view key
  170. 0x638 = reorient view key
  171. 0x639 = Special key (ex. CTRL +, ALT +)
  172.  
  173. //  display last dialog key
  174. 0x653 = display last dialog key
  175. 0x654 = Special key (ex. CTRL +, ALT +)
  176.  
  177. //  toggle auto deselect key
  178. 0x668 = toggle auto deselect key
  179. 0x669 = Special key (ex. CTRL +, ALT +)
  180.  
  181. //  Call to arms key
  182. 0x683 = Call to arms key
  183. 0x684 = Special key (ex. CTRL +, ALT +)
  184.  
  185. //  Scatter people key
  186. 0x698 = Scatter people key
  187. 0x699 = Special key (ex. CTRL +, ALT +)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement