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
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.
Possible? Not possible?