The forums have been archived and placed into READ-ONLY mode. Some things may not work such as the search bar.
I asked for help on kll clan ig for some mudlet alias/triggers to make Serums in reanimation faster so wont have to type everything and got no response. So can anyone help me figure out how to make some alias/triggers to do so? thanks
0
Comments
reanimation = {
analeptic = {
redink = 1,
liver_slice = 3,
ovary_slice = 3,
},
}
========
make another script and do like
function MyReanimation(ser, amou)
for k,v in pairs(reanimation[ser]) do
send("incauldron " .. (v*amou) .. " " .. k .. " to cauldron")
end
send("ferment cauldron")
end
============================
then do like
then do a alias with like
^rf (\d+) (\w+)$
MyREanimation(matches[3], matches[2])
===
technically - rf 2 analeptic .. should brew/make 2 analeptic..
not tested but shouldn't be that hard to follow.. Also you'll have to manually fill emptyvial from cauldron