skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Dragonburner
#CLASS {mix stuff}
#ALIAS mixer {
#VAR mixcount %1
#T+ mix
inventory
#WAIT 1000
#T- mix
mix @tomix
#RESET "mix stuff"
}
#VAR mixcount {0}
#VAR tomix {} {}
#CLASS 0
#CLASS {mix stuff|mix}
#TRIGGER { a sprig of %1} {#IF (@mixcount > 0) {
#VAR tomix {@tomix %1}
#ADD mixcount -1
} {#T- mix}}
#CLASS 0


syntax:

mixer <#>
mixes the first # sprigs in your inventory, only works for 1 of each sprig. work in progress.
Xavaren
Avatar
works perfectly:

mixer 3 gets:

You are carrying:
( 2) a sprig of celidonia
a sprig of jusquianus
a big pot pie (fresh)

You mix several herbs together in a bone grinder, concentrating carefully…
You have successfully created reddish mixture - Cause Light Wounds.

You are carrying:
reddish mixture - Cause Light Wounds (new)
a sprig of celidonia
a big pot pie (fresh)

You are carrying:
a sprig of salvia
a sprig of jusquianus
a sprig of mepeta
reddish mixture - Cause Light Wounds (new)
a sprig of celidonia
a big pot pie (fresh)

mixer 4:

You mix several herbs together in a bone grinder, concentrating carefully…
You have successfully created a faint yellow herbal mixture.


You are carrying:
a faint yellow herbal mixture (new)
reddish mixture - Cause Light Wounds (new)
a big pot pie (fresh)


Dude this rocks!
Page 1 of 1 1