zarqon
Well-known member
I think a common case in CCS's is
Due to the "consult" in the first line, mafia is unable to auto-macrofy, even if the consult script does nothing. So, for these cases, I recommend changing that to
It's the simplest thing ever -- it simply submits a macro that spams attack over and over. But it definitely speeds things along and is therefore an improvement over the previous!
Just thought I'd share this in the interest of saving server hits.
Code:
1: consult script.ash
2: attack
Due to the "consult" in the first line, mafia is unable to auto-macrofy, even if the consult script does nothing. So, for these cases, I recommend changing that to
Code:
1: consult script.ash
2: consult spamattack.ash
It's the simplest thing ever -- it simply submits a macro that spams attack over and over. But it definitely speeds things along and is therefore an improvement over the previous!
Just thought I'd share this in the interest of saving server hits.