2013 Client: energy system bug.

01/26/2013 18:56 [SA]Signe#1
Hey elitepvpers.

I have a problem with the energy system on my 2013 client.

#Quests is installed
#questlib added
#quest_functions added
#locale//sg/ui: energybar.py added
#Sg_energy_patch.eix/epk added on client side.

#on the extracted root.eix/epk
#constinfo.py added
#game.py added
#interfacemodule.py added
#uitaskbar.py added

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


syserr:
Code:
0126 18:34:20397 :: Traceback (most recent call last):

0126 18:34:20397 ::   File "uiTaskBar.py", line 135, in OnUpdate

0126 18:34:20398 ::   File "uiTaskBar.py", line 99, in RefreshStatus

0126 18:34:20398 :: NameError
0126 18:34:20398 :: : 
0126 18:34:20398 :: global name 'constinfo' is not defined
0126 18:34:20398 :: 

0126 18:34:20398 :: Traceback (most recent call last):

0126 18:34:20398 ::   File "uiTaskBar.py", line 865, in OnUpdate

0126 18:34:20398 :: AttributeError
0126 18:34:20398 :: : 
0126 18:34:20398 :: 'TaskBar' object has no attribute 'lastUpdateQuickSlot'
0126 18:34:20398 ::
But it seems like, it cant update the energy system from the uitaskbar.py...
I have tried many different ways to fix this problem, but nothing works.

If someone know how to fix this problem..
please add me on Skype:
Code:
Signe6800


Kind Regards
-[SA]Signe
01/26/2013 19:05 Deser¢#2
why is over your head tec interactive? O.o i think the pythonscript is the problem.
01/26/2013 19:10 [SA]Signe#3
Quote:
Originally Posted by Deser¢ View Post
why is over your head tec interactive? O.o i think the pythonscript is the problem.
Because i've stolen all the new 2013 files from Metin2Sg :rolleyes:
most of the files was "Compiled Python File (.pyc)"
but they are now changed back to py :)


Anyways... can you please add me on skype:
Code:
Signe6800
02/20/2013 17:55 FSXraptor#4
Go to << File "uiTaskBar.py", line 99, in RefreshStatus >>

Find constinfo

Replace with

constInfo

Win!
03/06/2013 01:03 makralovag#5
hy!

root>uitaskbar

import ui
import net
import item
import skill
import locale
import wndMgr
import player
import constInfo
import mouseModule
import uiScriptLocale
import app
import constinfo <<<