Advertisement
kamil2321

Kolorowa nazwa przedmiotów specjalnych

Feb 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Znajdź:
  2. ### Hair Preview Image ###
  3. if self.__IsHair(itemVnum):
  4. self.__AppendHairIcon(itemVnum)
  5.  
  6. Pod spodem dodaj:
  7. ### Kolorowa nazwa przedmiotów specjalnych ###
  8. if 19 == itemVnum or 21 == itemVnum or 22 == itemVnum or 25 == itemVnum or 27 == itemVnum:
  9. if 0 != metinSlot:
  10. self.AppendDescription("Przedmiot Specjalny", None, 0xff68e1ff)
  11.  
  12. Informacja:
  13. Tutaj przedmioty o ID: 19, 21, 22, 25, 27 będą miały te same nazwy przedmiotu jak i ten sam kolor ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement