Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Designs, Websites & Scripts
You last visited: Today at 12:11

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

Advertisement



[Release] Client-Interface {"illumina"} - Free code by Robert

Discussion on [Release] Client-Interface {"illumina"} - Free code by Robert within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.

Reply
 
Old 08/02/2016, 17:50   #31
 
.Robert's Avatar
 
elite*gold: 0
Join Date: Feb 2016
Posts: 18
Received Thanks: 71
Quote:
Originally Posted by ferdik22 View Post
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:19) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiInventory.py(line:42) <module>
uiInventory.py(line:111) CostumeWindow

networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'race' is not defined

0801 21:52:05094 :: ================================================== ================================================== ========
0801 21:52:05094 :: Abort!!!!

can u help me?
You added: "race = net.GetMainActorRace()" ?
Quote:
Originally Posted by z35d View Post
How to fix these lines ?
I don't know I think you put 2 times the shadows in board code.
Quote:
Originally Posted by Chris9090909090 View Post
fix?
Delete lines that contain them:
Code:
COSTUME_START_INDEX+2
COSTUME_START_INDEX+3
UPDATE!
-NEW ARCHIVE
-Emoticon Icon
.Robert is offline  
Thanks
1 User
Old 08/02/2016, 21:41   #32

 
Aze /..'s Avatar
 
elite*gold: 220
Join Date: Oct 2011
Posts: 7,369
Received Thanks: 7,610
Code:
	def RefreshCostumeSlot(self):
		getItemVNum=player.GetItemIndex
		race = net.GetMainActorRace()
			## BackgroundImage
			try:
				BackGroundImageName = ROBERT_WORK_BG_IMG_COSTUME[race]

				try:
					self.BackGroundImage.LoadImage(BackGroundImageName)
				except:
					self.BackGroundImage.Hide()

			except KeyError:
				self.BackGroundImage.Hide()
		
		for i in xrange(item.COSTUME_SLOT_COUNT):
			slotNumber = item.COSTUME_SLOT_START + i
			self.wndEquip.SetItemSlot(slotNumber, getItemVNum(slotNumber), 0)

		self.wndEquip.RefreshSlot()
Syserr:

Code:
0802 21:39:05671 :: 
networkModule.py(line:200) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:18) <module>
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiInventory.py, line 111)

0802 21:39:05671 :: ============================================================================================================
0802 21:39:05671 :: Abort!!!!
line 111:

Code:
				try:
Aze /.. is offline  
Old 08/03/2016, 02:28   #33



 
Samael's Avatar
 
elite*gold: 17
Join Date: May 2014
Posts: 2,094
Received Thanks: 1,279
Quote:
0803 02:27:08184 ::
networkModule.py(line:200) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:18) <module>
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiInventory.py, line 111)

0803 02:27:08184 :: ================================================== ================================================== ========
0803 02:27:08184 :: Abort!!!!

->

? :/


€: ?? xD
Samael is offline  
Old 08/03/2016, 09:36   #34
 
elite*gold: 0
Join Date: Apr 2010
Posts: 33
Received Thanks: 4
Quote:
Originally Posted by xSaito View Post
->

? :/
Edit the code like this:
z35d is offline  
Thanks
1 User
Old 08/03/2016, 11:55   #35
 
.Robert's Avatar
 
elite*gold: 0
Join Date: Feb 2016
Posts: 18
Received Thanks: 71
Quote:
Originally Posted by Aze /.. View Post
Code:
	def RefreshCostumeSlot(self):
		getItemVNum=player.GetItemIndex
		race = net.GetMainActorRace()
			## BackgroundImage
			try:
				BackGroundImageName = ROBERT_WORK_BG_IMG_COSTUME[race]

				try:
					self.BackGroundImage.LoadImage(BackGroundImageName)
				except:
					self.BackGroundImage.Hide()

			except KeyError:
				self.BackGroundImage.Hide()
		
		for i in xrange(item.COSTUME_SLOT_COUNT):
			slotNumber = item.COSTUME_SLOT_START + i
			self.wndEquip.SetItemSlot(slotNumber, getItemVNum(slotNumber), 0)

		self.wndEquip.RefreshSlot()
Syserr:

Code:
0802 21:39:05671 :: 
networkModule.py(line:200) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:18) <module>
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiInventory.py, line 111)

0802 21:39:05671 :: ============================================================================================================
0802 21:39:05671 :: Abort!!!!
line 111:

Code:
				try:
Quote:
Originally Posted by z35d View Post
Edit the code like this:

PasteBIN:
.Robert is offline  
Thanks
2 Users
Old 08/04/2016, 00:56   #36



 
Samael's Avatar
 
elite*gold: 17
Join Date: May 2014
Posts: 2,094
Received Thanks: 1,279
Quote:
Originally Posted by z35d View Post
Edit the code like this:
Quote:
Originally Posted by .Robert View Post

PasteBIN:
works fine now, but what about that:



?
Samael is offline  
Old 08/04/2016, 10:07   #37
 
LyRockZz's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 56
Received Thanks: 1
I have the same problem how xSaito.
LyRockZz is offline  
Old 08/04/2016, 10:25   #38

 
Aze /..'s Avatar
 
elite*gold: 220
Join Date: Oct 2011
Posts: 7,369
Received Thanks: 7,610
Quote:
Originally Posted by LyRockZz View Post
Code:
0804 10:00:33405 :: 
uiInventory.py(line:70) __LoadWindow
ui.py(line:3156) LoadScriptFile
ui.py(line:3361) LoadChildren
ui.py(line:3361) LoadChildren
ui.py(line:3163) LoadChildren

CostumeWindow.LoadWindow.LoadObject - <type 'exceptions.RuntimeError'>:Failed to load image (filename: d:/ymir work/ui/costume_bg.dds)

0804 10:00:33405 :: ============================================================================================================
0804 10:00:33405 :: Abort!!!!
When I replace all the code in costumewindow.py client works, but when I click on the costume button in the inventory, the client close?

How to fix?
filename: d:/ymir work/ui/costume_bg.dds

Change the path to your path or implement the costume_bg.dds into that path.
Aze /.. is offline  
Old 08/04/2016, 21:01   #39
 
elite*gold: 0
Join Date: Oct 2010
Posts: 8
Received Thanks: 0
you are the best bro !!!!
Bialko999 is offline  
Old 08/05/2016, 16:02   #40
 
elite*gold: 0
Join Date: Mar 2015
Posts: 3
Received Thanks: 1
can anyone tell some pictures of customer, someone who has tested interface?
ZyuX is offline  
Old 08/07/2016, 06:01   #41
 
elite*gold: 0
Join Date: Oct 2010
Posts: 8
Received Thanks: 0
Can someone tell me when i doing all what in tut and my client crash on 100% loading screen
Bialko999 is offline  
Old 08/07/2016, 21:19   #42
 
elite*gold: 0
Join Date: May 2015
Posts: 2
Received Thanks: 0
Multumesc , cand mai pui ceva ?
xAlin12 is offline  
Old 08/12/2016, 07:58   #43
 
elite*gold: 0
Join Date: Mar 2015
Posts: 3
Received Thanks: 1
0812 08:57:14250 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
0812 08:57:20316 :: Failed to load script file : UIScript/gamewindow.py
0812 08:57:20317 ::
ui.py(line:3214) LoadScriptFile
system.py(line:192) execfile
system.py(line:161) Run
system.py(line:177) __LoadTextFile__

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.SyntaxError'>:invalid syntax (UIScript/gamewindow.py, line 26)

0812 08:57:20317 :: ================================================== ================================================== ========
0812 08:57:20317 :: Abort!!!!


Don't work ...
ZyuX is offline  
Old 08/14/2016, 17:50   #44
 
elite*gold: 0
Join Date: Jul 2015
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by .Robert View Post

PasteBIN:
Please help I'm getting error

LethalStrikeR is offline  
Old 08/14/2016, 20:38   #45
 
elite*gold: 0
Join Date: Apr 2010
Posts: 33
Received Thanks: 4
Quote:
Originally Posted by LethalStrikeR View Post
Please help I'm getting error

Check your tabs mate
z35d is offline  
Reply

Tags
illumina, ro, robert, work


Similar Threads Similar Threads
[Release] Client-Interface {"illumina"}
01/29/2020 - Metin2 PServer Designs, Websites & Scripts - 324 Replies
http://i.epvpimg.com/dqkHd.png Oioi! Seit ungefähr einem Jahr zeige ich euch schon Konzepte und Screens von meinem derzeit größten Clientdesign-Projekt. Den Diskussionsthread könnt ihr hier finden. Nun zum eigentlichen Release. Ich release heute alle, bisher, von mir angefertigten Bilder für das Client-Interface illumina. Es mag für den einen oder anderen vielleicht etwas enttäuschend sein, dass es nur die Bilder / Slices sind, jedoch bestand unser "Team" nur aus 2 Leuten und wir haben...
[Release] Client-Interface "illumina"-Code
07/26/2016 - Metin2 PServer Designs, Websites & Scripts - 35 Replies
http://i.epvpimg.com/dqkHd.png Da es einige stört das der Code von Person XY ist, wird hier erstmal geclosed. #closerequest



All times are GMT +2. The time now is 12:11.


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.