Register for your free account! | Forgot your password?
Rust Cheats

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 04:32

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

Advertisement



Blue Dragon room bugs?

Discussion on Blue Dragon room bugs? within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2010
Posts: 94
Received Thanks: 1
Unhappy Blue Dragon room bugs?

1. Hi. I have a bug with the dragon room. The metin stones keep respawning. If i smash one, another one appears.
2. And after i kill the dragon, it won't teleport me out, but another dragon appears in 1 sec.
3. The dragon dosen't make dmg. I setted hes dmg in navicat, but he won't give dmg. He usess a lot of skills, and no dmg.
4. The dragon only atacks with skills, no normal atacks? ist it normal?


The quest
PHP Code:
----------------------------------------------------
-- 
Dragonroom Quest
----------------------------------------------------
quest dragontemple begin
    state start begin

        when 30121.chat
."I want to kill the dragon" with pc.get_map_index() == 73 and game.get_event_flag("dragontemple_open") == 1 begin
            
if get_time() > game.get_event_flag("blockentry") and game.get_event_flag("blockentry") > 1 then
                game
.set_event_flag("dragontemple_block",1)
                
game.set_event_flag("blockentry"0)
            
end
            
            
if get_time() > game.get_event_flag("reopen") and game.get_event_flag("reopen") > 1 then
                game
.set_event_flag("dragontemple_used",0)
                
game.set_event_flag("dragontemple_block",0)
                
game.set_event_flag("reopen"0)
            
end
            
            
if game.get_event_flag("reopen")-get_time() < 0 then
                dragontime 
1
            
else
                
dragontime game.get_event_flag("reopen")-get_time()
            
end
            
            
if game.get_event_flag("dragontemple_used") == and game.get_event_flag("empire") == pc.get_empire() then
                
if game.get_event_flag("dragontemple_block") == 1 then
                    say_title
(mob_name(30121))
                    
say("")
                    
say("Currently you can't go into the Dragon's Lair.")
                    
say("Please come back later.")
                    
say("")
                    
say("Time Remaining: "..dragontime.." seconds.")
                    
say("")
                    return;
                
end
                
                say_title
(mob_name(30121))
                
say("")
                
say("I'm sorry, but the Dragon's Lair is currently")
                
say("reserved.")
                
say("If you have the password to access it,")
                
say("please enter it now...")
                
local password input()
                if 
game.get_event_flag("dragontemple_password") == tonumber(passwordthen
                    say_title
(""..mob_name(30121).."")
                    
say("")
                    
say("The password is correct!")
                    
say("I'll lead you to the chamber.")
                    
wait()
                    
say_title(""..mob_name(30121).."")
                    
say("")
                    
say("If you want, I can lead you into the")
                    
say("Dragon's Lair right now.")
                    
say("Just hand me over 3 of these:")
                    
say("")
                    
say_item_vnum(30179)
                   
                    
local s select("Please take them and let me in!""Cancel")
                    if 
== 1 then
                        
if pc.count_item(30179) >= 3 then
                            pc
.remove_item(30179,3)
                            
pc.warp(8440001066900,(97*10000))
                            
pc.setqf("payment"1)
                        else
                            
say("You only have "..pc.count_item(30179).." of 3 needed")
                            
say("")
                            
say_item_vnum(30179)
                        
end
                    
else
                        return
                    
end
                
else
                    
say_title(""..mob_name(30121).."")
                    
say("")
                    
say("The password is not correct!")
                    return
                
end
            
elseif pc.has_guild() and game.get_event_flag("dragontemple_used") == 0 then
                say_title
(""..mob_name(30121).."")
                
say("")
                
say("So you want to fight against the dragon?")
                
say("Please give me a password to enter the")
                
say("Dragon's Lair (only numeric) so I can protect it.")
                
say("You can tell this password to your friends")
                
say("to help you and enter the Dragon's Lair.")
                
say("Please tell the password to me.")
                
local password tonumber(input(""))
                
game.set_event_flag("dragontemple_password",password)
                
say_title(""..mob_name(30121).."")
                
say("")
                
say("If you want, I can lead you into the")
                
say("Dragon's Lair right now.")
                
say("Just hand me over 3 of these:")
                
say_item_vnum(30179)
                
say("")
                
say_reward("Please reminder, people who want to join you only")
                
say_reward("have 5 minutes before entrance locks down!")
                
say("")
                
                
local s select("Please take them and let me in!""Cancel")
                if 
== 1 then
                    
if pc.count_item(30179) >= 3 then
                        empire 
pc.get_empire()
                        
pc.remove_item(30179,3)
                        
DragonLair.startRaid(97)
                        
game.set_event_flag("dragontemple_used",1)
                        
game.set_event_flag("empire",empire)
                        
game.set_event_flag("metinkills"0)
                        
game.set_event_flag("reopen"get_time()+60*60)
                        
game.set_event_flag("blockentry"get_time()+5*60)
                        
pc.setqf("payment"1)
                    else
                        
say("You only have "..pc.count_item(30179).." of 3 needed")
                        
say("")
                        
say_item_vnum(30179)
                        
say("")
                        return
                    
end
                
elseif s==2 then
                    
return                                
                
end
            
elseif not pc.has_guild() then
                say_title
(""..mob_name(30121).."")
                
say("")
                
say("You need to be a member of a guild")
                
say("to fight against the dragon.")
            elseif 
game.get_event_flag("empire") > pc.get_empire() or game.get_event_flag("empire") < pc.get_empire() then
                say_title
(""..mob_name(30121).."")
                
say("")
                
say("Sorry but the Dragon Lair is currently")
                
say("occupied by another kingdom so you can not join")
            
end
        end
        
        when login with pc
.get_map_index() >= (97*10000begin
            
if pc.getqf("payment") < 1 then
                
if pc.count_item(30179) >= 3 then
                    pc
.remove_item(30179,3)
                else
                    
pc.warp(181800,1220863)
                    
send_letter("You have been banished from Dragon's Lair")
                
end
            
else
                
pc.setqf("payment"0)
            
end
        end
        
        when button 
or info begin
            say_title
("Dragon's Lair")
            
say("")
            
say("You did not have enough Dragon God's Symbols")
            
say("to enter the chamber.")
            
say("Therefore you have been kicked out of it.")
            
say("")
            
say("You require 3 Dragon God's Symbols to enter")
            
say_item_vnum(30179)
            
say("")
            
say_reward("You can join again if you get 3 Dragon God's Symbol")
        
end
        
        when 8031.kill 
or 8032.kill or 8033.kill or 8034.kill begin
            game
.set_event_flag("metinkills"game.get_event_flag("metinkills")+1)
            if 
game.get_event_flag("metinkills") == 3 then
                game
.set_event_flag("metinkills"3)
                
metin = {
                {
8031803280338034},
                }
                
number(1,4)
                
number(155,185)
                
number(155,185)
                
mob.spawn(tonumber(metin[1][n]), xy101)
            
end
        end
        
        when 2493.kill with pc
.get_map_index() >= (97*10000begin
            local drop 
number(1,10)
            if 
drop <= 3 then
                game
.drop_item(71123)
            elseif 
drop >= and drop <= 8 then
                game
.drop_item(71129)
            elseif 
drop >= 9 then
                game
.drop_item(71123)
                
game.drop_item(71129)
            
end
            game
.set_event_flag("reopen"get_time()+30*60)
            
notice_all("The group of "..pc.get_name().." has successfully slained the Aqua Dragon!")
            
game.set_event_flag("metinkills"0)
            
game.set_event_flag("dragontemple_block",1)
        
end
    end
end 
alfabet02 is offline  
Old 02/11/2014, 17:46   #2
 
atag's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 104
Received Thanks: 126
The quest is perfect, because this is the official one.

@1. Metin spawns are not a bug. You have to kill all metins but Metin Of Solitude.
@2-3-4: Have you got the right BlueDragon table in settings.lua? Are your regen files right?
atag is offline  
Thanks
1 User
Old 02/11/2014, 19:31   #3

 
elite*gold: 0
Join Date: Dec 2008
Posts: 2,825
Received Thanks: 1,538
U need a lua file in ur "germany" folder called bluedragon.lua there are the settings for bis stats.
.Colossus. is offline  
Thanks
1 User
Old 02/11/2014, 19:33   #4
 
elite*gold: 0
Join Date: Jul 2010
Posts: 94
Received Thanks: 1
Changed the hole system.
I'll chage it back withthe .lua later.
The regen was wrong
Thanks.
alfabet02 is offline  
Old 03/15/2015, 19:49   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 62
Received Thanks: 0
On server side where is this regen.txt for blue dragon located.I know its in map but in which map?
Birender is offline  
Reply


Similar Threads Similar Threads
250 Gems,Deep Forest Dragon.Blue Dragon.Breeding Tree!
05/10/2013 - Facebook - 2 Replies
If u want This .. Please help. This.. Ty.. if u want help,,
Blue Room
01/20/2006 - General Gaming Discussion - 0 Replies
PLEASE NOTE TO GET OUT OF THE BLUE ROOM YOU WILL NEED A FRIEND TO TP YOU OUT ok to begin with go to pengerine island. once there mark a waypoint to the very NE corner of the map and go there. when you get close stay low or you will be ported back to talos island (that means if you fly hug the water and if jump or tp then you'll want to swim the rest of the way once you get close, super speed is fine), once you hit an invisable wall hug it and travel either north or east till you hit the NE...



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


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.