Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. if itemVnum >= 1110 and itemVnum <= 1178:
  2. kolor = 0x990099
  3. self.AppendTextLine("[Legendarna Broń]", kolor)
  4. elseif itemVnum >= 5110 and itemVnum <= 5178:
  5. kolor = 0x990099
  6. self.AppendTextLine("[Legendarna Zbroja]", kolor)
  7. elseif itemVnum >= 10110 and itemVnum <= 10118:
  8. kolor = 0x990099
  9. self.AppendTextLine("[Legendarna Tarcza]", kolor)
  10. elseif itemVnum >= 11110 and itemVnum <= 11118:
  11. kolor = 0x990099
  12. self.AppendTextLine("[Legendarny Hełm]", kolor)
  13. elseif itemVnum >= 12110 and itemVnum <= 12118:
  14. kolor = 0x990099
  15. self.AppendTextLine("[Legendarne Buty]", kolor)
  16. elseif itemVnum >= 13110 and itemVnum <= 13118:
  17. kolor = 0x990099
  18. self.AppendTextLine("[Legendarne Kolczyki]", kolor)
  19. elseif itemVnum >= 14110 and itemVnum <= 14118:
  20. kolor = 0x990099
  21. self.AppendTextLine("[Legendarny Naszyjnik]", kolor)
  22. elseif itemVnum >= 15110 and itemVnum <= 15118:
  23. kolor = 0x990099
  24. self.AppendTextLine("[Legendarna Bransoletka]", kolor)
  25. elseif itemVnum >= 20401 and itemVnum <= 20414:
  26. kolor = 0x990099
  27. self.AppendTextLine("[Legendarny Kamień]", kolor)
  28. elseif itemVnum >= 21501 and itemVnum <= 21543:
  29. kolor = 0xFF9900
  30. self.AppendTextLine("[Wzmocnienie EXP]", kolor)
  31. elseif itemVnum >= 21551 and itemVnum <= 21593:
  32. kolor = 0x999933
  33. self.AppendTextLine("[Wzmocnienie PVP]", kolor)
  34. elseif itemVnum >= 22001 and itemVnum <= 23072:
  35. kolor = 0xFFCC33
  36. self.AppendTextLine("[Ulepszacz]", kolor)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement