- Katılım
- 30 Ocak 2015
- Konular
- 41
- Mesajlar
- 506
- Online süresi
- 6h 28m
- Reaksiyon Skoru
- 190
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 4 Ay 8 Gün
- Başarım Puanı
- 143
- MmoLira
- 349
- DevLira
- 3
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Paylaşım için teşekkürler
- Katılım
- 22 Nis 2010
- Konular
- 65
- Mesajlar
- 980
- Reaksiyon Skoru
- 96
- Altın Konu
- 0
- TM Yaşı
- 16 Yıl 1 Ay 17 Gün
- Başarım Puanı
- 87
- MmoLira
- 0
- DevLira
- 0
Root game.py açılır.
import chat aratılır altına:
eklenir.Kod:import event
![]()
testAlignment = 0 aratılır altına:
eklenir.Kod:[COLOR=#333333][I]BPisLodaded = 0[/I][/COLOR]
![]()
from _weakref import proxy aratılır altına:
Kod:from switchbot import Bot
eklenir.
![]()
self.__ProcessPreservedServerCommand() aratılır altına:
eklenirKod:self.switchbot = Bot() self.switchbot.Hide()
![]()
self.SetSize(wndMgr.GetScreenWidth(), wndMgr.GetScreenHeight()) aratılır altına bosluk:
Kod:self.Activare_Menu = ui.Button() self.Activare_Menu.SetPosition(wndMgr.GetScreenWidth()-10,wndMgr.GetScreenHeight()/2-54) self.Activare_Menu.SetUpVisual("DemirGame/DG_1_1.tga") self.Activare_Menu.SetOverVisual("DemirGame/DG_1_2.tga") self.Activare_Menu.SetDownVisual("DemirGame/DG_1_3.tga") self.Activare_Menu.SetEvent(ui.__mem_func__(self.__menubg)) self.Activare_Menu.Show() self.Dezactivare_Menu = ui.Button() self.Dezactivare_Menu.SetPosition(wndMgr.GetScreenWidth()-60,wndMgr.GetScreenHeight()/2-54) self.Dezactivare_Menu.SetUpVisual("DemirGame/DG_2_1.tga") self.Dezactivare_Menu.SetOverVisual("DemirGame/DG_2_2.tga") self.Dezactivare_Menu.SetDownVisual("DemirGame/DG_2_3.tga") self.Dezactivare_Menu.SetEvent(ui.__mem_func__(self.__menubg)) self.Dezactivare_Menu.Hide() menu_bg = ui.AniImageBox() menu_bg.AppendImage("DemirGame/DG_fundal.tga") self.menu_bg = menu_bg self.menu_bg.SetPosition(wndMgr.GetScreenWidth()-50,wndMgr.GetScreenHeight()/2-91) self.menu_bg.SetSize(50, 150) self.menu_bg.Hide() self.Bonusuri = ui.Button() self.Bonusuri.SetParent(self.menu_bg) self.Bonusuri.SetPosition(9, 10) self.Bonusuri.SetUpVisual("DemirGame/DG_1.tga") self.Bonusuri.SetOverVisual("DemirGame/DG_2.tga") self.Bonusuri.SetDownVisual("DemirGame/DG_1.tga") self.Bonusuri.SetEvent(ui.__mem_func__(self.__BonusPage)) self.Bonusuri.Show() self.Switch = ui.Button() self.Switch.SetParent(self.menu_bg) self.Switch.SetPosition(9, 42) self.Switch.SetUpVisual("DemirGame/DG_3.tga") self.Switch.SetOverVisual("DemirGame/DG_4.tga") self.Switch.SetDownVisual("DemirGame/DG_3.tga") self.Switch.SetEvent(ui.__mem_func__(self.__uiswitchbonus)) self.Switch.Show() self.Depozit = ui.Button() self.Depozit.SetParent(self.menu_bg) self.Depozit.SetPosition(9, 74) self.Depozit.SetUpVisual("DemirGame/DG_5.tga") self.Depozit.SetOverVisual("DemirGame/DG_6.tga") self.Depozit.SetDownVisual("DemirGame/DG_5.tga") self.Depozit.SetEvent(self.__activare_depozit) self.Depozit.Show() self.AntiExp = ui.Button() self.AntiExp.SetParent(self.menu_bg) self.AntiExp.SetPosition(9, 106) self.AntiExp.SetUpVisual("DemirGame/DG_7.tga") self.AntiExp.SetOverVisual("DemirGame/DG_8.tga") self.AntiExp.SetDownVisual("DemirGame/DG_7.tga") self.AntiExp.SetEvent(self.__activare_antiexp) self.AntiExp.Show() self.Teleporter = ui.Button() self.Teleporter.SetParent(self.menu_bg) self.Teleporter.SetPosition(9, 138) self.Teleporter.SetUpVisual("DemirGame/DG_9.tga") self.Teleporter.SetOverVisual("DemirGame/DG_10.tga") self.Teleporter.SetDownVisual("DemirGame/DG_9.tga") self.Teleporter.SetEvent(self.__activare_teleporter) self.Teleporter.Show()
eklenir.
![]()
chat.Close() aratılır altına:
eklenir.Kod:self.menu_bg.Hide() self.Dezactivare_Menu.Hide() self.Activare_Menu.Hide()
![]()
"DayMode" : self.__DayMode_Update, aratılır altına:
eklenir.Kod:"depozit_index" :self.__depozit_questindex, "antiexp_index" :self.__antiexp_questindex, "teleporter_index" :self.__teleporter_questindex,
![]()
en alta gelip boşluk:
eklenir.Kod:# DemirGame Buton def __menubg(self): if constInfo.MENU_BG == 0: constInfo.MENU_BG = 1 self.menu_bg.Show() self.Activare_Menu.Hide() self.Dezactivare_Menu.Show() else: constInfo.MENU_BG = 0 self.menu_bg.Hide() self.Activare_Menu.Show() self.Dezactivare_Menu.Hide() def __BonusPage(self): import PaginaBonusuri global BPisLodaded try: if BPisLodaded == 0: BPisLodaded = 1 exec 'PaginaBonusuri.BonusBoardDialog().Show()' else: exec 'PaginaBonusuri.BonusBoardDialog().Hide()' BPisLodaded = 0 except ImportError: import dbg,app dbg.Trace('PaginaBonusuri.py Importing error') app.Abort def __uiswitchbonus(self): if self.switchbot.Vectors_bot_shown == 1: self.switchbot.Hide() else: self.switchbot.Show() def __depozit_questindex(self, value): constInfo.DEPOZIT_QUESTINDEX = int(value) def __activare_depozit(self): activare_depozit = constInfo.DEPOZIT_QUESTINDEX event.QuestButtonClick(activare_depozit) def __antiexp_questindex(self, value1): constInfo.ANTIEXP_QUESTINDEX = int(value1) def __activare_antiexp(self): activare_antiexp = constInfo.ANTIEXP_QUESTINDEX event.QuestButtonClick(activare_antiexp) def __teleporter_questindex(self, value2): constInfo.TELEPORTER_QUESTINDEX = int(value2) def __activare_teleporter(self): activare_teleporter = constInfo.TELEPORTER_QUESTINDEX event.QuestButtonClick(activare_teleporter) # DemirGame Buton
![]()
Root constinfo.py açılır.
LOGIN_COUNT_LIMIT_ENABLE = 0 aratılır altına:
Kod:DEPOZIT_QUESTINDEX = 0 ANTIEXP_QUESTINDEX = 0 TELEPORTER_QUESTINDEX = 0 MENU_BG = 0
eklenir.
![]()
Root ui.py açılır.
self.ButtonText.SetText(text) aratılır altına:
Kod:def GetText(self): if not self.ButtonText: return# "" return self.ButtonText.GetText()
eklenir.
![]()
Çoğu kişini aradığı bi sistemmiş bu günde boş zamanım vardı ve paylaşmak istedim.
indirdiginiz klasördeki
"demirgame" klasörü
"switchbot.py"
"paginabonusuri.py"
Root'un içine atın.
quest klasöründeki questleri atın ve okutun ardından reboot atın. olmassa quest.listesine ekleyin isimlerini sh mahe.sh çekin.
anti exp buton
depo açma buton
ışınlanma buton
efsun botu buton
bonus tablosu buton
eklidir.
Oyun içinden görüntü:
![]()
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
![]()
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Herseyi yapmama ragmen loading ekranı doluyor ve öyle kalıyor yardımcı olurmusunuz ?
- Katılım
- 22 Nis 2010
- Konular
- 65
- Mesajlar
- 980
- Reaksiyon Skoru
- 96
- Altın Konu
- 0
- TM Yaşı
- 16 Yıl 1 Ay 17 Gün
- Başarım Puanı
- 87
- MmoLira
- 0
- DevLira
- 0
Herseyi yapmama ragmen loading ekranı doluyor ve öyle kalıyor yardımcı olurmusunuz ?
loading ekranı doluyor kalıyor syser kaydındaki hatada bu yardımcı ol ya .s
0130 20:48:00772 :: CSoundManager:
layMusic - Failed to load stream sound : BGM/login_window.mp30130 20:48:08655 :: CSoundManager:
layMusic - Failed to load stream sound : BGM/characterselect.mp30130 20:48:08772 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=84, itemIndex=579) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=71, itemIndex=280332) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=65, itemIndex=280333) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=67, itemIndex=280335) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=68, itemIndex=280340) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=66, itemIndex=280336) - Failed to item data
0130 20:48:15012 :: CPythonPlayer::SetItemData(dwSlotIndex=69, itemIndex=280337) - Failed to item data
- Katılım
- 22 Nis 2010
- Konular
- 65
- Mesajlar
- 980
- Reaksiyon Skoru
- 96
- Altın Konu
- 0
- TM Yaşı
- 16 Yıl 1 Ay 17 Gün
- Başarım Puanı
- 87
- MmoLira
- 0
- DevLira
- 0
![]()
@DemirGame; Kardeşim güzel güzel herşeyi anlattın. Harfi harfine herşeyi yaptım fakat sonuç olarak yukarıdaki resim ile karşılaşıyorum. Game Sürümü 34k'dır. Yaptığım işlemlerde hata yaptığımı düşünerek sıfırdan 2 kez daha yaptım durum aynı.
Teşekkürler.
hazır game.py dosyasını atarmısın bana
Moderatör tarafında düzenlendi:
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 13
- Görüntüleme
- 1K
- Cevaplar
- 4
- Görüntüleme
- 80
- Cevaplar
- 2
- Görüntüleme
- 300
- Cevaplar
- 3
- Görüntüleme
- 594
- Cevaplar
- 12
- Görüntüleme
- 947
