Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ^artiloan (\w+)$
  2.  
  3. local arti_list = {9054,189068,298073,247229,98268,324299,283817,298055,294256,295352,1724,
  4. 193902,226482,298128,297418,5397,318824,275796,238796,238796,227915,151169,258301,355450,296485}
  5.  
  6. local str = "beckon artifacts"
  7.  
  8. for i =1,#arti_list do
  9. str = str.."|remove "..tostring(arti_list[i]).."|give "..tostring(arti_list[i]).." to "..matches[2]
  10. end
  11.  
  12. queueSet(str,"eqbal")
  13.  
  14.  
  15. ^mloan (\w+)$
  16.  
  17.  
  18. local arti_list = {226482,189068}
  19.  
  20. local str = "beckon artifacts"
  21.  
  22. for i =1,#arti_list do
  23. str = str.."|remove "..tostring(arti_list[i]).."|give "..tostring(arti_list[i]).." to "..matches[2].."|"
  24. end
  25.  
  26. queueSet(str,"eqbal")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement