|
You last visited: Today at 10:39
Advertisement
[Epic-Release]*•Perfect•* Energy-System By VanillaMetin2
Discussion on [Epic-Release]*•Perfect•* Energy-System By VanillaMetin2 within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
09/06/2012, 17:20
|
#16
|
elite*gold: 73
Join Date: Jul 2012
Posts: 387
Received Thanks: 433
|
2 Release's reichen ja nicht, Nein.
Das muss noch ein 3. mal Released werden, damit wir merken, dass das Niveau immer tiefer sinkt.
|
|
|
09/06/2012, 18:28
|
#17
|
elite*gold: 0
Join Date: Jun 2012
Posts: 1
Received Thanks: 0
|
Query pls...
|
|
|
09/06/2012, 18:32
|
#18
|
elite*gold: 0
Join Date: Mar 2010
Posts: 7
Received Thanks: 0
|
Code:
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 ::
|
|
|
09/06/2012, 18:40
|
#19
|
elite*gold: 0
Join Date: Jun 2010
Posts: 1,469
Received Thanks: 957
|
Ihr seid solche Idioten
Schaut es euch doch erstmal an!
Code:
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)
|
|
|
09/06/2012, 22:12
|
#20
|
elite*gold: 0
Join Date: Dec 2010
Posts: 199
Received Thanks: 231
|
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 ::
|
|
|
09/06/2012, 23:13
|
#21
|
elite*gold: 45
Join Date: Mar 2011
Posts: 253
Received Thanks: 238
|
Quote:
Originally Posted by zunmt2
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 ::
|
Tab ?
|
|
|
09/07/2012, 00:19
|
#22
|
elite*gold: 0
Join Date: Jul 2011
Posts: 246
Received Thanks: 51
|
und was ist an dem jetzt besonders?
|
|
|
09/07/2012, 03:09
|
#23
|
elite*gold: 0
Join Date: Apr 2009
Posts: 68
Received Thanks: 104
|
EPIC FAIL !
this "release" its an epic fail... you used to much copy paste.
Commands you posted :
PHP Code:
# ENERGY
"EnergyShow" : self.ShowEnergy,
"EnergyHide" : self.HideEnergy,
"Energy" : self.Energy,
# END ENERGY
Those are for Energy bar display right ? well you quest command is :
PHP Code:
cmdchat("energysystem "..getenergytyp().."|"..getenergyvalue().."#"..getenergytime())
cmdchat("energysystem "..anz.."|"..boni_list[anz][2].."#"..(get_time() + 7200))
I don`t see any other commands to change Energy Bar display..
Did you even tested this "release" on a clean client to see if is working ?
|
|
|
09/07/2012, 03:11
|
#24
|
elite*gold: 0
Join Date: Dec 2011
Posts: 55
Received Thanks: 53
|
Quote:
Originally Posted by gkilah
this "release" its an epic fail... you used to much copy paste.
Commands you posted :
PHP Code:
# ENERGY "EnergyShow" : self.ShowEnergy, "EnergyHide" : self.HideEnergy, "Energy" : self.Energy, # END ENERGY
Those are for Energy bar display right ? well you quest command is :
PHP Code:
cmdchat("energysystem "..getenergytyp().."|"..getenergyvalue().."#"..getenergytime())
cmdchat("energysystem "..anz.."|"..boni_list[anz][2].."#"..(get_time() + 7200))
I don`t see any other commands to change Energy Bar display..
Did you even tested this "release" on a clean client to see if is working ?
|
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 .
|
|
|
09/07/2012, 14:16
|
#25
|
elite*gold: 0
Join Date: Dec 2010
Posts: 199
Received Thanks: 231
|
Quote:
Originally Posted by Creator7111
Tab ? 
|
I know what is the problem and is dont Tab lol
is the end i put ENTER.
But this dont work 100%
|
|
|
09/07/2012, 14:43
|
#26
|
elite*gold: 0
Join Date: Jun 2010
Posts: 1,469
Received Thanks: 957
|
Code:
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:
Originally Posted by JediMax
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]
+ Gehirn
= 
[/COLOR]
|
|
|
01/06/2013, 19:48
|
#27
|
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
|
Nice!
Ehmm... so..
|
|
|
10/01/2017, 14:38
|
#28
|
elite*gold: 13
Join Date: Jun 2010
Posts: 60
Received Thanks: 17
|
ich kann asthar nur zustimmen..
|
|
|
10/02/2017, 00:05
|
#29
|
elite*gold: 1810
Join Date: Jan 2012
Posts: 2,208
Received Thanks: 1,630
|
Quote:
Originally Posted by bennni
ich kann asthar nur zustimmen..
|
Hör doch mal auf, die ganzen alten Threads zu pushen...
Gib einfach ein "Thanks", wenn es dir gefällt oder lass es sein.
|
|
|
06/29/2018, 14:18
|
#30
|
elite*gold: 0
Join Date: Jan 2018
Posts: 1
Received Thanks: 0
|
step 6. cant be downloaded.. something goes wrong
|
|
|
Similar Threads
|
[Release] Energy System
11/07/2013 - Metin2 PServer Guides & Strategies - 270 Replies
Da gestern einer meinte das verkaufte System von mir und LordMampf2 zu Releasen mache ich es nun Public.
Die Erlaubnis von LordMampf2 habe ich dazu auch.
Nunja zuerstmal die Quest
quest energy_sys begin
state start begin
when 20001.chat."Eine neue Technik" with (game.get_event_flag("energy") == 1 or pc.is_gm() == true) begin
say_title("Alchemist")
|
[Release] Energy-System
08/09/2012 - Metin2 PServer Guides & Strategies - 50 Replies
jo...
I love you Awesoome ;D
Im Anhang befindet sich alles was man brauch.
mfg Zymos
|
All times are GMT +1. The time now is 10:41.
|
|