Jump to content
  • IceGame # Spatiu Publicitar

Locked [GHID]Cum sa vezi echipamentul altor jucatori


Barlap

Recommended Posts

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

Link to comment
Share on other sites

Please disable AdBlocker in order to help us keeping the forum up and running!

Guest
This topic is now closed to further replies.
  • IceGame # Global Statistics

    11,675 Total Posts
    5,219 Total Topics
    4,382 Total Members
    14 Total Banned
    297 Most Online
    Rennato Jr
    Newest Member
    Rennato Jr
    Joined
  • Who's Online   11 Members, 0 Anonymous, 20 Guests (See full list)

  • Parteneri


×
×
  • Create New...

Important Information

By visiting our community, you agree to our Terms of Use.