Advertisement
Guest User

Mudlet Empath Triggers

a guest
Dec 9th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE MudletPackage>
  3. <MudletPackage version="1.0">
  4.     <TriggerPackage>
  5.         <TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  6.             <name>empath</name>
  7.             <script></script>
  8.             <triggerType>0</triggerType>
  9.             <conditonLineDelta>99</conditonLineDelta>
  10.             <mStayOpen>0</mStayOpen>
  11.             <mCommand></mCommand>
  12.             <packageName></packageName>
  13.             <mFgColor>#ff0000</mFgColor>
  14.             <mBgColor>#ffff00</mBgColor>
  15.             <mSoundFile></mSoundFile>
  16.             <colorTriggerFgColor>#000000</colorTriggerFgColor>
  17.             <colorTriggerBgColor>#000000</colorTriggerBgColor>
  18.             <regexCodeList/>
  19.             <regexCodePropertyList/>
  20.             <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  21.                 <name>repair hull damage</name>
  22.                 <script>send(&quot;grid repair hull&quot;)
  23.  
  24. </script>
  25.                 <triggerType>0</triggerType>
  26.                 <conditonLineDelta>99</conditonLineDelta>
  27.                 <mStayOpen>0</mStayOpen>
  28.                 <mCommand></mCommand>
  29.                 <packageName></packageName>
  30.                 <mFgColor>#ff0000</mFgColor>
  31.                 <mBgColor>#ffff00</mBgColor>
  32.                 <mSoundFile></mSoundFile>
  33.                 <colorTriggerFgColor>#000000</colorTriggerFgColor>
  34.                 <colorTriggerBgColor>#000000</colorTriggerBgColor>
  35.                 <regexCodeList>
  36.                     <string>Upon impact, the aethership shudders and screeches in pain as a concussive shock rips through the hull.$</string>
  37.                     <string>reels as (\w+\s)*shreds deep rends through her hull.$</string>
  38.                     <string>shudders and shakes as (\w+\s)*swiftly shears through her hull.$</string>
  39.                     <string>Upon impact, the aethership shudders and screeches in pain as a concussive shock rips through the hull.$</string>
  40.                 </regexCodeList>
  41.                 <regexCodePropertyList>
  42.                     <integer>1</integer>
  43.                     <integer>1</integer>
  44.                     <integer>1</integer>
  45.                     <integer>1</integer>
  46.                 </regexCodePropertyList>
  47.             </Trigger>
  48.             <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  49.                 <name>slivven check</name>
  50.                 <script>if matches[6] then
  51.     send(&quot;shipt Slivven at &quot;..matches[2]..&quot; with &quot;..matches[6])
  52. else
  53.     send(&quot;shipt Slivven at &quot;..matches[2])
  54. end</script>
  55.                 <triggerType>0</triggerType>
  56.                 <conditonLineDelta>99</conditonLineDelta>
  57.                 <mStayOpen>0</mStayOpen>
  58.                 <mCommand></mCommand>
  59.                 <packageName></packageName>
  60.                 <mFgColor>#ff0000</mFgColor>
  61.                 <mBgColor>#ffff00</mBgColor>
  62.                 <mSoundFile></mSoundFile>
  63.                 <colorTriggerFgColor>#000000</colorTriggerFgColor>
  64.                 <colorTriggerBgColor>#000000</colorTriggerBgColor>
  65.                 <regexCodeList>
  66.                     <string>^&quot;(\w+)&quot;\s+(\w+\s)*\s*(\d+)% / (\w+) damage \[(\w+)\]\s+PARASITE!$</string>
  67.                     <string>^&quot;(\w+)&quot;\s+(\w+\s)*\s*(\d+)% / (\w+) damage PARASITE!$</string>
  68.                 </regexCodeList>
  69.                 <regexCodePropertyList>
  70.                     <integer>1</integer>
  71.                     <integer>1</integer>
  72.                 </regexCodePropertyList>
  73.             </Trigger>
  74.             <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  75.                 <name>check call</name>
  76.                 <script>send(&quot;grid modules&quot;)</script>
  77.                 <triggerType>0</triggerType>
  78.                 <conditonLineDelta>0</conditonLineDelta>
  79.                 <mStayOpen>0</mStayOpen>
  80.                 <mCommand></mCommand>
  81.                 <packageName></packageName>
  82.                 <mFgColor>#ff0000</mFgColor>
  83.                 <mBgColor>#ffff00</mBgColor>
  84.                 <mSoundFile></mSoundFile>
  85.                 <colorTriggerFgColor>#000000</colorTriggerFgColor>
  86.                 <colorTriggerBgColor>#000000</colorTriggerBgColor>
  87.                 <regexCodeList>
  88.                     <string>^(Ship): (\w+) says, &quot;Check.&quot;</string>
  89.                 </regexCodeList>
  90.                 <regexCodePropertyList>
  91.                     <integer>1</integer>
  92.                 </regexCodePropertyList>
  93.             </Trigger>
  94.         </TriggerGroup>
  95.     </TriggerPackage>
  96. </MudletPackage>
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement