Unknown2006-01-27 18:02:42
So I'm trying to puzzle out how to re-setup my resurgem triggers, and so far I'm thinking something along the times of this might work:
^(%w) was * by *
^(%w) has * by *
^(%w)'s * of *
all triggering:
Moondance resurgem %1
Would the 's part be a problem though? I don't have much experiance working with that charactor.
Edit:This is all on Zmud by the way.
^(%w) was * by *
^(%w) has * by *
^(%w)'s * of *
all triggering:
Moondance resurgem %1
Would the 's part be a problem though? I don't have much experiance working with that charactor.
Edit:This is all on Zmud by the way.
Daganev2006-01-27 20:11:22
SHould work.. go kill people and test it! (so Narsrim can yell at you)
ferlas2006-01-29 06:14:57
Would you want to make a list of people you want to resurgem instead of just atempting to resurge everyone to cut down on the spam?
Murphy2006-01-29 07:30:08
why not just do it manually? trigger would be ^%1 was %2 by %3.
Then the trigger should read #IF (@autorezz = 1) {resurgem %1
#SA ATTEMPTING-RESURGEM
#CO 202}
then you make aliases like rezzon and rezzof, which go
@autorezz = 1
#SA AUTOREZZING-IS-ACTIVE
#co 202
For rezzoff go
@autorezz = 0
#SA AUTOREZZING-IS-OFF
#CO 202
That should pretty much do the trick, just tweak it to your own wishes and experiment with the colour numbers to come up with cool ones. I like 202 because it is very visible and clear.
Then the trigger should read #IF (@autorezz = 1) {resurgem %1
#SA ATTEMPTING-RESURGEM
#CO 202}
then you make aliases like rezzon and rezzof, which go
@autorezz = 1
#SA AUTOREZZING-IS-ACTIVE
#co 202
For rezzoff go
@autorezz = 0
#SA AUTOREZZING-IS-OFF
#CO 202
That should pretty much do the trick, just tweak it to your own wishes and experiment with the colour numbers to come up with cool ones. I like 202 because it is very visible and clear.
Soll2006-01-29 17:18:29
#SA AUTOREZZING-IS-OFF
#CO 202
=
#SA %ansi(202)AUTOREZZING-IS-OFF
#CO 202
=
#SA %ansi(202)AUTOREZZING-IS-OFF
Unknown2006-01-30 15:29:13
what would be the easiest way to create a list of people to auto-resurgem? i thought about capturing it from gwho and cwho, and comparing to a list of people who don't need it, which sounds like the best option for now but would take a pretty good bit of work. I could set it up manually, but that would be equally long and even more tedius. gmembers wouldn't work, because it's too hard to parse out just the person's name and not their title.
Anyone have any other suggestions?
Anyone have any other suggestions?
Gwylifar2006-01-30 16:02:43
Here's a way to load names from enemy lists, in case you want to go the opposite way.