Problem with my server.

05/30/2011 19:58 MagicznyTai#1
I write this post in English because I do not talk in German


[Only registered and activated users can see links. Click Here To Register...]


At the top is a picture with my problem
Nothing I did in NaViCAt.Problem appeared from nowhere.
Please help because the MPC does not know how to solve this problem


Here you have a quest "change_to_lotto"

quest change_to_lotto begin
state start begin
when 9006.chat."Lotterie" with game.get_event_flag("luck_scroll")>0 begin
say("Im moment veranstaltet die Regierung")
say("einen Lotterie Wettbewerb.")
say("")

if pc.countitem(50027) > 0 then
say("Möchtest du an der Lotterie teilnehmen? ")
local s = select('Ja', 'Nein')

if s == 1 then
pc.removeitem(50027, 1)
pc.give_lotto()
end
else
say("Du hast noch kein Lotterie Los!")
end
end
end
end



Quest is in Germany



Thank you Google Translate ;d