2 Release's reichen ja nicht, Nein.
Das muss noch ein 3. mal Released werden, damit wir merken, dass das Niveau immer tiefer sinkt.
Das muss noch ein 3. mal Released werden, damit wir merken, dass das Niveau immer tiefer sinkt.
0906 19:31:36955 :: File "game.py", line 36, in ? 0906 19:31:36955 :: File "system.py", line 137, in __pack_import 0906 19:31:36955 :: ImportError 0906 19:31:36955 :: : 0906 19:31:36956 :: No module named uienergybar 0906 19:31:36956 ::
when 51002.use begin
if item.get_socket(0) == 0 or item.get_socket(1) == 0 or item.get_socket(2) == 0 then
local randBonus = energy.getRandomBonus()
local bonus = randBonus[1]
local point = randBonus[2]
local duration = number(energy.getSetting("durationMin"),energy.getSetting("durationMax")) * energy.getSetting("durationMultiplier")
item.set_socket(0, bonus)
item.set_socket(1, point)
item.set_socket(2, duration)
Tab ? :facepalm:Quote:
0906 21:10:25846 :: File "networkModule.py", line 231, in SetGamePhase
0906 21:10:25847 :: File "system.py", line 130, in __pack_import
0906 21:10:25847 :: File "system.py", line 110, in _process_result
0906 21:10:25847 :: File "game.py", line 77, in ?
0906 21:10:25847 :: File "game.py", line 126, in GameWindow
0906 21:10:25848 :: NameError
0906 21:10:25848 :: :
0906 21:10:25848 :: name 'uiEnergyBar' is not defined
0906 21:10:25848 ::
# ENERGY
"EnergyShow" : self.ShowEnergy,
"EnergyHide" : self.HideEnergy,
"Energy" : self.Energy,
# END ENERGY
cmdchat("energysystem "..getenergytyp().."|"..getenergyvalue().."#"..getenergytime())
cmdchat("energysystem "..anz.."|"..boni_list[anz][2].."#"..(get_time() + 7200))
The quest that i've posted is from epvp , then I don't know if it works ... Someone said that the quest of vanillametin2 wasn't right , then I edited it . That'all .Quote:
this "release" its an epic fail... you used to much copy paste.
Commands you posted :
Those are for Energy bar display right ? well you quest command is :PHP Code:# ENERGY
"EnergyShow" : self.ShowEnergy,
"EnergyHide" : self.HideEnergy,
"Energy" : self.Energy,
# END ENERGY
I don`t see any other commands to change Energy Bar display..PHP Code:cmdchat("energysystem "..getenergytyp().."|"..getenergyvalue().."#"..getenergytime())
cmdchat("energysystem "..anz.."|"..boni_list[anz][2].."#"..(get_time() + 7200))
Did you even tested this "release" on a clean client to see if is working ?
when 51002.use begin
[COLOR="Red"]if item.get_socket(0) == 0 or item.get_socket(1) == 0 or item.get_socket(2) == 0 then
local randBonus = energy.getRandomBonus()
local bonus = randBonus[1]
local point = randBonus[2]
Quote:
und was ist an dem jetzt besonders?
Questabschnitt =>
local duration = number(energy.getSetting("durationMin"),energy.getSetting("durationMax")) * energy.getSetting("durationMultiplier")
[COLOR="Red"] item.set_socket(0, bonus)
item.set_socket(1, point)
item.set_socket(2, duration)[/COLOR]