Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Diablo 2 skill buffer examlpe


  • Please log in to reply
No replies to this topic
SnowFlake_FlowSnake
  • Members
  • 845 posts
  • Last active: Jan 24 2016 05:24 PM
  • Joined: 08 Oct 2012

Hi

 

 

this is a skill buffer examlpe just to show how to make some basic key sending in Diablo 2, might work in other games as well

IF NOT A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"
   ExitApp
}

#Persistent
#SingleInstance, force
SetWorkingDir, %A_ScriptDir%

WheelDown::Send {F1}
WheelUp::Send {F4}

§::
BuffSkills(500,300)
return

^E::
AutoBuffSkills(30000,500,300) ; All ms 60000 = 1/ minute, 405600 = vessel of retrubution timer, 156000 = Merkabah, 20000 =Dragon 
return

^Space::
AutoPP("Hello Party")
return

^MButton::
AutoPP("Hi PP")
BuffSkills(500,300)
return

AutoPP(msg){
Send, {P}
Sleep, 500
send, {Enter}
Sleep, 200
Send, %msg%
Sleep, 200
send, {Enter}
click,299,163
Send, {P}
}
return

AutoBuffSkills(skill_timer,delay,small_delay)
{
#IfWinActive, Diablo II
BuffSkills(500,300)
ToolTip, Autobuff is ON,0,0
SetTimer, AutoBuff, %skill_timer% 
ToolTip, Autobuff is ON,0,0
return

AutoBuff:
ToolTip, Autobuff is ON,0,0
BuffSkills(500,300)
return
}
return

BuffSkills(delay,small_delay)
{
ToolTip, Buffing Skills...,0,0
#IfWinActive, Diablo II
Send, {F7}
Sleep, %delay%
Click, Right
Send, {F8}
Sleep, %delay%
Click, Right
Send, {F6}
Sleep, 600
Click, Right
Send, {F1}
Sleep, %delay%
Click, Right
Sleep, %delay%
Send, {F4}
Sleep, %small_delay%
Click, Right
Sleep, %small_delay%
Click, Right
Sleep, %small_delay%
Click, Right
Sleep, %small_delay%
Click, Right
Sleep, %delay%
Send, {F1}
Sleep, %small_delay%
Click, Right
Send, {F4}
ToolTip
}
return

  • Download link of my scripts on Autohotkey.com 2/10/2015 [DOWNLAND]
  • Contact Info:  https://github.com/floowsnaake //  FloowSnaake(A)gmail.com
  • IF you need Help send me a PM,Email or Post on Github

  • Quote by tank  Posted 29 September 2015 - 06:14 PM

  • "Eventually i will find a way to convert the DB back to PHPBB3. but i dont have the bandwidth right now. No one that has tried has had success. It is the Only way i can keep this open is if i could successfully convert it."