Register for your free account! | Forgot your password?

You last visited: Today at 01:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Quest teleport

Discussion on Quest teleport within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
Quest teleport

These days I'm working on a server. I thought to give a teleporter quest.

Download:
Quote:
Quote:
Change:
22030 - whit your item vnum.

when 22030.use begin
PHP Code:
quest teleport begin
    state start begin
        when 22030.
use begin
            say_title
("Metin2KSA:")
            
say("")
            
say("Hi, choose the destination !")
                
local opzioni =select ("Kingdom","Pvm Maps","Close")
                if 
opzioni == 1 then
                say_title
("Metin2KSA:")
                
say("")
                
say("Choose the destination !")
                
local kingdom =select("Listhmos's Castle","Dendera's Castle","Milgaard's Castle","Close")
                    if 
kingdom == 1 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 5000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 5.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-5000)
                    
pc warp 474300954800 )
                    elseif 
kingdom == 2 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 5000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 5.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-5000)
                    
pc warp 63800166400 )
                    elseif 
kingdom == 3 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 5000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 5.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-5000)
                    
pc warp 959900269200 )
                    
                    elseif 
kingdom == 4 then
                    
return
                
end

                
elseif opzioni == 2 then
                say_title
("Metin2KSA:")
                
say("")
                
say("Choose the destination !")
                
local pvm =select("Nula Valley","Waste Land","Tangra Mountain","Hwang Temple","Forward","Close")
                    if 
pvm == 1 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 10000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 10.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-10000)
                    
pc warp 333900 752500 )
                    elseif 
pvm == 2 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 10000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 10.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-10000)
                    
pc warp 290000 550000 )
                    elseif 
pvm == 3 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 10000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 10.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-10000)
                    
pc warp 436210 215744 )
                    elseif 
pvm == 4 then
                        
if pc.get_level() < 10 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum Level 10,")
                        
say_reward("to continue.")
                        return
                        
end
                        
                        
if pc.get_gold() < 10000 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("You need a minimum 10.000 Yang,")
                        
say_reward("to continue.")
                        return
                        
end
    
                    say_title
("Metin2KSA:")
                    
say("")
                    
say_reward("Soon you will be teleported:")
                    
wait()
                    
pc.changegold(-10000)
                    
pc warp 553600 144100 )
                    elseif 
pvm == 5 then
                    say_title
("Metin2KSA:")
                    
say("")
                    
say("Choose the destination !")
                    
local pvm1 =select("Demon Tower","Cave I","Cave II","Doyyumhwaji","Forward","Close")
                        if 
pvm1 == 1 then
                            
if pc.get_level() < 40 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum Level 40,")
                            
say_reward("to continue.")
                            return
                            
end
                        
                            
if pc.get_gold() < 25000 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum 25.000 Yang,")
                            
say_reward("to continue.")
                            return
                            
end
    
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("Soon you will be teleported:")
                        
wait()
                        
pc.changegold(-25000)
                        
pc warp 590500 110500 )
                        elseif 
pvm1 == 2 then
                            
if pc.get_level() < 40 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum Level 40,")
                            
say_reward("to continue.")
                            return
                            
end
                        
                            
if pc.get_gold() < 25000 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum 25.000 Yang,")
                            
say_reward("to continue.")
                            return
                            
end
    
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("Soon you will be teleported:")
                        
wait()
                        
pc.changegold(-25000)
                        
pc warp 60000 496000 )
                        elseif 
pvm1 == 3 then
                            
if pc.get_level() < 60 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum Level 60,")
                            
say_reward("to continue.")
                            return
                            
end
                        
                            
if pc.get_gold() < 30000 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum 30.000 Yang,")
                            
say_reward("to continue.")
                            return
                            
end
    
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("Soon you will be teleported:")
                        
wait()
                        
pc.changegold(-30000)
                        
pc warp 704100 464100 )
                        elseif 
pvm1 == 4 then
                            
if pc.get_level() < 60 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum Level 60,")
                            
say_reward("to continue.")
                            return
                            
end
                        
                            
if pc.get_gold() < 40000 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("You need a minimum 40.000 Yang,")
                            
say_reward("to continue.")
                            return
                            
end
    
                        say_title
("Metin2KSA:")
                        
say("")
                        
say_reward("Soon you will be teleported:")
                        
wait()
                        
pc.changegold(-40000)
                        
pc warp 599400 680000 )
                        elseif 
pvm1 == 5 then
                        say_title
("Metin2KSA:")
                        
say("")
                        
say("Choose the destination !")
                        
local pvm2 =select("Lungsam","Red Wood","Snakefield I","Snakefield II","Forward","Close")
                            if 
pvm2 == 1 then
                                
if pc.get_level() < 60 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum Level 60,")
                                
say_reward("to continue.")
                                return
                                
end
                        
                                
if pc.get_gold() < 40000 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum 40.000 Yang,")
                                
say_reward("to continue.")
                                return
                                
end
    
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("Soon you will be teleported:")
                            
wait()
                            
pc.changegold(-40000)
                            
pc warp 288700 5700 )
                            elseif 
pvm2 == 2 then
                                
if pc.get_level() < 75 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum Level 75,")
                                
say_reward("to continue.")
                                return
                                
end
                        
                                
if pc.get_gold() < 70000 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum 70.000 Yang,")
                                
say_reward("to continue.")
                                return
                                
end
    
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("Soon you will be teleported:")
                            
wait()
                            
pc.changegold(-70000)
                            
pc warp 1119900 70800 )
                            elseif 
pvm2 == 3 then
                                
if pc.get_level() < 60 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum Level 60,")
                                
say_reward("to continue.")
                                return
                                
end
                        
                                
if pc.get_gold() < 40000 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum 40.000 Yang,")
                                
say_reward("to continue.")
                                return
                                
end
    
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("Soon you will be teleported:")
                            
wait()
                            
pc.changegold(-40000)
                            
pc warp 1059000 726200 )
                            elseif 
pvm2 == 4 then
                                
if pc.get_level() < 75 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum Level 75,")
                                
say_reward("to continue.")
                                return
                                
end
                        
                                
if pc.get_gold() < 70000 then
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("You need a minimum 70.000 Yang,")
                                
say_reward("to continue.")
                                return
                                
end
    
                            say_title
("Metin2KSA:")
                            
say("")
                            
say_reward("Soon you will be teleported:")
                            
wait()
                            
pc.changegold(-70000)
                            
pc warp 828300 763500 )
                            elseif 
pvm2 == 5 then
                            say_title
("Metin2KSA:")
                            
say("")
                            
say("Choose the destination !")
                            
local pvm3 =select("Grotto of Exile I","Grotto of Exile II","Beran-Setaou","Close")
                                if 
pvm3 == 1 then
                                    
if pc.get_level() < 75 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum Level 75,")
                                    
say_reward("to continue.")
                                    return
                                    
end
                        
                                    
if pc.get_gold() < 70000 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum 70.000 Yang,")
                                    
say_reward("to continue.")
                                    return
                                    
end
    
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("Soon you will be teleported:")
                                
wait()
                                
pc.changegold(-70000)
                                
pc warp 10000 1207800 )
                                elseif 
pvm3 == 2 then
                                    
if pc.get_level() < 80 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum Level 80,")
                                    
say_reward("to continue.")
                                    return
                                    
end
                        
                                    
if pc.get_gold() < 100000 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum 100.000 Yang,")
                                    
say_reward("to continue.")
                                    return
                                    
end
    
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("Soon you will be teleported:")
                                
wait()
                                
pc.changegold(-100000)
                                
pc warp 241300 1275500 )
                                elseif 
pvm3 == 3 then
                                    
if pc.get_level() < 90 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum Level 90,")
                                    
say_reward("to continue.")
                                    return
                                    
end
                        
                                    
if pc.get_gold() < 200000 then
                                    say_title
("Metin2KSA:")
                                    
say("")
                                    
say_reward("You need a minimum 200.000 Yang,")
                                    
say_reward("to continue.")
                                    return
                                    
end
    
                                say_title
("Metin2KSA:")
                                
say("")
                                
say_reward("Soon you will be teleported:")
                                
wait()
                                
pc.changegold(-200000)
                                
pc warp 177600 1220800 )
                                return
                            
end
                        end
                    end
                end
                
                
elseif opzioni == 3 then
                
return
                
end

        end
    end
end 
MrGanja is offline  
Thanks
1 User
Old 12/19/2012, 13:53   #2
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,219
Received Thanks: 278
allready published *faceplam*

and Download?


make it in php code
´Sh4Xx` is offline  
Old 12/19/2012, 14:05   #3
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
Already posted? You are soo ignorant and stupid.
Show me one that has this structure
MrGanja is offline  
Old 12/19/2012, 14:07   #4
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,219
Received Thanks: 278
i don´t download it! pls make




PHP Code:
PHP code

Quest

bla bla bla 
´Sh4Xx` is offline  
Old 12/19/2012, 14:26   #5
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
Quote:
Originally Posted by BlackNightZ View Post
i don´t download it! pls make




PHP Code:
PHP code

Quest

bla bla bla 
You have too many claims. I put in php for those who have problems with downloads, isn't for you.
MrGanja is offline  
Old 12/19/2012, 14:32   #6
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,219
Received Thanks: 278
okay,

it give Teleport quests with this Structa wait i search you
´Sh4Xx` is offline  
Old 12/19/2012, 14:40   #7
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
Child do you don't understand that i did from 0?
MrGanja is offline  
Old 12/19/2012, 17:54   #8
 
elite*gold: 0
Join Date: May 2010
Posts: 563
Received Thanks: 90
Was soll man mit dem ****?
load01 is offline  
Old 12/19/2012, 20:04   #9
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
Quote:
Originally Posted by load01 View Post
Was soll man mit dem ****?
There's no understand what you said
MrGanja is offline  
Old 12/19/2012, 20:17   #10
 
Fever.'s Avatar
 
elite*gold: 182
Join Date: May 2010
Posts: 1,367
Received Thanks: 244
Ist doch voll alt...
Fever. is offline  
Old 12/19/2012, 20:34   #11
 
MrGanja's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 262
Received Thanks: 200
If you show me one with level and yang... i will believe you.
MrGanja is offline  
Old 12/20/2012, 13:35   #12
 
elite*gold: 0
Join Date: Jul 2011
Posts: 16
Received Thanks: 4
Thanks for the quest
By the way,when will you open your server? I've been waiting for a good Arabic server for ages.
And how do I add the quest to my server please?
You can reply in Arabic if it's easier.
hamadmouk is offline  
Reply


Similar Threads Similar Threads
Quest Teleport
04/05/2012 - Metin2 Private Server - 1 Replies
Hello, I'm here asking for quest teleport level and to request an item. :D
QUEST Teleport *(New)
12/28/2011 - Metin2 Private Server - 2 Replies
i find Quest Teleport (GermanY or English) But i need it teleport work 100% :handsdown: don't cloes it post plz
Teleport quest
07/20/2011 - Metin2 Private Server - 5 Replies
Hello people , I am searching an teleport quest ( for NPC - 20093 ) like in v2 . For ex : i want to make an teleporter to transorpt player in grotte , but he must give a blood stone . I have searched entire forum but nothing . Does someone have one ? Like always , nobody helps.
[quest]teleport
08/06/2010 - Metin2 Private Server - 2 Replies
how do you teleport 1 kingdom out off a map, without teleporting the other kingdoms?
Quest Teleport
02/20/2010 - Metin2 Private Server - 0 Replies
I need help with this Quest: http://wklej.to/NSNd I have this Problem: http://wklej.to/Znto GracjanP



All times are GMT +1. The time now is 01:04.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.