Advertisement
Guest User

Might & Magic party creation scripts

a guest
Apr 25th, 2021
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Might & Magic party creation scripts
  2.  
  3. Made by Mr. Fox#7887
  4.  
  5. VI: https://pastebin.com/xPtPtJXf
  6. VII: https://pastebin.com/3HgyhwYu
  7. VIII: https://pastebin.com/VHddDCXg
  8.  
  9. These scripts are intended for speedrunning where party creation isn't timed.
  10. You need autohotkey to run the scripts, you can download it from https://www.autohotkey.com/.
  11. Copy the script you want to use into a text file with the .ahk extension.
  12.  
  13. Edit the script and party setup as you like, functions are briefly documented within the script file.
  14. You can change the hotkey that executes the script (default is ctrl + numpad 0).
  15. For possible hotkeys and modifiers refer to https://www.autohotkey.com/docs/Hotkeys.htm
  16.  
  17. At the top of each script are two functions - SetKeyDelay and SetMouseDelay.
  18. The values of these functions set a delay in milliseconds between each keyboard and mouse input.
  19. The results of the script can vary depending on your system, increasing the values can most likely fix any possible issues.
  20.  
  21. After you finish editing the script, save the file and run it. Execute the script on the party creation screen.
  22. Depending on your system and autohotkey settings, you might need to run the scripts either with UI access or as administrator.
  23. Autohotkey can also compile the script into an executable that anyone can run without having autohotkey installed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement