Shiri2005-02-27 15:18:57
Okay, I know a while back Auseklis said that what I'm about to suggest is how it should be, but...it ain't. So I'm just bringing it up in case it got missed or something.
When I, say, order a willowisp to summon someone, I want it to order MY willowisp to summon someone. Not Selthar's, not Narsrim's, not Dumihru's, MY willowisp.
And when I mount a broom, I want to mount MY broom. Not Vix's, not Karali's, not Brylle's, MY broom.
And I bet the Celestines want to infuse their OWN angels with stuffs. Now, it's easy to just find the number and keep track of it (if you're on ZMUD or something mechanically, if you're not, manually), but it's just a minor irritating. And it's a fix, according to Auseklis. So if it's a fix, that means it's not something completely new, right? So it can't take that much time to code? *hope*
Also I want my !2.
When I, say, order a willowisp to summon someone, I want it to order MY willowisp to summon someone. Not Selthar's, not Narsrim's, not Dumihru's, MY willowisp.
And when I mount a broom, I want to mount MY broom. Not Vix's, not Karali's, not Brylle's, MY broom.
And I bet the Celestines want to infuse their OWN angels with stuffs. Now, it's easy to just find the number and keep track of it (if you're on ZMUD or something mechanically, if you're not, manually), but it's just a minor irritating. And it's a fix, according to Auseklis. So if it's a fix, that means it's not something completely new, right? So it can't take that much time to code? *hope*
Also I want my !2.
Malicia2005-02-27 16:25:31
Just use the numbers, Nejii.
Shiri2005-02-27 16:29:03
I'm Shiri.
And yeah, I know, but it's irritating anyway.
sum (order willowisp summon &t)
A willowisp will not follow your orders.
*sigh*
*IH*
*order 66984 summon Silvanus*
A vast monolithic force resists your attempt to summon Silvanus. (Or whatever.)
Yeah, but it's supposed to work like "MY" anyway. Auseklis said so. *nod me*
And yeah, I know, but it's irritating anyway.
sum (order willowisp summon &t)
A willowisp will not follow your orders.
*sigh*
*IH*
*order 66984 summon Silvanus*
A vast monolithic force resists your attempt to summon Silvanus. (Or whatever.)
Yeah, but it's supposed to work like "MY" anyway. Auseklis said so. *nod me*
Gwylifar2005-02-27 18:06:15
Adding MY would be nice, but until then, just work out a system to identify your own fae when you're in a room with no one's but yours, and then order by that. I helped Brylle get one of those working based on one I'd done as a Sentinel in Aetolia.
Narsrim2005-02-27 18:09:23
I do this:
When I check "ent," I have a trigger to record the # of my pigwidgeon and willowisp to differen variables. When I type wisp, it executes: order @willowisp summon @target where @willowisp is the # recorded. When I set my Fae to attack, it orders entourage to kill @target AND order @pigwidgeon follow @target.
When I check "ent," I have a trigger to record the # of my pigwidgeon and willowisp to differen variables. When I type wisp, it executes: order @willowisp summon @target where @willowisp is the # recorded. When I set my Fae to attack, it orders entourage to kill @target AND order @pigwidgeon follow @target.
Shiri2005-02-27 18:09:42
That's what I've been really having to do, but it's manual, since I'm on JAVA. Anyway.
EDIT: Response to Gwylifar, that was. Nars ninja'd me.
EDIT: Response to Gwylifar, that was. Nars ninja'd me.
Gwylifar2005-02-28 00:31:10
Ah, well, Java. Nevermind, then.
The one I did and Brylle uses doesn't go off ENT, it goes off IH, since IH's format is more consistent. It catches all the loyals. Also lets you do things like "target a pigwidgeon but not mine" which was useful in the time of the tainted fae (and could be in intraguild sparring, or in case someday there's a rogue or the Glomdoring folks have unseelie with the same names as the wiccan fae).
The one I did and Brylle uses doesn't go off ENT, it goes off IH, since IH's format is more consistent. It catches all the loyals. Also lets you do things like "target a pigwidgeon but not mine" which was useful in the time of the tainted fae (and could be in intraguild sparring, or in case someday there's a rogue or the Glomdoring folks have unseelie with the same names as the wiccan fae).
Drago2005-02-28 00:35:31
Wouldn't ORDER ENTOURAGE SUMMON SILVANUS work as well?
Shiri2005-02-28 00:38:56
Er...I don't THINK so. I seem to recall trying it and it not working, but I might just be imagining it.