Sunteți pe pagina 1din 1

quest medcal begin

state start begin


when 9009.chat."Medalie de cal" begin
say_title("Medalie de cal")
say("Eu sunt pescarul acestui server, te pot ajuta...")
say("�n schimbul a 100 buc�i de piatr� �ti pot oferi 1 Medalie de cal")
say("Doresti sa faci schimbul ? ")
local menu = select ("Da","Nu")
if menu == 2 then
say("Ok, revino cand te hotarasti")
return
elseif menu == 1 then
local items = pc.count_item(27990)
if items >= 100 then
say("�ntelegerea este �ntelegere!")
say("Aici ai premiul tau : Medalie de Cal")
pc.remove_item(27990, 100 )
pc.give_item2(50050, 1 )
return
elseif items < 99 then
say("Nu ai itemele necesare, te astept cand vei avea tot ce trebuie.")
return
end
end
end
end
end

S-ar putea să vă placă și