Register for your free account! | Forgot your password?

You last visited: Today at 10:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[PYTHON][Turkish- Made] Hide All Quest

Discussion on [PYTHON][Turkish- Made] Hide All Quest within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Cool [PYTHON][Turkish- Made] Hide All Quest

Code:
[COLOR="Red"]import questkontrolHallo,
How To ?: Open Root.Epk&Eix, Open uigamebutton.py: Add the first line:


Search:
Code:
[COLOR="red"]"EXIT_OBSERVER" : self.GetChild("ExitObserver"),[/COLOR]
Add:
Code:
[COLOR="red"]				"KALDIR" : self.GetChild("QuestSakla"),
				"GOSTER" : self.GetChild("QuestGoster"),[/COLOR]


Search:
Code:
[COLOR="red"]helpButton=self.gameButtonDict[/COLOR]
Add:
Code:
[COLOR="red"]		questSakla=self.gameButtonDict["KALDIR"]
		questGoster=self.gameButtonDict["GOSTER"][/COLOR]


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]


Open Interfacemodule.py:
Add the first line:
Code:
[COLOR="Red"]import questkontrol[/COLOR]


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]



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]


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]


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]

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]

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]

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]


Open locale_de.epk&eix:
Open locale_interface.txt:
Add:
Code:
[COLOR="Red"]GAME_GOSTER	The Show Tasks
GAME_SAKLA	The Hide Tasks[/COLOR]


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:



[/COLOR]
kralcocuk is offline  
Thanks
32 Users
Old 03/06/2012, 00:47   #2
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,903
Received Thanks: 1,262
Des bringt was?
Aber danke jezt weiss ich wie man neue buttoms rein macht
£αšεℜ™ is offline  
Thanks
1 User
Old 03/06/2012, 00:49   #3
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by £αšεℜ™ View Post
Des bringt was?
Aber danke jezt weiss ich wie man neue buttoms rein macht
Watch the video.
prevents the all quest to come to the screen.
kralcocuk is offline  
Thanks
1 User
Old 03/06/2012, 00:56   #4
 
pirulipipi's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 45
Received Thanks: 139
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!
pirulipipi is offline  
Old 03/06/2012, 01:05   #5
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
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?
kralcocuk is offline  
Thanks
1 User
Old 03/06/2012, 11:24   #6
 
pirulipipi's Avatar
 
elite*gold: 20
Join Date: Feb 2009
Posts: 45
Received Thanks: 139
Quote:
Originally Posted by kralcocuk View Post
Is it possible to play the screen is full of duty?
CTRL + Q = Hide missions
pirulipipi is offline  
Old 03/06/2012, 11:32   #7
 
elite*gold: 0
Join Date: Apr 2011
Posts: 690
Received Thanks: 582
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
StayOut is offline  
Thanks
1 User
Old 03/06/2012, 11:32   #8
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by pirulipipi View Post
CTRL + Q = Hide missions
Teleports, exit game, npc click...
kralcocuk is offline  
Thanks
1 User
Old 03/06/2012, 11:51   #9
 
comentdenner's Avatar
 
elite*gold: 2
Join Date: Feb 2009
Posts: 3,833
Received Thanks: 893
Well done! Thanks given.
comentdenner is offline  
Thanks
1 User
Old 03/06/2012, 22:22   #10
 
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 5
Teşekkürler
netronmt2 is offline  
Thanks
1 User
Old 03/06/2012, 22:38   #11
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by netronmt2 View Post
Teşekkürler
would ask.

Tr:
Rica ederim. Tüm Türkler şöyle insan olabilse keşke.
kralcocuk is offline  
Old 03/06/2012, 22:48   #12
 
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 5
Kusura Bakma Çok Acil Yardıma İhtiyacım Var Msn Adresini VERİRMİSİN ?
netronmt2 is offline  
Old 03/10/2012, 12:00   #13
 
elite*gold: 0
Join Date: Mar 2011
Posts: 15
Received Thanks: 2
Saol kardeş.
kral28lee is offline  
Old 04/24/2012, 17:38   #14
 
elite*gold: 0
Join Date: Mar 2011
Posts: 1
Received Thanks: 0
14831323
tekkedadas is offline  
Old 04/25/2012, 13:24   #15
 
elite*gold: 0
Join Date: Aug 2010
Posts: 38
Received Thanks: 47
Almanca Biliyonda Şu Forumdakileri Niye Turkmmo ya Koymuyon Geziyom Geziyom Sadece Resimlere Bakıyom Başka Bişey Yapamıyom
cankira is offline  
Reply


Similar Threads Similar Threads
[Release] Hide and Seek quest/event
08/29/2011 - EO PServer Guides & Releases - 4 Replies
sorry, mod plz delete this thread
Why did joymax made a turkish sro client?
12/06/2009 - Silkroad Online - 6 Replies
well, i can tell you that i pretty much believe in google: Google Trends: silkroad online simply look at the statistics i wasnt surprised LOL i mean really, turkish people take #1 in every aspect when talking about silkroad online so no wonder joymax did that and obviously the biggest income theyre getting is from that countries, so basically i can say that, well, turks took over isro, hahah sounds funny actually
Which Quest Gives The Key For Python?
09/10/2008 - Dekaron Private Server - 2 Replies
Which quest guy i have to see to get the key to enter the python inside the 90 dungeon in x360 private server? I cant find the quest because is full of weird contexts and idk how to get the key to get inside the door of python. A help would and a detailed description would be really appreciate it and thanks would be given



All times are GMT +2. The time now is 10:39.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.