Skip to content

d2checkpoint-com/BotLoadInMacros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

P.R.I.S.M.

Pretty Reliable Instructions (to) Start (any) Mission is the ultimate macro script that can take a bot wherever it needs to go.

Using the Macro

From the Shell

  • Load the file using ahk.LoadFile("PRISM.ahk")
  • Call a function to execute ahk.ExecFunction("crotaN")

From in-game

  • F7 opens an inputbox (expires after 5 seconds) where the user can type where they want to go, and the macro will take them there.
    • Typing in the name of the final boss e.g. "atheon" or the short-hand for the raid e.g. "vog" will do. No caps or punctuation!
    • In the event you have a choice between normal or master, leaving it blank assumes normal. Type 'm' for master. Also expires after 5 seconds.
  • F6 hard reloads the script, in the event of accidental input, or a misfire, or whatever reason. Instantly stops itself in its tracks.
  • Has no logic as to where it currently is, or if the other macro is running. Operator must consider how this script works in order to extract maximum value from this macro.

List of Functions

Substitute * with N or M for desired difficulty. Ex: crotaN for normal Crota's End, crotaM for master Crota's End

  • crota*
  • dsc
  • dp
  • dpE
  • duality*
  • equilibrium
  • garden
  • ghosts*
  • grasp*
  • kings*
  • lw
  • pit
  • prophecy
  • root*
  • salvations*
  • shattered
  • spire*
  • sundered*
  • vesper*
  • vog*
  • vow*
  • warlords*
  • orbit_to_enclave
  • switch_characters
  • open_fireteam
  • close_fireteam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%