Welcome to the Achaea Forums! Please be sure to read the
Forum Rules.
Magi Staffstrike Alias help
I'm not a coder. Every time I try to learn and try to get one going beyond a simple keybind, my brain screams at me. So! What I need is a kind soul to help me out in game. Maybe a tutor to help create quick staffstrike aliases for each element to improve my arena capability.
Any kind soul who loves coding would be my best friend forever if you come forward.
Forgot to mention: I'm a Mudlet user.
0
Comments
Results of disembowel testing | Knight limb counter | GMCP AB files
My site will remain up, but will not be maintained. The repository will continue to have scripts added to it if I decide to play another game. Maybe I'll see you around in Starmourn!
Tutorials and scripts The Repository
local elementConvert={
a="air",
e="earth",
f="fire",
w="water",
}
local limbConvert={
rl="right leg",
ra="right arm",
ll="left leg",
la="left arm",
t="torso",
h="head",
}
if matches[2] and matches[3] then
send("staffstrike "..target.." with "..elementConvert[matches[2]].." "..limbConvert[matches[3]])
targetedLimb=limbConvert[matches[3]]
elseif matches[2] then
send("staffstrike "..target.." with "..elementConvert[matches[2]])
end
Hope that's of any use to anyone!
dall would hit someone with air on their left leg, and so on and so forth.
My site will remain up, but will not be maintained. The repository will continue to have scripts added to it if I decide to play another game. Maybe I'll see you around in Starmourn!
Tutorials and scripts The Repository
Possible? Not possible?
My site will remain up, but will not be maintained. The repository will continue to have scripts added to it if I decide to play another game. Maybe I'll see you around in Starmourn!
Tutorials and scripts The Repository