Guest User

Untitled

a guest
Jul 18th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 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>razer (2)</name>
  7. <script></script>
  8. <triggerType>0</triggerType>
  9. <conditonLineDelta>0</conditonLineDelta>
  10. <mStayOpen>0</mStayOpen>
  11. <mCommand></mCommand>
  12. <packageName>razer (2)</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>rebounding_up</name>
  22. <script>local target_check = string.lower(matches[2])
  23.  
  24. if string.find(target_check, tar) then
  25. pk_razerebounding = true
  26. end</script>
  27. <triggerType>0</triggerType>
  28. <conditonLineDelta>0</conditonLineDelta>
  29. <mStayOpen>0</mStayOpen>
  30. <mCommand></mCommand>
  31. <packageName></packageName>
  32. <mFgColor>#ff0000</mFgColor>
  33. <mBgColor>#ffff00</mBgColor>
  34. <mSoundFile></mSoundFile>
  35. <colorTriggerFgColor>#000000</colorTriggerFgColor>
  36. <colorTriggerBgColor>#000000</colorTriggerBgColor>
  37. <regexCodeList>
  38. <string>^You suddenly perceive the vague outline of an aura of rebounding around (\w+)\.$</string>
  39. </regexCodeList>
  40. <regexCodePropertyList>
  41. <integer>1</integer>
  42. </regexCodePropertyList>
  43. </Trigger>
  44. <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  45. <name>rebounding_hit</name>
  46. <script>pk_razerebounding = true</script>
  47. <triggerType>0</triggerType>
  48. <conditonLineDelta>0</conditonLineDelta>
  49. <mStayOpen>0</mStayOpen>
  50. <mCommand></mCommand>
  51. <packageName></packageName>
  52. <mFgColor>#ff0000</mFgColor>
  53. <mBgColor>#ffff00</mBgColor>
  54. <mSoundFile></mSoundFile>
  55. <colorTriggerFgColor>#000000</colorTriggerFgColor>
  56. <colorTriggerBgColor>#000000</colorTriggerBgColor>
  57. <regexCodeList>
  58. <string>^.+, but your \w+ hits (?:his|her) powerful aura and rebounds back into you\.</string>
  59. </regexCodeList>
  60. <regexCodePropertyList>
  61. <integer>1</integer>
  62. </regexCodePropertyList>
  63. </Trigger>
  64. <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  65. <name>rebounding_down</name>
  66. <script>local target_check = string.lower(matches[2])
  67. if string.find(target_check, tar) then
  68. pk_razerebounding = false
  69. pk_razeshield = false
  70. end</script>
  71. <triggerType>0</triggerType>
  72. <conditonLineDelta>0</conditonLineDelta>
  73. <mStayOpen>0</mStayOpen>
  74. <mCommand></mCommand>
  75. <packageName></packageName>
  76. <mFgColor>#ff0000</mFgColor>
  77. <mBgColor>#ffff00</mBgColor>
  78. <mSoundFile></mSoundFile>
  79. <colorTriggerFgColor>#000000</colorTriggerFgColor>
  80. <colorTriggerBgColor>#000000</colorTriggerBgColor>
  81. <regexCodeList>
  82. <string>^(\w+)'s aura of weapons rebounding disappears\.$</string>
  83. <string>^You whip .+ through the air in front of (\w+), to no effect\.$</string>
  84. <string>^You raze (\w+)'s aura of rebounding with .+\.$</string>
  85. </regexCodeList>
  86. <regexCodePropertyList>
  87. <integer>1</integer>
  88. <integer>1</integer>
  89. <integer>1</integer>
  90. </regexCodePropertyList>
  91. </Trigger>
  92. <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  93. <name>shield_up</name>
  94. <script>local target_check = string.lower(matches[2])
  95. if string.find(target_check, tar) then
  96. pk_razeshield = true
  97. end
  98. </script>
  99. <triggerType>0</triggerType>
  100. <conditonLineDelta>0</conditonLineDelta>
  101. <mStayOpen>0</mStayOpen>
  102. <mCommand></mCommand>
  103. <packageName></packageName>
  104. <mFgColor>#ff0000</mFgColor>
  105. <mBgColor>#ffff00</mBgColor>
  106. <mSoundFile></mSoundFile>
  107. <colorTriggerFgColor>#000000</colorTriggerFgColor>
  108. <colorTriggerBgColor>#000000</colorTriggerBgColor>
  109. <regexCodeList>
  110. <string>^(\w+) mutters and traces a cobalt blue pentagram in the air that remains hovering before (?:him|her)\.$</string>
  111. <string>^Spreading (?:his|her) arms wide, (\w+) spins clockwise and a shimmering white orb springs up around (?:him|her)\.$</string>
  112. <string>^(\w+) sprinkles a circle of salt around (?:him|her)self, and a shimmering white orb springs up around (?:him|her)\.$</string>
  113. <string>^A soft moan rises up from the ground as a shadowy bubble forms around (\w+)\.$</string>
  114. <string>^A dizzying beam of energy strikes you as your attack rebounds off (.+)\.$</string>
  115. </regexCodeList>
  116. <regexCodePropertyList>
  117. <integer>1</integer>
  118. <integer>1</integer>
  119. <integer>1</integer>
  120. <integer>1</integer>
  121. <integer>1</integer>
  122. </regexCodePropertyList>
  123. </Trigger>
  124. <Trigger isActive="yes" isFolder="no" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
  125. <name>shield_down</name>
  126. <script>local target_check = string.lower(matches[2])
  127. if string.find(target_check, tar) then
  128. pk_razeshield = false
  129. end</script>
  130. <triggerType>0</triggerType>
  131. <conditonLineDelta>0</conditonLineDelta>
  132. <mStayOpen>0</mStayOpen>
  133. <mCommand></mCommand>
  134. <packageName></packageName>
  135. <mFgColor>#ff0000</mFgColor>
  136. <mBgColor>#ffff00</mBgColor>
  137. <mSoundFile></mSoundFile>
  138. <colorTriggerFgColor>#000000</colorTriggerFgColor>
  139. <colorTriggerBgColor>#000000</colorTriggerBgColor>
  140. <regexCodeList>
  141. <string>^You raze (\w+)'s magical shield with .+\.$</string>
  142. <string>^You whip .+ through the air in front of (\w+), to no effect\.$</string>
  143. </regexCodeList>
  144. <regexCodePropertyList>
  145. <integer>1</integer>
  146. <integer>1</integer>
  147. </regexCodePropertyList>
  148. </Trigger>
  149. </TriggerGroup>
  150. </TriggerPackage>
  151. </MudletPackage>
Advertisement
Add Comment
Please, Sign In to add comment