drop event quest 01/14/2014 - Metin2 Private Server - 2 Replies hello elitepvpers i wont quest for drop event for item 50011 the Moonlight Treasures
please can to sent me the quest to work 100% without bugs....
please help..
mission drop event 08/10/2013 - 4Story - 2 Replies hi can anybody tell me which map id i have to use when i also want that the item drop/gold drop event is also in the missions?
Hi kann mir jemand sagen welche map id ich verwenden muss damit ich bei einem drop event auch erhöhte dropchancen im doku hab?
[RELEASE] Event Drop 12/06/2012 - Metin2 PServer Guides & Strategies - 46 Replies Hallo Leute,
da ja bald wieder Halloween ist (*hust* ist noch bisschen hin) habe ich hier mal für euch eine Quest, die euch den Kürbisdrop erleichtert. (Dies gilt nicht nur für Kürbis, kann alles mögliche sein, zum Beispiel Ostereier).
Also hier erstmal die Quest, dann die Erklärung:
when kill with game.get_event_flag("kuerbis_drop") == 1 and not npc.is_pc() begin
local s=number(1, 200)
if 5 == s then
game.drop_item(50095,1)
end
what make event drop 07/11/2012 - Metin2 Private Server - 0 Replies what make event drop
(with GM comand start all mob drop items )
[Help Needed]Drop Event 02/19/2010 - CO2 Private Server - 2 Replies I searched 2 forums for a fix for this and have not found anything so I came here. I have the following code for a drop event,(not my code, came with the source), and the event works fine, only problem is the event does not end until a server restart. Is there some way to make it end when the timer is over?
if (Cmd == "/dropevent")
{
try
{
if (Program.DropEventTimer == null)
...