Is there a way performing rituals could act like skinning or looting a creature. Just a minor, insignificant suggestion, but being able to type "perform harvest" rather than "perform harvest on ..." would be wonderful.
Performing Rituals on 01/07/2010 01:44 AM CST
Re: Performing Rituals on 01/07/2010 02:34 AM CST
Re: Performing Rituals on 01/07/2010 02:55 AM CST
Re: Performing Rituals on 01/07/2010 06:19 AM CST
Re: Performing Rituals on 01/07/2010 06:22 AM CST
Re: Performing Rituals on 01/07/2010 06:39 AM CST
Re: Performing Rituals on 01/07/2010 08:07 PM CST
Re: Performing Rituals on 01/07/2010 08:18 PM CST
Re: Performing Rituals on 01/07/2010 08:23 PM CST
Re: Performing Rituals on 01/07/2010 09:02 PM CST
>>I made scripts for the rituals themselves as well. But in a larger combat script, if you're hunting more than one creature you need to have attempt to harvest each one until you find the dead one. Unless someone knows a way around this, I'd love to know it
if matchre("$roomobjs", "%search1 that appears dead") then put perform %perform on %search1
if matchre("$roomobjs", "%search2 that appears dead") then put perform %perform on %search2
if matchre("$roomobjs", "%search3 that appears dead") then put perform %perform on %search3
if matchre("$roomobjs", "%search4 that appears dead") then put perform %perform on %search4
if matchre("$roomobjs", "%search1 which appears dead") then put perform %perform on %search1
if matchre("$roomobjs", "%search2 which appears dead") then put perform %perform on %search2
if matchre("$roomobjs", "%search3 which appears dead") then put perform %perform on %search3
if matchre("$roomobjs", "%search4 which appears dead") then put perform %perform on %search4
if matchre("$roomobjs", "%search1 that appears dead") then put perform %perform on %search1
if matchre("$roomobjs", "%search2 that appears dead") then put perform %perform on %search2
if matchre("$roomobjs", "%search3 that appears dead") then put perform %perform on %search3
if matchre("$roomobjs", "%search4 that appears dead") then put perform %perform on %search4
if matchre("$roomobjs", "%search1 which appears dead") then put perform %perform on %search1
if matchre("$roomobjs", "%search2 which appears dead") then put perform %perform on %search2
if matchre("$roomobjs", "%search3 which appears dead") then put perform %perform on %search3
if matchre("$roomobjs", "%search4 which appears dead") then put perform %perform on %search4
Re: Performing Rituals on 01/07/2010 09:49 PM CST
Mine's just a simple perform preserve, arrange 4x, perform arise. I certainly have my scripts, don't fully integrate everything.
I know this: if life is illusion, then I am no less an illusion, and being thus, the illusion is real to me. I live, I burn with life, I love, I slay, and am content.
I know this: if life is illusion, then I am no less an illusion, and being thus, the illusion is real to me. I live, I burn with life, I love, I slay, and am content.
Re: Performing Rituals on 01/07/2010 10:26 PM CST
<<Solution? Frostweaver zombie>>
heh. not quite up to killing those. yet. they seem to mirror ones TM/thanatology though, so i find it interesting to take one critter to another critter area and see how they fare. once i progress sufficiently in my studies i shall have to kill a gargoyle with a rat. :-)
If you are going to damn yourself, my child, you might as well do it all the way.
heh. not quite up to killing those. yet. they seem to mirror ones TM/thanatology though, so i find it interesting to take one critter to another critter area and see how they fare. once i progress sufficiently in my studies i shall have to kill a gargoyle with a rat. :-)
If you are going to damn yourself, my child, you might as well do it all the way.