quest kurbis112457 begin
state start begin
when 9006.chat." تفعيل حدث الهالوين " with pc.is_gm() begin
if game.get_event_flag("kürbisse_drop") == 0 then
say(" الى الان لم يتم تفعيل الحدث! ")
say(" هل تريد تفعيل الحدث؟ ")
local s = select (" نعم ", " لا ")
if s == 1 then
say(" لقد تم التفعيل بالفعل! ")
game.set_event_flag("kürbisse_drop", 1)
notice_all(" تم تفعيل مسآبقة هالوين ")
else
return
end
else
say(" تم تمكين حدث هالوين ")
say(" هل تريد تعطيله؟ ")
local s = select(" نعم "," لا ")
if s == 1 then
say(" لقد تم التعطيل بالفعل! ")
game.set_event_flag("kürbisse_drop", 0)
notice_all(" تم تعطيل مسآبقة هالوين ")
else
return
end
end
end
when 9006.chat." حدث هالوين " begin
say_title (" آهلآ وسهلآ , "..pc.get_name().."!")
say (" لقد بدأت مسابقه هالوين ")
say (" وذلك يمكنك الحصول على قرع ")
say (" وذلك يمكنك الحصول عليه من جميع وحوش اللعبه ")
say (" ويمكنك الجمع من 5 حتى 100 ")
say ("")
say (" نتمنى لكم التوفيق والنجآح ")
say (" مع تحيآت إدارة اللعبه ")
say ("")
wait()
say_title (" يمكنك استبدال القرع: ")
say ("")
say_reward ("50 = خواتم ركوب ")
say_reward ("100 = ثمرة الحياة ")
say_reward ("150 = حجرين روحيين ")
say_reward ("200 = انواع اللؤلؤ ")
end
when 9006.chat." صرف القرع : " with pc.count_item(50095) >= 50 begin
say_title (""..pc.get_name()..":")
say (" كم لديك من القرع؟ ")
local a = select (" 50 من القرع ", " 100 من القرع ", " 150 من القرع ", " 200 من القرع ", " خروج ")
if a == 1 then
if pc.count_item(50095) >= 50 then
pc.give_item2(71114, 10)
pc.remove_item(50095, 50)
else
say (" لديك قليل من القرع ")
end
elseif a == 2 then
if pc.count_item(50095) >= 100 then
pc.give_item2(71107)
pc.give_item2(71107)
pc.remove_item(50095, 100)
else
say (" لديك قليل من القرع ")
end
elseif a == 3 then
if pc.count_item(50095) >= 150 then
pc.give_item2(50513)
pc.give_item2(50513)
pc.remove_item(50095, 150)
else
say(" لديك قليل من القرع ")
end
elseif a == 4 then
if pc.count_item(50095) >= 200 then
pc.give_item2(27992)
pc.give_item2(27993)
pc.give_item2(27994)
pc.remove_item(50095, 200)
else
say(" لديك قليل من القرع ")
end
end
end
when kill with game.get_event_flag("kürbisse_drop") == 1 begin
if not npc.is_pc() then
local drop = math.random(1, 50)
if drop < 3 then
game.drop_item(50095, 1)
end
end
end
end
end
كلمة شكرأ تكفي ..