Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.48 KB | None | 0 0
  1. ^d([a-z])([a-z]?)$
  2.  
  3. if matches[3] ~= "t" and matches[3] ~= "f" then
  4.  
  5.   if gmcp.Char.Status.class == "Serpent" then
  6.  
  7.   local venom = {
  8.  
  9.   a = "Aconite",
  10.   b = "Digitalis",
  11.   c = "Curare",
  12.   d = "Delphinium",
  13.   e = "Eurypteria",
  14.   g = "Gecko",
  15.   h = "Selarnia",
  16.   i = "Epseth",
  17.   k = "Kalmia",
  18.   l = "Larkspur",
  19.   m = "Monkshood",
  20.   n = "Selarnia",
  21.   o = "Voyria",
  22.   p = "Prefarar",
  23.   r = "Darkshade",
  24.   s = "Slike",
  25.   u = "Euphorbia",
  26.   v = "Vernalius",
  27.   x = "Xentio",
  28.   z = "Vardrax",
  29.    
  30.   }
  31.  
  32.   ven1 = venom[matches[2]]
  33.   ven2 = venom[matches[3]]
  34.  
  35.     if sys.retard then
  36.       send("dstab " ..target.. " " ..ven1.. " " ..ven2)
  37.     end
  38.  
  39.     if ven1 == "Curare" then
  40.       if not tarShield and not tarReb and not sys.retard and not Aff.paralysis then
  41.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 dirk114081/dispel &tar/dstab &tar " ..ven2.. " " ..ven1..";queue add eqbal x1")
  42.       elseif tarShield and not tarReb and not sys.retard and not Aff.paralysis and not illusion then
  43.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar shield " ..flay.. ";queue add eqbal x1")
  44.       elseif tarReb and not tarShield and not sys.retard and not Aff.paralysis and not illusion then
  45.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar rebounding " ..flay.. ";queue add eqbal x1")
  46.       elseif tarReb and tarShield and not sys.retard and not Aff.paralysis and not illusion then
  47.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar shield " ..flay.. ";queue add eqbal x1")
  48.       end
  49.     else
  50.         if not tarShield and not tarReb and not sys.retard and not Aff.paralysis then
  51.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 dirk114081/dispel &tar/dstab &tar " ..ven1.. " " ..ven2..";queue add eqbal x1")
  52.       elseif tarShield and not tarReb and not sys.retard and not Aff.paralysis and not illusion then
  53.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar shield " ..flay.. ";queue add eqbal x1")
  54.       elseif tarReb and not tarShield and not sys.retard and not Aff.paralysis and not illusion then
  55.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar rebounding " ..flay.. ";queue add eqbal x1")
  56.       elseif tarReb and tarShield and not sys.retard and not Aff.paralysis and not illusion then
  57.         send("cq all;clearalias x1;setalias x1 stand/order loyals kill &tar/" ..getMount().. "/" ..parryLimb().. "/purge/" ..shruggingHandle().. "/wipe dirk/wield shield281925 whip462506/dispel &tar/flay &tar shield " ..flay.. ";queue add eqbal x1")
  58.       end
  59.     end
  60.   end
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement