I want to ask for an item that you can pass on that map.Quote:
quest event_map begin
state start begin
when login or levelup with pc.level >75 begin
set_state(event_map)
end
end
state event_map begin
when 20090.chat."New Map" begin
say(""..mob_name(20092)..":")
say("")
say("Greetings traveler!")
say("You viewing categories so in an New Map?")
say("I can spend happy.")
say("")
say("Where do u want to teleport u?")
say("")
local a= select("New Map","Cancel")
if 1==a then
say(""..mob_name(20092)..":")
say("")
say("Let's Go")
say("I wish you will have fun!!")
wait()
pc.warp(105200 , 10000)
elseif 2==a then
say(""..mob_name(20092)..":")
say("")
say("Ok")
say("Then stay here first")
end
end
end
end
Somebody can fill me the script?






