Advertisement
Fabianegg

SI Item text

Apr 8th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. (function(_l) {
  2. lootboxItem = function(i) {
  3. _l(i);
  4. if (/legendary/.test(i.stat)) {
  5. chatSend("/k Jak dzidy pragnę, tożto " + i.name + " [PRZEDMIOT LEGENDARNY!]");
  6. } else if (/heroic/.test(i.stat)) {
  7. message("");
  8. } else if (i.stat.indexOf('heroic') > -1 && x.cl == 15) {
  9. chatSend("/k Jak dzidy pragnę, kamyk!");
  10. }
  11. };
  12. })(lootboxItem);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement