Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.


Nu sunteti conectat. Conectați-vă sau înregistrați-vă

Cum sa vezi echipamentul altor jucatori

In jos  Mesaj [Pagina 1 din 1]

1Cum sa vezi echipamentul altor jucatori Empty Cum sa vezi echipamentul altor jucatori Sam Dec 26, 2015 7:02 pm

Mosu CsEra

Mosu CsEra

1. Clientside
Modificam uitarget.py (acesta e in root sau uiscript)
Pe la linia 287 vom gasi:
def ShowDefaultButton(self):
self.isShowButton = TRUE
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_WHISPER])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EXCHANGE])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_FIGHT])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EMOTION_ALLOW])
for button in self.showingButtonList:
button.Show()
Modificam astfel:
def ShowDefaultButton(self):
self.isShowButton = TRUE
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_WHISPER])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EXCHANGE])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_FIGHT])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EMOTION_ALLOW])
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_VIEW_EQUIPMENT])
for button in self.showingButtonList:
button.Show()
2. Serverside:
Trebuie sa aplicam acest diff:
This difference file has been created by ricky92 using IDA Pro
game_r2089M_32
0007E995: E8 EB
0007E996: B6 29
Dar daca aveti probleme cu launcherul, aplicati si acest diff :
This difference file has been created by ricky92 using IDA Pro
game_r2089M_32
000263D2: 13 0B
00026403: 13 0B
00026420: D7 A7
00026421: 02 01
Atentie! *Recomandat doar pentru game 2089

Sus  Mesaj [Pagina 1 din 1]

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum