Jump to content

Recommended Posts

Posted
HotKeySet("{F11}", "dmg_buffs")

HotKeySet("{F10}", "Terminate")
HotKeySet("{F9}", "delete_fragment")


Func Terminate()
Exit 0
EndFunc

Func delete_fragment ()
$i = 0
Do
MouseClick("left", 1048, 482, 2)
Sleep (1500)
MouseClick("left", 886,632, 2)
$i = $i + 1
Until $i = 1000
EndFunc

func vet_ej()
Do
MouseClick("left", 1313,738, 2)
MouseMove(1313,738)
MouseClick("left")
Sleep (1500)
MouseMove(521,617)
MouseClick("left")
MouseClick("left", 521,617, 2)
$i = $i + 1
Until $i = 1000
EndFunc

Func dmg_buffs()
   Send("{E}")
   Sleep(1500)
   Send("{E}")
    Sleep(1500)
   Send("{E}")
   EndFunc
Quote
HotKeySet("{F11}", "dmg_buffs")

Func dmg_buffs()
   Send("{E}")
   Sleep(1500)
   Send("{E}")
    Sleep(1500)
   Send("{E}")
   EndFuncS

this script only works if i use it in the first script.. WHY? I dont get it.......

 

  • Moderators
Posted

@kemisten this is the second game automation thread of yours to be locked; you obviously haven't bothered to read the forum rules. Do not post this again. 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Guest
This topic is now closed to further replies.
×
×
  • Create New...