<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://govbanned.info/index.php?action=history&amp;feed=atom&amp;title=Zmud_Quick_Rescue</id>
	<title>Zmud Quick Rescue - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://govbanned.info/index.php?action=history&amp;feed=atom&amp;title=Zmud_Quick_Rescue"/>
	<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Zmud_Quick_Rescue&amp;action=history"/>
	<updated>2026-04-04T15:55:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://govbanned.info/index.php?title=Zmud_Quick_Rescue&amp;diff=40810&amp;oldid=prev</id>
		<title>Rhodry: Created page with 'This is the Quick rescue set of triggers from the amezyarak site, added as the site is now defunct.  Type Group and it will add all groupies to a list. When a groupie gets hit a …'</title>
		<link rel="alternate" type="text/html" href="http://govbanned.info/index.php?title=Zmud_Quick_Rescue&amp;diff=40810&amp;oldid=prev"/>
		<updated>2010-09-10T12:47:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;This is the Quick rescue set of triggers from the amezyarak site, added as the site is now defunct.  Type Group and it will add all groupies to a list. When a groupie gets hit a …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the Quick rescue set of triggers from the amezyarak site, added as the site is now defunct.&lt;br /&gt;
&lt;br /&gt;
Type Group and it will add all groupies to a list. When a groupie gets hit a message will appear saying they need need rescuing nand you press F12 to rescue them.&lt;br /&gt;
&lt;br /&gt;
Limitations:&lt;br /&gt;
*It assumes whoever you are following is the tank and will not highlight him for rescuing, a problem when someone is holding the group or for lord groups.&lt;br /&gt;
*When you press F12 it will rescue whoever got hit last, so if the 5000hp min bzk got hit last you will rescue them rather than the 500hp spr sor.&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
''Copy this section and paste it into a *.txt file. Then, in zMUD, go to &amp;quot;Settings -&amp;gt; File -&amp;gt; Import Text&amp;quot; and select the file you saved to:''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#CLASS {quickrescue}&lt;br /&gt;
#VAR groupmem {}&lt;br /&gt;
#TRIGGER {(%*) attack[s ]strike[s ]({@groupmem})} {&lt;br /&gt;
  #if %ismember( %2, %char|@tank) {#no} {&lt;br /&gt;
    #var quick_rescue %2&lt;br /&gt;
    #echo %2 needs a rescue! ~&amp;lt;F-12&amp;gt; to rescue.&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
#TRIGGER {(%*) attacks haven't hurt ({@groupmem})} {&lt;br /&gt;
  #if %ismember( %2, %char|@tank) {#no} {&lt;br /&gt;
    #var quick_rescue %2&lt;br /&gt;
    #echo %2 needs a rescue! ~&amp;lt;F-12&amp;gt; to rescue.&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
#TRIGGER {You join (%w)'s group.} {#var tank %1}&lt;br /&gt;
#TRIGGER {'s group:} {#var groupmem &amp;quot;&amp;quot;}&lt;br /&gt;
#TRIGGER {[[ ](%d) (%w)[ ~]] (%w)(%s)(%d)[/ ](%d) hp(%s)(%d)[/ ](%d) mana(%s)(%d)[/ ](%d) mv} {#var groupmem %additem( %lower( %3), @groupmem)}&lt;br /&gt;
#TRIGGER {[[ ](%d) (%w)](%w)(%s)(%w)(%s)(%d)/(%d)(%s)(%d)/(%d)(%s)(%d)/(%d)} {#var groupmem %additem( %3, @groupmem)}&lt;br /&gt;
#TRIGGER {(%d)[| ](%d)(%s)(%w)(%s)(%w)(%s)(%w)(%s)(%d)/(%d)(%s)(%d)/(%d)(%s)(%d)/(%d)(%s)(%d) } {#var groupmem %additem( %lower( %6), @groupmem)}&lt;br /&gt;
#KEY F12 {rescue @quick_rescue}&lt;br /&gt;
#CLASS 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Designer comments ==&lt;br /&gt;
&lt;br /&gt;
All the credits for this trigger set go to amezyarak. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Zmud Scripting]]&lt;/div&gt;</summary>
		<author><name>Rhodry</name></author>
		
	</entry>
</feed>