when i put the item give bonus
when i remove item remove bonus
PHP Code:
quest olimpico1 begin
state start begin
when 71158.use begin
cmdchat("buff7")
local time = get_time()
if pc.getqf("olimpico1") == 0 begin
affect.add_collect(apply.STEAL_HP, 10, 15*60)
affect.add_collect(apply.STEAL_SP, 10, 15*60)
affect.add_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.add_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.add_collect(apply.ATT_SPEED, 20, 15*60)
affect.add_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 1)
elseif pc.getqf("olimpico1") > time then
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
when logout or login with pc.getqf("olimpico1") == 1 begin
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
end
quest olimpico1 begin
state start begin
when 71158.use begin
cmdchat("buff7")
local time = get_time()
if pc.getqf("olimpico1") == 0 then
affect.add_collect(apply.STEAL_HP, 10, 15*60)
affect.add_collect(apply.STEAL_SP, 10, 15*60)
affect.add_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.add_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.add_collect(apply.ATT_SPEED, 20, 15*60)
affect.add_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 1)
elseif pc.getqf("olimpico1") > time then
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
when logout or login with pc.getqf("olimpico1") == 1 begin
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
end
quest olimpico1 begin
state start begin
when 71158.use begin
cmdchat("buff7")
local time = get_time()
if pc.getqf("olimpico1") == 0 then
affect.add_collect(apply.STEAL_HP, 10, 15*60)
affect.add_collect(apply.STEAL_SP, 10, 15*60)
affect.add_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.add_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.add_collect(apply.ATT_SPEED, 20, 15*60)
affect.add_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 1)
elseif pc.getqf("olimpico1") => time then
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
when logout or login with pc.getqf("olimpico1") == 1 begin
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
end
quest olimpico1 begin
state start begin
when 71158.use begin
cmdchat("buff7")
local time = get_time()
if pc.getqf("olimpico1") == 0 begin
affect.add_collect(apply.STEAL_HP, 10, 15*60)
affect.add_collect(apply.STEAL_SP, 10, 15*60)
affect.add_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.add_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.add_collect(apply.ATT_SPEED, 20, 15*60)
affect.add_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 1)
elseif pc.getqf("olimpico1") > time then
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
when logout or login with pc.getqf("olimpico1") == 1 begin
affect.remove_collect(apply.STEAL_HP, 10, 15*60)
affect.remove_collect(apply.STEAL_SP, 10, 15*60)
affect.remove_collect(apply.EXP_DOUBLE_BONUS, 50, 15*60)
affect.remove_collect(apply.ATT_GRADE_BONUS, 30, 15*60)
affect.remove_collect(apply.ATT_SPEED, 20, 15*60)
affect.remove_collect(apply.CAST_SPEED, 10, 15*60)
pc.setqf("olimpico1", 0)
end
end
end
end
[Release] Lager quest + gm item quest 06/13/2012 - Metin2 PServer Guides & Strategies - 12 Replies Hey Com,
Ich will hier mal 2 Sachen Releasen:D
https://www.virustotal.com/file/e9323b9289988d9e4 65e418600bd6179bb5a3a245630cab937c46f076618476b/an alysis/1339426405/
Thx wäre nett
Entpack PW: epvp
[Quest]Hilfe pls exp quest für item![Root funserver] 11/18/2011 - Metin2 Private Server - 6 Replies kann mir jemand eine quest machen
das man aus mondlichtruhe zb viel exp kriegt und yang?
soll ein funserver sein daraus kriegt man yang und exp um was zu kaufen usw
und er wird ein root server vill heute dann fertig
my quest and mob_drop_item.txt error? and my item error? 08/14/2011 - Metin2 Private Server - 1 Replies hi guys, i hava a vps(1GB ram) server. Metin2 installed and no problem..
i mob_drop_item.txt editing after server reset and core error!
mob_drop_item.txt added(sample); after server putty in reset, i saw core error
Group mygroup
{
type limit
mob 101
quest for new item 04/26/2011 - Metin2 - 1 Replies Hi,
How I can do that?
YouTube - Nowy Typ Piecz
I added new item and I can wear and unwear it, but i can't write quest for horse. Please help. :)
Item Manager Error [Critical Error] 12/29/2010 - S4 League - 0 Replies Also,
immer wenn ich S4 "beende" kommt immer so ein Critical Error wenn ich s4 mit dem Item Manager wieder starten will und ich muss mich immer wieder vom PC Abmelden und Anmelden und das nervt, gibt es vllt noch ne andere Lösung?
Screen :
Item Manager Critical Error