[PYTHON][Turkish- Made] Hide All Quest

03/06/2012 00:23 kralcocuk#1
Code:
[COLOR="Red"]import questkontrolHallo,
How To ?: Open Root.Epk&Eix, Open uigamebutton.py: Add the first line:
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]"EXIT_OBSERVER" : self.GetChild("ExitObserver"),[/COLOR]
Add:
Code:
[COLOR="red"]				"KALDIR" : self.GetChild("QuestSakla"),
				"GOSTER" : self.GetChild("QuestGoster"),[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]helpButton=self.gameButtonDict[/COLOR]
Add:
Code:
[COLOR="red"]		questSakla=self.gameButtonDict["KALDIR"]
		questGoster=self.gameButtonDict["GOSTER"][/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]helpButton.Hide()[/COLOR]
Add:
Code:
[COLOR="red"]		if questkontrol.QUEST_SAKLA == 0:
			questSakla.Show()
			questGoster.Hide()
		elif questkontrol.QUEST_SAKLA == 1:
			questSakla.Hide()
			questGoster.Show()[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Open Interfacemodule.py:
Add the first line:
Code:
[COLOR="Red"]import questkontrol[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]wndGameButton.SetButtonEvent[/COLOR]
Add:
It should look like the picture!:
Code:
[COLOR="red"]		wndGameButton.SetButtonEvent("KALDIR", ui.__mem_func__(self.__OnClickSaklaButton))
		wndGameButton.SetButtonEvent("GOSTER", ui.__mem_func__(self.__OnClickGosterButton))[/COLOR]

[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]def __OnClickHelpButton[/COLOR]
Add:

It should look like the picture!:
Code:
[COLOR="red"]	def __OnClickSaklaButton(self):
		chat.AppendChat(chat.CHAT_TYPE_INFO, "Hide all quest.")
		self.HideAllQuestButton()
		questkontrol.QUEST_SAKLA = 1
		self.CheckGameButton()
		
	def __OnClickGosterButton(self):
		self.ShowAllQuestButton()
		chat.AppendChat(chat.CHAT_TYPE_INFO, "Show all quest.")
		questkontrol.QUEST_SAKLA = 0
		self.CheckGameButton()[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="Red"]self.wndCubeResult.SetItemToolTip(self.tooltipItem)[/COLOR]
Add:
Code:
[COLOR="red"]		#Görevleri_gizle ## Kralcocuk 
		if questkontrol.QUEST_SAKLA == 1:
			self.HideAllQuestButton()
		#Bitir_Görevleri_gizle ## Kralcocuk[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Search:
Code:
[COLOR="red"]for dlg in self.equipmentDialogDict.itervalues()[/COLOR]
Add:

Code:
[COLOR="red"]		#Görevleri_gizle ## Kralcocuk 
		if questkontrol.QUEST_SAKLA == 1:
			self.HideAllQuestButton()
		#Bitir_Görevleri_gizle ## Kralcocuk[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]
Search:
Code:
[COLOR="Red"]uiChat.DestroyChatInputSetWindow()[/COLOR]
Add:
Code:
[COLOR="red"]		#Görevleri_gizle ## Kralcocuk 
		if questkontrol.QUEST_SAKLA == 1:
			self.HideAllQuestButton()
		#Bitir_Görevleri_gizle ## Kralcocuk[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]
Search:
Code:
[COLOR="red"]def __ShowWindows[/COLOR]
Add:
Code:
[COLOR="red"]		#Görevleri_gizle ## Kralcocuk 
		if questkontrol.QUEST_SAKLA == 1:
			self.HideAllQuestButton()
		#Bitir_Görevleri_gizle ## Kralcocuk[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]
Search:
Code:
[COLOR="red"]self.questButtonList.insert(0, btn)[/COLOR]
Add:
Code:
[COLOR="red"]		#Görevleri_gizle ## Kralcocuk 
		if questkontrol.QUEST_SAKLA == 1:
			self.HideAllQuestButton()
		#Bitir_Görevleri_gizle ## Kralcocuk[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Open locale_de.epk&eix:
Open locale_interface.txt:
Add:
Code:
[COLOR="Red"]GAME_GOSTER	The Show Tasks
GAME_SAKLA	The Hide Tasks[/COLOR]
[Only registered and activated users can see links. Click Here To Register...]

Documents.rar download
"gamewindow.py" = Uiscript.Epk&eix
"questkontrol.py" = Root.Epk&eix

"Root.xml" Add.
Code:
[COLOR="red"]		<File archivedPath="questkontrol.py" type="2"><![CDATA[Source\questkontrol.py]]></File>[/COLOR]
Download:
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
[/COLOR]
03/06/2012 00:47 £αšεℜ™#2
Des bringt was?
Aber danke jezt weiss ich wie man neue buttoms rein macht :D
03/06/2012 00:49 kralcocuk#3
Quote:
Originally Posted by £αšεℜ™ View Post
Des bringt was?
Aber danke jezt weiss ich wie man neue buttoms rein macht :D
Watch the video.
prevents the all quest to come to the screen.
03/06/2012 00:56 pirulipipi#4
Nice? Why hide quest? lol My sugestion is change to other game, build another game server! The Metin2 concept its missons and PVm doenst are PVP, ignore/HIDE all missions like almost private servers!
03/06/2012 01:05 kralcocuk#5
Quote:
Originally Posted by pirulipipi View Post
Nice? Why hide quest? lol My sugestion is change to other game, build another game server! The Metin2 concept its missons and PVm doenst are PVP, ignore/HIDE all missions like almost private servers!


Is it possible to play the screen is full of duty?
03/06/2012 11:24 pirulipipi#6
Quote:
Originally Posted by kralcocuk View Post
Is it possible to play the screen is full of duty?
[Only registered and activated users can see links. Click Here To Register...]
CTRL + Q = Hide missions
03/06/2012 11:32 StayOut#7
When you make CRL + Q and go to a other Map you see the Quest on the side again an with this Pyhton Guide not :)

It's nice thx given
03/06/2012 11:32 kralcocuk#8
Quote:
Originally Posted by pirulipipi View Post
CTRL + Q = Hide missions
Teleports, exit game, npc click...
03/06/2012 11:51 comentdenner#9
Well done! Thanks given.
03/06/2012 22:22 netronmt2#10
Teşekkürler :)
03/06/2012 22:38 kralcocuk#11
Quote:
Originally Posted by netronmt2 View Post
Teşekkürler :)
would ask.

Tr:
Rica ederim. Tüm Türkler şöyle insan olabilse keşke.
03/06/2012 22:48 netronmt2#12
Kusura Bakma Çok Acil Yardıma İhtiyacım Var Msn Adresini VERİRMİSİN ?
03/10/2012 12:00 kral28lee#13
Saol kardeş.
04/24/2012 17:38 tekkedadas#14
14831323
04/25/2012 13:24 cankira#15
Almanca Biliyonda Şu Forumdakileri Niye Turkmmo ya Koymuyon :D Geziyom Geziyom Sadece Resimlere Bakıyom Başka Bişey Yapamıyom :D