Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SIMPLE - ADD by Key Press to Function || Bot.LoadSettings(Name)
#1
Star 
Hello..

ADD by Key Press to Function || Bot.LoadSettings(Name)

[spoiler]
20 {LOAD} Bot.LoadSettings(Name) Exit()[/spoiler]

Example:

If i press KEY F4 ||| BBOT LOAD CONFIG NAME X

Does not work
20 {LOAD} Tibia.KeyDown(115)==1 Bot.LoadSettings(Name) Exit()
20 {LOAD} Tibia.IsKeyDown(115)==1 Bot.LoadSettings(Name) Exit()
20 {LOAD} Tibia.SendKey(:K_F4 )==1 Bot.LoadSettings(Name) Exit()

Does not work
20 {LOAD} Bot.LoadSettings(Name) Tibia.KeyDown(115)==1 Exit()
20 {LOAD} Bot.LoadSettings(Name) Tibia.IsKeyDown(115)==1 Exit()
20 {LOAD} Bot.LoadSettings(Name) Tibia.SendKey(:K_F4 )==1 Exit()

OBS: Yes i change (Name) to my name config in all tests

Only Work this:
20 {LOAD} Bot.LoadSettings(Name) Exit()
But no have Key Press :/
Reply


Messages In This Thread
SIMPLE - ADD by Key Press to Function || Bot.LoadSettings(Name) - by mostppl - 09-21-2020, 07:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)