Rapscallion rescue trigger

Scripts and support for your favorite MUD client.
mangam
Sojourner
Posts: 3
Joined: Tue Mar 07, 2006 7:05 pm

Rapscallion rescue trigger

Postby mangam » Tue Mar 07, 2006 7:06 pm

Anyone know of a script for rescue on rapscallion Ive yet to create a successful one. Thanks.

Mangam
Xisiqomelir
Sojourner
Posts: 870
Joined: Sun Aug 25, 2002 5:01 am
Location: Ixarkon
Contact:

Re: Rapscallion rescue trigger

Postby Xisiqomelir » Fri Mar 10, 2006 12:56 am

zomg a raps user!

To make a rescue trigger in Rapscallion, you'll need a variable, a couple of triggers, and some aliases.

First make a variable of the type "Set". This will be your rescuelist.

Image

Then make some aliases for manipulating the rescuelist. At the bare minimum, have one for adding people one-at-a-time, and one for removing them one-at-a-time.

The syntax for the adding alias is:

Code: Select all

@@put %1 into variable Rescuelist


Image

and for the removing alias:

Code: Select all

@@remove %1 from variable Rescuelist


Image

One last alias, the one that attempts to rescue the whole rescuelist.

Code: Select all

rescue $$Rescuelist


Image

The "$$" is important. I also recommend that you make it a one-key alias so you can do it manually if you have to.

Finally, you'll need the triggers so you can zone afk!

I use 2 triggers, one that sets off the rescue alias on switches

Image

and another that sets it off on failed rescues.

Image

For both of these triggers, set the script to whatever your rescue alias is.

Image

Now, create your rescuelist with the add command, and whenever there's a switch or you fail a rescue, you'll try and rescue your whole list. You can alternatively build a look-based trigger that rescues specifically those people who are fighting, but I personally don't care for them because of look lag.
Thus spake Shevarash: "Invokers are not going to be removed"

Gura: ..btw, being a dick is my god given right as an evil.
mangam
Sojourner
Posts: 3
Joined: Tue Mar 07, 2006 7:05 pm

Postby mangam » Fri Mar 10, 2006 2:25 am

I HAVE BEEN MUDDING FOR THIRTEEN YEARS AND HAVE NEVER KNOWN HOW TO MAKE A RESCUE TRIGGER on rapscallion THANK GOD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Mangam
Hali
Sojourner
Posts: 22
Joined: Tue Apr 26, 2005 5:34 pm
Location: california

Postby Hali » Fri Mar 10, 2006 5:34 am

Rapscillon is nice, however it is not as fast (lagless) as tintin. I get lag using Raps. maybe it cuz it has to run under Mac OS 9?
Xisiqomelir
Sojourner
Posts: 870
Joined: Sun Aug 25, 2002 5:01 am
Location: Ixarkon
Contact:

Postby Xisiqomelir » Fri Mar 10, 2006 5:52 am

Hali wrote:Rapscillon is nice, however it is not as fast (lagless) as tintin. I get lag using Raps. maybe it cuz it has to run under Mac OS 9?


Well, if you have OS X, don't use the old versions! Download the Carbonized build from here.
Thus spake Shevarash: "Invokers are not going to be removed"



Gura: ..btw, being a dick is my god given right as an evil.
Xisiqomelir
Sojourner
Posts: 870
Joined: Sun Aug 25, 2002 5:01 am
Location: Ixarkon
Contact:

Postby Xisiqomelir » Tue Mar 28, 2006 7:58 pm

Simple look-based trigger, since peeps have been asking:

-Keep the "set variable" rescuelist
-Keep the add and rem aliases

-Trigger "look" off switches ("%s switches targets")
-Trigger "look" off failed rescues ("You fail the rescue")

-Trigger "rescue %2 if %2 is in variable rescuelist" off fighting ("%s fighting %w\.")
-Trigger "rescue %1 if %1 is in variable rescuelist" off tanking ("^< T: %w
")
Thus spake Shevarash: "Invokers are not going to be removed"



Gura: ..btw, being a dick is my god given right as an evil.
Xisiqomelir
Sojourner
Posts: 870
Joined: Sun Aug 25, 2002 5:01 am
Location: Ixarkon
Contact:

Postby Xisiqomelir » Thu Apr 13, 2006 5:08 am

Autorescuelist creator, to save from the pain of manually entering every rescuee (very handy for tanking Tia!):

-Make a variable of the type set, name it "Tankclasses" or something, and put "War", "Pal" and "A-P" in it.

-Make a trigger that catches:

Code: Select all

\[%n %w\] %w %s


and does

Code: Select all

@@put %3 into variable RESCUELISTNAME


conditionally if %2 is not in Tankclasses

IMPORTANT:

DISABLE lowercase fields.

-Make an alias which has this script:

Code: Select all

@@turn on trigger TRIGGERNAME
who ingroup sort
@@wait for 3 seconds
@@turn off trigger TRIGGERNAME


If all goes well, then when you type you alias in it will generate your rescuelist for you.

Anon people in group can be added manually. (or you could leave them off rescues :D )
Thus spake Shevarash: "Invokers are not going to be removed"



Gura: ..btw, being a dick is my god given right as an evil.

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 4 guests