Register for your free account! | Forgot your password?

You last visited: Today at 07:38

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

Advertisement



[Quest Release]Warpring *redesigned*

Discussion on [Quest Release]Warpring *redesigned* within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
[Quest Release]Warpring *redesigned*

this quest is the normal warpring, but redesigned so that's easier to add maps and change maps.

if you like it, thank it =)


Features:
-enables players to warp to maps with an item.

Things that can be better:


Installation:
Copy and paste the quest in a text editor.
Save it as: warpring.quest
upload it into your serverfiles
add the quest into hongkong_list
remove the original warpring quest from hongkong_list
run sh make.sh
execute /reload q in game

item used:
-

Special note:
The level requirment is for my pvp event, that i will release later, since i'm not happy with it right now.

Quest file:
PHP Code:
quest warpring begin
    state start begin
        when 40002.
use begin
            local empire 
pc.get_empire()
            
local level pc.get_level()
            --
local pvpMinLevel game.get_event_flag("pvpMinLevel")
            --
local pvpMaxLevel game.get_event_flag("pvpMaxLevel")
            --
local pvpMapOpen game.get_event_flag("pvpMapOpen")
            
say_title("Warp Ring:")
            
say("Would you like to teleport?")
            
local a select("Yes","No")
        if 
== 1 then
            say
("Where would you like to teleport?")
            --
Open menu   
            local sub_set 
select("Map 1""Map 2""Nula Valley""Wasteland""Tangra valley""Pit of Death""Next Page""Close")
            if 
sub_set == 7 then
                local sub_set2 
select("Valkus""Demon Tower""V2""Red Forest""Watery Cavern""Close")
            
end
            
            
-- Exiting
            
if sub_set == 8 then
                
return
            
end
            
if sub_set2 == 6 then
                
return
            
end
            
-- Warping blue
            
if sub_set == and empire == 3 then
                pc
.warp(921600204800 )
            elseif 
sub_set == and empire == 3 then
                pc
.warp(819200204800 )
            elseif 
sub_set == and empire == 3 then
                pc
.warp(321300808000 )
            elseif 
sub_set == and empire == 3 then
                pc
.warp(344000502500 )
            elseif 
sub_set == and empire == 3 then
                pc
.warp(491800173600 )
            elseif 
sub_set2 == and empire == 3 then
                pc
.warp(730700689800 )   
            elseif 
sub_set2 == and empire == 3 then
                pc
.warp(590500110500 )
            elseif 
sub_set2 == and empire == 3 then
                pc
.warp(704100464100 )
            elseif 
sub_set2 == and empire == 3 then
                pc
.warp(1119900,70800 )
            elseif 
sub_set2 == and empire == 3 then
                pc
.warp(103551212929 )
            
end
            
-- Warping yellow
            
if sub_set == and empire == 2 then
                pc
.warp(0102400 )
            elseif 
sub_set == and empire == 2 then
                pc
.warp(102400204800 )
            elseif 
sub_set == and empire == 2 then
                pc
.warp(270400739900 )
            elseif 
sub_set == and empire == 2 then
                pc
.warp(221900502700 )
            elseif 
sub_set == and empire == 2 then
                pc
.warp(270400739900 )
            elseif 
sub_set2 == and empire == 2 then
                pc
.warp(597800622200 )   
            elseif 
sub_set2 == and empire == 2 then
                pc
.warp(590500110500 )
            elseif 
sub_set2 == and empire == 2 then
                pc
.warp(704100464100  )
            elseif 
sub_set2 == and empire == 2 then
                pc
.warp(1119900,70800 )
            elseif 
sub_set2 == and empire == 2 then
                pc
.warp(103551212929 )
            
end
            
-- Warping red
            
if sub_set == and empire == 1 then
                pc
.warp(409600896000 )
            elseif 
sub_set == and empire == 1 then
                pc
.warp(307200819200 )
            elseif 
sub_set == and empire == 1 then
                pc
.warp(402677673589 )
            elseif 
sub_set == and empire == 1 then
                pc
.warp(217800627200 )
            elseif 
sub_set == and empire == 1 then
                pc
.warp(434200290600 )
            elseif 
sub_set2 == and empire == 1 then
                pc
.warp(599400756300 )   
            elseif 
sub_set2 == and empire == 1 then
                pc
.warp(590500110500 )
            elseif 
sub_set2 == and empire == 1 then
                pc
.warp(704100464100 )
            elseif 
sub_set2 == and empire == 1 then
                pc
.warp(1119900,70800 )
            elseif 
sub_set2 == and empire == 1 then
                pc
.warp(103551212929 )
            
end
                
-- Warping pvp map
            
if sub_set == 6 then
say
("This option is for pvp event that will be released later.")
                --if 
pvpMapOpen == 0 then
                
--    say_title("Warp ring")
                --    
say("The pvp map is closed now")
                --    
say("Come back later")
            --    else
            --        if 
level pvpMinLevel or level pvpMaxLevel then
            
--            say_title("Warp ring")
            --            
say("You don't furfill the level requirments.")
            --            
say("")
            --            
say("Minimum level is: "..pvpMinLevel..".")
            --            
say("Maximum level is: "..pvpMaxLevel..".")
            --            
say_reward("Your level is: "..level..".")
            --        else
            --            if 
empire == 1 then
            
--                pc.warp(95354418282)
            --            elseif 
empire == 2 then
            
--                pc.warp(93686322145)
            --            else
            --                
pc.warp(94776837327)
            --            
end
            
--        end
            
--    end
            end
        
else
            return
        
end
        end 
-- end when
    end
end 
sennah is offline  
Thanks
14 Users
Old 08/21/2010, 01:16   #2
 
tr0j3n18's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 154
Received Thanks: 33
tr0j3n18 is offline  
Old 08/21/2010, 01:19   #3
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
??
sennah is offline  
Old 08/21/2010, 01:21   #4
 
elite*gold: 0
Join Date: Jul 2010
Posts: 378
Received Thanks: 99
Spam
#reported
.Plies is offline  
Closed Thread


Similar Threads Similar Threads
[Funktion] Warpring
12/30/2010 - Metin2 PServer Guides & Strategies - 33 Replies
Hier für euch Warpring quest macht den Warpring funktionstüchtig. quest warpring begin state start begin when 70007.use with pc.get_level() >= 10 begin if pc.countitem("70007")>=1 then pc.removeitem("70007", 1) end say_title("Ring:")
WarpRing bearbeiten
09/15/2010 - Metin2 Private Server - 11 Replies
Juhuuu xDD. wie kann ich in filezilla auf den "warpring" kommen? ihr bekomt ein thx (standart spruch xD)
suche quest für Warpring
08/13/2010 - Metin2 Private Server - 8 Replies
Hi ich suche eine quest für den warpring... er sollte zu den code (823,0) führen, es währe nett wann jemand so eine quest schreibe kann...
[Release]Upp-Stuff Quest + Neue Bio Quest ->Testlauf
06/08/2010 - Metin2 PServer Guides & Strategies - 13 Replies
Hey und guten Morgen, Ich hatte grade bissl langeweile und hab mir gedacht man könnte doch seine Waffen auch mit 100% Uppchance gg bessere Waffen tauschen oder? Das heißt: Die Quest sieht so aus: Ihr geht zu Baek-Go. Wenn ihr jetzt zum Beispiel einen Krähenstahlbogen+9 und 2x Gegenangriffstrategien habt könnt ihr Ihn gg einen Geisterbogen+0 eintauschen! Die Quest funktioniert wunderbar und wurde auch schon getestet.



All times are GMT +1. The time now is 07:41.


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.