Performing Rituals on 01/07/2010 01:44 AM CST
Links-arrows 1
Reply Reply
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.
Reply Reply
Re: Performing Rituals on 01/07/2010 02:34 AM CST
Links-arrows 3
Reply Reply
let me give you my scripts!

p.cmd
put perform preserve on %1

h.cmd
put perform harvest on %1

c.cmd
put perform consume on %1
Reply Reply
Re: Performing Rituals on 01/07/2010 02:55 AM CST
Links-arrows 4
Reply Reply
Glad I'm not the only one who did this.



SEND[Abasha] It warms my heart to see three people die for a cupcake.
Reply Reply
Re: Performing Rituals on 01/07/2010 06:19 AM CST
Links-arrows 5
Reply Reply
How about making rituals appear like ARRANGE to the third person? I think that makes more sense than appearing like searches cuz regardless of how most people search corpses i'd imagine rituals would involve way more cuts that it would appear closer to something related to skinning.
Reply Reply
Re: Performing Rituals on 01/07/2010 06:22 AM CST
Links-arrows 6
Reply Reply
Lots of stuff you can ritualize that you don't arrange.




SEND[Abasha] It warms my heart to see three people die for a cupcake.
Reply Reply
Re: Performing Rituals on 01/07/2010 06:39 AM CST
Links-arrows 7
Reply Reply
heh, i did this too.







If you are going to damn yourself, my child, you might as well do it all the way.
Reply Reply
Re: Performing Rituals on 01/07/2010 08:07 PM CST
Links-arrows 8
Reply Reply
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
Reply Reply
Re: Performing Rituals on 01/07/2010 08:18 PM CST
Links-arrows 9
Reply Reply
i try to avoid hunting areas with more than one kind of critter unless i'm hunting there for a task or something.

a frostweaver totally destroyed my snowbeast zombie. :-(






If you are going to damn yourself, my child, you might as well do it all the way.
Reply Reply
Re: Performing Rituals on 01/07/2010 08:23 PM CST
Links-arrows 10
Reply Reply
Solution? Frostweaver zombie.



SEND[Abasha] It warms my heart to see three people die for a cupcake.
Reply Reply
Re: Performing Rituals on 01/07/2010 09:02 PM CST
Links-arrows 11
Reply Reply
>>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
Reply Reply
Re: Performing Rituals on 01/07/2010 09:49 PM CST
Links-arrows 12
Reply Reply
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.
Reply Reply
Re: Performing Rituals on 01/07/2010 10:26 PM CST
Links-arrows 13
Reply Reply
<<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.
Reply Reply