ich euch gerne fragen, ob diese Quest richtig ist...
Code:
quest privempire begin
state start begin
when letter with pc.is_gm() begin
send_letter("Rates auswählen")
end
say("Willst du die Werte ändern ?")
local a = select ("Normal", "Wochenende", "Event", "Abbrechen")
if a == 1 then
cmdchat("/priv_empire 0 1 500 9999")
cmdchat("/priv_empire 0 2 500 9999")
cmdchat("/priv_empire 0 3 500 9999")
cmdchat("/priv_empire 0 3 500 9999")
elseif a == 2 then
cmdchat("/priv_empire 0 1 600 9999")
cmdchat("/priv_empire 0 2 600 9999")
cmdchat("/priv_empire 0 3 600 9999")
cmdchat("/priv_empire 0 3 600 9999")
elseif a == 3 then
cmdchat("/priv_empire 0 1 800 9999")
cmdchat("/priv_empire 0 2 800 9999")
cmdchat("/priv_empire 0 3 800 9999")
cmdchat("/priv_empire 0 3 800 9999")
else
return
end
end
end
end






