|
You last visited: Today at 23:56
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.
08/02/2016, 17:50
|
#31
|
elite*gold: 0
Join Date: Feb 2016
Posts: 18
Received Thanks: 72
|
Quote:
Originally Posted by ferdik22
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
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
fix?
|
Delete lines that contain them:
Code:
COSTUME_START_INDEX+2
COSTUME_START_INDEX+3
UPDATE!
- NEW ARCHIVE
-Emoticon Icon
|
|
|
08/02/2016, 21:41
|
#32
|
elite*gold: 220
Join Date: Oct 2011
Posts: 7,370
Received Thanks: 7,613
|
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:
|
|
|
08/03/2016, 02:28
|
#33
|
elite*gold: 17
Join Date: May 2014
Posts: 2,097
Received Thanks: 1,281
|
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
|
|
|
08/03/2016, 09:36
|
#34
|
elite*gold: 0
Join Date: Apr 2010
Posts: 33
Received Thanks: 4
|
Quote:
Originally Posted by xSaito
->
? :/
|
Edit the code like this:
|
|
|
08/03/2016, 11:55
|
#35
|
elite*gold: 0
Join Date: Feb 2016
Posts: 18
Received Thanks: 72
|
Quote:
Originally Posted by Aze /..
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:
|
Quote:
Originally Posted by z35d
Edit the code like this:
|
PasteBIN:
|
|
|
08/04/2016, 00:56
|
#36
|
elite*gold: 17
Join Date: May 2014
Posts: 2,097
Received Thanks: 1,281
|
Quote:
Originally Posted by z35d
Edit the code like this:
|
Quote:
Originally Posted by .Robert
PasteBIN:
|
works fine now, but what about that:
?
|
|
|
08/04/2016, 10:07
|
#37
|
elite*gold: 0
Join Date: Mar 2010
Posts: 56
Received Thanks: 1
|
I have the same problem how xSaito.
|
|
|
08/04/2016, 10:25
|
#38
|
elite*gold: 220
Join Date: Oct 2011
Posts: 7,370
Received Thanks: 7,613
|
Quote:
Originally Posted by LyRockZz
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.
|
|
|
08/04/2016, 21:01
|
#39
|
elite*gold: 0
Join Date: Oct 2010
Posts: 13
Received Thanks: 2
|
you are the best bro !!!!
|
|
|
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?
|
|
|
08/07/2016, 06:01
|
#41
|
elite*gold: 0
Join Date: Oct 2010
Posts: 13
Received Thanks: 2
|
Can someone tell me when i doing all what in tut and my client crash on 100% loading screen
|
|
|
08/07/2016, 21:19
|
#42
|
elite*gold: 0
Join Date: May 2015
Posts: 2
Received Thanks: 0
|
Multumesc , cand mai pui ceva ?
|
|
|
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 ...
|
|
|
08/14/2016, 17:50
|
#44
|
elite*gold: 0
Join Date: Jul 2015
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by .Robert
PasteBIN:
|
Please help I'm getting error
|
|
|
08/14/2016, 20:38
|
#45
|
elite*gold: 0
Join Date: Apr 2010
Posts: 33
Received Thanks: 4
|
Quote:
Originally Posted by LethalStrikeR
Please help I'm getting error
|
Check your tabs mate
|
|
|
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 +1. The time now is 23:56.
|
|