quest qaqa begin
state start begin
when login begin
end
end
end
/usr/game/share/locale/turkey/quest/object/state
when login with pc.is_gm() begin
when login with pc.is_gm() and pc.get_map_index(212) begin
quest qaqa begin
state start begin
when login with pc.is_gm() and pc.get_map_index(212) begin
pc.give_item(71175, 1)
end
end
end
quest qaqa begin
state start begin
when login with pc.is_gm() and pc.get_map_index(212) begin
if pc.get_level() = 90 then
pc.give_item(71175, 2)
else
pc.give_item(71175, 1)
end
end
end
end