| Here is mine, set it up in game and it should work fine because it works for me.
; * Char_Key_ClearScreen => The key for "clear screen" (look in controls)
; * Char_Key_Switch => The key you use to switch weapons (CTA or Eshield Switch)
; * Char_Key_AutoMap => The keyboard key you use to show the automap
; * Char_Key_Inventory => The keyboard key you use to view inventory
; * Char_Key_ShowItems => The keyboard key you use to view items on the floor
; * Char_Key_PotionsRow1 => Key for Potion 1 (from left to right)
; * Char_Key_PotionsRow2 => Key for Potion 2 (from left to right)
; * Char_Key_PotionsRow3 => Key for Potion 3 (from left to right)
; * Char_Key_PotionsRow4 => Key for Potion 4 (from left to right)
; NOTE : Example of keys: <SPACE>, <SHIFT>, <ALT>, <CTRL>, <F1>, <z>, <6>...
; NOTE : Use -simple- keys like SPACE or a, b, c, z.. instead of F1, F2, ALT
; if you are experiencing problems. Because -simple- keys can be more 'fast'.
; NOTE : Only rejuvenations potions are picked & recongnized by the BOT
; => Fill up the belt with REJUV / FULL REJUV potions before launching the bot.
; => If you want only drink full rejuvs edit the Xrare section of mm.PkId.ini.
;================================================= =============================
Char_Key_ClearScreen = SPACE
Char_Key_Switch = w
Char_Key_AutoMap = TAB
Char_Key_Inventory = i
Char_Key_ShowItems = ALT
Char_Key_PotionsRow1 = 1
Char_Key_PotionsRow2 = 2
Char_Key_PotionsRow3 = 3
Char_Key_PotionsRow4 = 4 |