Jump to content

Recommended Posts

 

3 hours ago, sessebi said:

And the possibility to block "freemode" in certain maps.

 

 

30 minutes ago, Catalin2o14 said:

Ok solved this part, thank you

 

Someone knows how to for the second part?

3 hours ago, sessebi said:

I need to make possible duels between different empires (I have advanced duel system)

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

5 hours ago, jeddawee said:

uitarget.py

 

 

search:

 

if not player.IsSameEmpire(self.vid): self.__HideButton(localeInfo.TARGET_BUTTON_INVITE_PARTY) self.__HideButton(localeInfo.TARGET_BUTTON_FRIEND) self.__HideButton(localeInfo.TARGET_BUTTON_FIGHT)


			if not player.IsSameEmpire(self.vid):
				self.__HideButton(localeInfo.TARGET_BUTTON_INVITE_PARTY)
				self.__HideButton(localeInfo.TARGET_BUTTON_FRIEND)
				self.__HideButton(localeInfo.TARGET_BUTTON_FIGHT)

 

 

comment this line:

 

##self.__HideButton(localeInfo.TARGET_BUTTON_FIGHT)


			##self.__HideButton(localeInfo.TARGET_BUTTON_FIGHT)

Solved, thank's a lot.

 

 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.