Reanimation triggers

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

Comments

  • Try the mudlet scripts thread - somewhere in the scripts section of the forum. It probably exists in there somewhere.
  • ive checked nothing there
  • make a script and add like

    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
    Mudlet Bashing System for sale. Message if interested
Sign In or Register to comment.