This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// AutoTame v2.0 | |
// Written by: a rideable llama (Rewritten cause it was fucking awful by: Zell) | |
//////////////// | |
if not listexists 'hp' | |
@createlist 'hp' | |
endif | |
@cleartargetqueue | |
if hits == 100 | |
@removelist 'hp' | |
@createlist 'hp' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
cd /home/ubuntu | |
mkdir actions-runner && cd actions-runner | |
curl -O -L curl -O -L https://github.com/actions/runner/releases/download/v2.272.0/actions-runner-linux-x64-2.272.0.tar.gz | |
tar xzf ./actions-runner-linux-x64-2.272.0.tar.gz | |
INSTANCE_ID=$(wget -q -O - http://169.254.169.254/latest/meta-data/instance-id) | |
GH_REPO=https://github.com/meetrics-io/***************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!Loop | |
Assistant.Macros.ForAction|12 | |
// send them forward | |
Assistant.Macros.ForAction|3 | |
Assistant.Macros.DoubleClickTypeAction|3713|True | |
Assistant.Macros.PauseAction|00:00:00.2500000 | |
Assistant.Macros.TargetTypeAction|True|233 | |
Assistant.Macros.PauseAction|00:00:00.2500000 | |
Assistant.Macros.TargetRelLocAction|0|-9 | |
Assistant.Macros.PauseAction|00:00:00.2500000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!Loop | |
// heal if under 75 | |
Assistant.Macros.IfAction|0|0|75 | |
Assistant.Macros.MacroCastSpellAction|29 | |
Assistant.Macros.PauseAction|00:00:00.5000000 | |
Assistant.Macros.HotKeyAction|1059| | |
Assistant.Macros.EndIfAction | |
// Check for Mobs (clear queue, clear current target, target closest grey monster) | |
Assistant.Macros.HotKeyAction|1195| | |
Assistant.Macros.HotKeyAction|1332| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am alexgandy on github. | |
* I am alexgandy (https://keybase.io/alexgandy) on keybase. | |
* I have a public key whose fingerprint is 1216 6B05 394F 9B2D E54B 5744 FD60 6085 BA0D 6748 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copied from Art.sy : http://artsy.github.com/blog/2012/07/10/on-demand-jenkins-slaves-with-amazon-ec2/ | |
# Set logrotate to keep only one unit (day or week) of each log | |
for f in /etc/logrotate.d/* /etc/logrotate.conf ; do | |
sed -i 's/rotate [0-9]*$/rotate 1/' $f | |
done | |
# Get selenium standalone | |
getsrc(){ |