Quote:
Originally Posted by Mystic232
hey. what if i want it to do a buff before it goes out the dg?
what function do i need to write and where in the script?
Thanks in advance
|
I am new at a lot of this still but I think you would have to add a key function for the buff you want. Then a sleep function to allow the skill to finish before the bot tried to click on the dungeon. Depending on what version you are using the line of code for this starts at line 285
There is enough line of code here that you should be able to read it and figure out what you want to do to change the bot around.
autoitsetoption("sendkeydowndelay",5)
sleep(1000)
Controlsend($PID,"","","n") < ---- You would have to add a key function BEFORE this line of code for the buff and then add a sleep function.
sleep(1000)
Controlsend($PID,"","","n")