Cum sa vezi echipamentul altor jucatori
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