Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
konuyu güncelledimSistem videosunda tam görünüyor fakat paylaşılan dosyada bir çok eksik var sistem çalışmıyor.
teşekkürler. İşteyim akşam deneyip haber vereceğim.konuyu güncelledim
[CODE title="game.py"]Arat
def __ServerCommand_Build(self):
serverCommandList={
} ÜSTÜNE EKLE
"addAutoSellInfo" : self.interface.wndAutoSell.AddItem,
"autosell_status" : self.interface.wndAutoSell.SetMod,[/CODE]
def __ServerCommand_Build(self):
serverCommandList={
} ÜSTÜNE EKLE
"addAutoSellInfo" : self.interface.wndAutoSell.AddItem,
"autosell_status" : self.interface.wndAutoSell.SetMod,[/CODE]
Python:
import uiScriptLocale
LOCALE_PATH = uiScriptLocale.WINDOWS_PATH
WINDOW_WIDTH = 200
WINDOW_HEIGHT = 350
x_center = (SCREEN_WIDTH - WINDOW_WIDTH) // 2
y_center = (SCREEN_HEIGHT - WINDOW_HEIGHT) // 2
window = {
"name": "AutoSellWindow",
"x": x_center,
"y": y_center,
"width": WINDOW_WIDTH,
"height": WINDOW_HEIGHT,
"style": ("movable", "float"),
"children": (
{
"name": "Board",
"type": "board_with_titlebar",
"x": 0,
"y": 0,
"width": WINDOW_WIDTH,
"height": WINDOW_HEIGHT - 30,
"title": "Otomatik Sat",
"children": (
{
"name": "OtoSat",
"type": "button",
"x": 10,
"y": WINDOW_HEIGHT - 59,
"width": 120,
"height": 25,
"text": "Passive",
"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",
},
{
"name": "RemoveItem",
"type": "button",
"x": 71,
"y": WINDOW_HEIGHT - 59,
"width": 140,
"height": 25,
"text": "Remove",
"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",
},
{
"name": "RemoveAllItems",
"type": "button",
"x": 132,
"y": WINDOW_HEIGHT - 59,
"width": 90,
"height": 25,
"text": "Delete",
"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",
},
{
"name": "thinboard_0",
"type": "thinboard",
"x": 7,
"y": 33,
"width": 184,
"height": 254,
},
),
},
),
}