Quantcast
Channel: MMO Tutkunları
Viewing all articles
Browse latest Browse all 19397

Artı Basmada İtem Sayısı Gösterme

$
0
0
Arat root > uirefine.py
Kod (Python):
  1. textLine = ui.TextLine()
Bloğu değiştir:
Kod (Python):
  1.         textLine = ui.TextLine()
  2.         textLine.SetParent(thinBoard)
  3.         textLine.SetFontName(localeInfo.UI_DEF_FONT)
  4.         have_count = player.GetItemCountByVnum(vnum)
  5.         if have_count < count:
  6.             textLine.SetFontColor(1.0, 0.0, 0.0)
  7.         else:
  8.             textLine.SetFontColor(0.0, 1.0, 0.0)
  9.         textLine.SetText("%s x %02d / %02d" % (item.GetItemName(), count,...
Linkleri Görebilmek İçin Üye Olmanız Gerekmektedir. Üye Olmak İçin Tıklayınız...

Viewing all articles
Browse latest Browse all 19397