[Ghid Metin2]Cum sa vezi echipamentul altor jucatori

Locked
User avatar
CataLynHD
Membru
Membru
Posts: 381
Joined: 5 years ago
Location: Rm.Valcea
Has thanked: 0
Been thanked: 0
Zodiac:
Age: 20
Contact:
Status: Offline

5 years ago

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

Doar 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

*Recomandat doar pentru game 2089
Locked

Return to “Ghiduri Joc”