mavzermete 1
mavzermete
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Hikaye Ekle

uiscript.eix > shopdialog.py DOSYASI ACİL LAZIM

  • Konuyu başlatan Konuyu başlatan alpay06
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 1
  • Görüntüleme Görüntüleme 742

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

ARKADAŞLAR SERVERİME NPC BÜYÜLTME EKLİYECEĞİM VE EDİTLEMEK İÇİN GİRDİĞİMDE shopdialog.py AÇIP BAKTIĞIMDA HİÇBİŞEY YAZMIYOR BOMBOŞ. BANA BİRİ GÖNDERE BİLİR Mİ RİCA ETSEM İÇİ DOLU OLANI .
 
PHP:
import uiScriptLocale
window = {	"name" : "ShopDialog",
	"x" : SCREEN_WIDTH - 400,	"y" : 10,
	"style" : ("movable", "float",),
	"width" : 184,	"height" : 328,
	"children" :	(		{			"name" : "board",			"type" : "board",			"style" : ("attach",),
			"x" : 0,			"y" : 0,
			"width" : 184,			"height" : 328,
			"children" :			(				## Title				{					"name" : "TitleBar",					"type" : "titlebar",					"style" : ("attach",),
					"x" : 8,					"y" : 8,
					"width" : 169,					"color" : "gray",
					"children" :					(						{ "name":"TitleName", "type":"text", "x":84, "y":4, "text":uiScriptLocale.SHOP_TITLE, "text_horizontal_align":"center" },					),				},
				## Item Slot				{					"name" : "ItemSlot",					"type" : "grid_table",
					"x" : 12,					"y" : 34,
					"start_index" : 0,					"x_count" : 5,					"y_count" : 8,					"x_step" : 32,					"y_step" : 32,
					"image" : "d:/ymir work/ui/public/Slot_Base.sub",				},
				## Buy				{					"name" : "BuyButton",					"type" : "toggle_button",
					"x" : 21,					"y" : 295,
					"width" : 61,					"height" : 21,
					"text" : uiScriptLocale.SHOP_BUY,
					"default_image" : "d:/ymir work/ui/public/middle_button_01.sub",					"over_image" : "d:/ymir work/ui/public/middle_button_02.sub",					"down_image" : "d:/ymir work/ui/public/middle_button_03.sub",				},
				## Sell				{					"name" : "SellButton",					"type" : "toggle_button",
					"x" : 104,					"y" : 295,
					"width" : 61,					"height" : 21,
					"text" : uiScriptLocale.SHOP_SELL,
					"default_image" : "d:/ymir work/ui/public/middle_button_01.sub",					"over_image" : "d:/ymir work/ui/public/middle_button_02.sub",					"down_image" : "d:/ymir work/ui/public/middle_button_03.sub",				},
				## Close				{					"name" : "CloseButton",					"type" : "button",
					"x" : 0,					"y" : 295,
					"horizontal_align" : "center",
					"text" : uiScriptLocale.PRIVATE_SHOP_CLOSE_BUTTON,
					"default_image" : "d:/ymir work/ui/public/large_button_01.sub",					"over_image" : "d:/ymir work/ui/public/large_button_02.sub",					"down_image" : "d:/ymir work/ui/public/large_button_03.sub",				},




			),		},	),}
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst