antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
caveiraps2

[Ajuda ] Quest Teleporte Não Funciona

5 posts in this topic

quest betamapwarp begin
state start begin
when 20094.chat."Bay Black Sand (Lv. 75)" with pc.get_level() > 74 begin
say_title("Senhora")
say("")
say("Vejo que você deseja Ser Teleportado")
say("Você tem certeza?,")
say("Irei te Teleportar")
say("Pagando bem.. que mal tem?")
say("")
say_reward("Quer Mesmo Ir??")
 
local s1=select("Teleportar","Cancelar")
if s1 == 1 then
pc.warp(1087000, 1655400)
else
return
end
end
when 20094.chat."Cape Dragon Head (Lv. 80)" with pc.get_level() > 79 begin
say_title("Senhora")
say("")
say("Vejo que você deseja Ser Teleportado")
say("Você tem certeza?,")
say("Irei te Teleportar")
say("Pagando bem.. que mal tem?")
say("")
say_reward("Quer Mesmo Ir??")
 
local s1=select("Teleportar","Cancelar"))
if s1 == 1 then
pc.warp(1084600, 1784400)
else
return
end
end
when 20094.chat."Dawn Mist Wood (Lv. 90)" with pc.get_level() > 89 begin
say_title("Senhora")
say("")
say("Vejo que você deseja Ser Teleportado")
say("Você tem certeza?,")
say("Irei te Teleportar")
say("Pagando bem.. que mal tem?")
say("")
say_reward("Quer Mesmo Ir??")
 
local s1=select("Teleportar","Cancelar")
if s1 == 1 then
pc.warp(1226600, 1680600)
else
return
end
end
when 20094.chat."Mt Thunder (Lv. 95)" with pc.get_level() > 94 begin
say_title("Senhora")
say("")
say("Vejo que você deseja Ser Teleportado")
say("Você tem certeza?,")
say("Irei te Teleportar")
say("Pagando bem.. que mal tem?")
say("")
say_reward("Quer Mesmo Ir??")
 
local s1=select("Teleportar","Cancelar")
if s1 == 1 then
pc.warp(1134400, 1654800)
else
return
end
end
when 20094.chat."Jungle Waste (Lv. 110)" with pc.get_level() > 109 begin
say_title("Senhora")
say("")
say("Vejo que você deseja Ser Teleportado")
say("Você tem certeza?,")
say("Irei te Teleportar")
say("Pagando bem.. que mal tem?")
say("")
say_reward("Quer Mesmo Ir??")
 
local s1=select("Teleportar","Cancelar")
if s1 == 1 then
pc.warp(53776900, 51237100)
else
return
end
end
end
end
 

Share this post


Link to post
Share on other sites
antiblock
Cyphriun

Alguém pode descobrir o erro desta quest ?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this