|
You last visited: Today at 10:10
Advertisement
War observer problem!
Discussion on War observer problem! within the Metin2 Private Server forum part of the Metin2 category.
12/17/2017, 14:16
|
#1
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
War observer problem!
Hello guys,
i have a problem when i observe a war when the quest appear and i click on it to join the war it teleports me to the war arena but then teleports me again at the watery cavern near of the sura ghost,why is that happening and it doesnt stay in the war arena?if anyone can help me please i will appreciate it!
|
|
|
12/19/2017, 08:45
|
#2
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
u can use this quests as gamemaster. but not as Player right?
I think u have a quest on your server, where have set a questflag. This questflag make the map impassable. Edit or deled the quest where set the questflag.
for example, the ox map have the same. When u want to go to ox when if closed, u will teleport automatically to map1 after teleport to ox. But when if the ox open you can into ox with nonproblems, so the questflag has changed.
sorry for my bad english, u know what i mean?
|
|
|
12/19/2017, 17:44
|
#3
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
i understand yes!do you know where is located the questflag so i can access it and to change it?because i cant find it!
i added you on skype accept me so you can help me from there if you can!
|
|
|
12/19/2017, 22:11
|
#4
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
hey, Unfortunately i dont know where is the questflag located...
currently i dont use skype
but i can look for a solution, i post it here, when i have found it.
can you write me the mapindex from observer?
|
|
|
12/19/2017, 23:31
|
#5
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
this is the full quest
quest guild_war_observer begin
state start begin
when guild_war_observer1.chat.locale.guild.war_list_but ton begin
local g = guild.get_warp_war_list() -- return format {{1,2}, {3,4}}
local gname_table = {}
table.foreachi(g,
function(n, p)
gname_table[n] = guild.get_name(p[1]).." vs "..guild.get_name(p[2])
end)
if table.getn(g) == 0 then
-- no currently war
say(locale.guild.war_list_none)
else
gname_table[table.getn(g)+1] = locale.confirm
say(locale.guild.war_list_choose)
local s = select_table(gname_table)
if s != table.getn(gname_table) then
pc.warp_to_guild_war_observer_position(g[s][1], g[s][2])
end
end
end
when guild_war_observer2.chat.locale.guild.war_list_but ton begin
local g = guild.get_warp_war_list() -- return format {{1,2}, {3,4}}
local gname_table = {}
table.foreachi(g,
function(n, p)
gname_table[n] = guild.get_name(p[1]).." vs "..guild.get_name(p[2])
end)
if table.getn(g) == 0 then
-- no currently war
say(locale.guild.war_list_none)
else
gname_table[table.getn(g)+1] = locale.confirm
say(locale.guild.war_list_choose)
local s = select_table(gname_table)
if s != table.getn(gname_table) then
pc.warp_to_guild_war_observer_position(g[s][1], g[s][2])
end
end
end
when guild_war_observer3.chat.locale.guild.war_list_but ton begin
local g = guild.get_warp_war_list() -- return format {{1,2}, {3,4}}
local gname_table = {}
table.foreachi(g,
function(n, p)
gname_table[n] = guild.get_name(p[1]).." vs "..guild.get_name(p[2])
end)
if table.getn(g) == 0 then
-- no currently war
say(locale.guild.war_list_none)
else
gname_table[table.getn(g)+1] = locale.confirm
say(locale.guild.war_list_choose)
local s = select_table(gname_table)
if s != table.getn(gname_table) then
pc.warp_to_guild_war_observer_position(g[s][1], g[s][2])
end
end
end
end
end
|
|
|
12/23/2017, 22:27
|
#6
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
hey, look here:
|
|
|
12/23/2017, 23:21
|
#7
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
i checked it but im not sure what i should do!
|
|
|
12/24/2017, 03:50
|
#8
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
u have to go to you server path /game/share/locale/Germany/
open and edit file: setting.lua and go to this part:
Code:
arena.add_map(112, 8534, 101, 8564, 101)
arena.add_map(112, 8584, 101, 8614, 101)
arena.add_map(112, 8534, 155, 8564, 155)
arena.add_map(112, 8584, 155, 8614, 155)
deled it
reboot server and try it again.
p.s mary christmas
|
|
|
12/24/2017, 18:20
|
#9
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
just tried it brother,it didnt work
ps: Merry Christmas to you too!!!
|
|
|
12/25/2017, 15:20
|
#10
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
okay, lets try another way.
go to your map index file and give the observermap a new index where is not in use, for example: 299
try it again
|
|
|
12/27/2017, 11:10
|
#11
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
sorry for the late reply bro i was very busy so which is the observer and which i must change?take a look at my map index!
1 metin2_map_a1
3 metin2_map_a3
4 metin2_map_guild_01
5 metin2_map_monkey_dungeon_11
21 metin2_map_b1
23 metin2_map_b3
24 metin2_map_guild_02
25 metin2_map_monkey_dungeon_12
41 metin2_map_c1
43 metin2_map_c3
44 metin2_map_guild_03
45 metin2_map_monkey_dungeon_13
61 map_n_snowm_01
62 metin2_map_n_flame_01
63 metin2_map_n_desert_01
64 map_n_threeway
65 metin2_map_milgyo
66 metin2_map_deviltower1
67 metin2_map_trent
68 metin2_map_trent02
69 metin2_map_WL_01
70 metin2_map_nusluck01
71 metin2_map_spiderdungeon_02
72 metin2_map_skipia_dungeon_01
73 metin2_map_skipia_dungeon_02
74 map_n_snowm_02
75 metin2_map_milgyo_a
77 metin2_map_n_flame_02
78 metin2_map_a2_1
81 metin2_map_wedding_01
90 metin2_map_dd
97 metin2_map_skipia_dungeon_boss
100 metin2_map_fielddungeon
103 metin2_map_t1
104 metin2_map_spiderdungeon
105 metin2_map_t2
107 metin2_map_monkey_dungeon
108 metin2_map_monkey_dungeon2
109 metin2_map_monkey_dungeon3
110 metin2_map_t3
111 metin2_map_t4
112 metin2_map_duel
113 metin2_map_oxevent
114 metin2_map_sungzi
118 metin2_map_sungzi_flame_hill_01
119 metin2_map_sungzi_flame_hill_02
120 metin2_map_sungzi_flame_hill_03
121 metin2_map_sungzi_snow
122 metin2_map_sungzi_snow_pass01
123 metin2_map_sungzi_snow_pass02
124 metin2_map_sungzi_snow_pass03
125 metin2_map_sungzi_desert_01
126 metin2_map_sungzi_desert_hill_01
127 metin2_map_sungzi_desert_hill_02
128 metin2_map_sungzi_desert_hill_03
170 metin2_guild_village_01
171 metin2_guild_village_02
172 metin2_guild_village_03
181 metin2_map_empirewar01
182 metin2_map_empirewar02
183 metin2_map_empirewar03
184 metin2_map_skipia_dungeon_011
185 metin2_map_skipia_dungeon_021
186 metin2_map_skipia_dungeon_012
187 metin2_map_skipia_dungeon_022
188 metin2_map_skipia_dungeon_013
189 metin2_map_skipia_dungeon_023
191 metin2_map_spiderdungeon_03
193 gm_guild_build
194 metin2_map_bayblacksand
195 metin2_map_capedragonhead
196 metin2_map_dawnmistwood
197 metin2_map_mt_thunder
198 map_27
199 map_jungle_waste
200 lothira2_map_magicforrest
201 metin2_handel
202 metin2_map_marco_a
203 metin2_map_n_flame_dungeon_01
204 m2m_christmas_map
205 m2m_halloween_map
206 m2m_naga_map
207 m2m_naga_arena
|
|
|
12/27/2017, 11:14
|
#12
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
112 metin2_map_duel > change it to 230 metin2_map_duel for example an try it again.
|
|
|
12/27/2017, 12:22
|
#13
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
just tried it bro...**** my life nothing seems to work..any other ideas?
|
|
|
12/27/2017, 12:27
|
#14
|
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,814
|
okay, this is strange...
this guy 
has the same Problem, but by him it works...
i really don't know why this **** dont work at your files...
|
|
|
12/28/2017, 15:24
|
#15
|
elite*gold: 0
Join Date: Feb 2014
Posts: 20
Received Thanks: 0
|
yeah dunno what happening too...
|
|
|
 |
|
Similar Threads
|
Arena War draw/observer mode bug
01/17/2012 - Metin2 Private Server - 1 Replies
Hi EPVP community.
In my Metin2 PServer, which is 2006er files converted to 2010er files) with gamefile 2089M, in Arena War most of the guilds only goes to the war in observer mode and the war finishes in draw.
The another War Modes works fine, but the Arena has this problem.
In the 2006er files it works normal. It has 4CH, and the MAP_INDEX of the war map is only in the CH99. Since the players are teleported to there, seems like the map is working fine, but it is maybe some problem on...
|
Observer mode + shooting hack
02/03/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 7 Replies
On/Off: Delete (Entfernen)
Moving: Numpad 2,4,6,8
Up/Down: Numpad +,-
Proof ; YouTube - Real Ghostmode (Non Laggy)
virus scans ;
VirusTotal - Free Online Virus, Malware and URL Scanner
Ghostmode.rar MD5:1501566c7788bab2854c42d20da95163 - VirSCAN.org 8% Scanner(s) (3/36) found malware!
|
Observer mode + shooting hack
01/28/2011 - Combat Arms Hacks, Bots, Cheats & Exploits - 0 Replies
On/Off: Delete (Entfernen)
Moving: Numpad 2,4,6,8
Up/Down: Numpad +,-
Proof ; YouTube - Real Ghostmode (Non Laggy)
virus scans ;
VirusTotal - Free Online Virus, Malware and URL Scanner
Ghostmode.rar MD5:1501566c7788bab2854c42d20da95163 - VirSCAN.org 8% Scanner(s) (3/36) found malware!
|
got hack detect GM Observer mode ?
01/29/2010 - Dekaron - 13 Replies
many time player got ban whit Gm detect beacause script dont detec a observetion mode
any1 got 1 detect GM includ observer mode ?
ps i no my english not good and im sry
|
NeW Soldier Front Observer Mode HacK!
06/25/2009 - Soldier Front - 3 Replies
hey guys I will released a hack for tomrw 12:00 am make sure na naka on na kayo sa web nito a ito pala ginagamit ng mga sa soldier front sa tuwing nag hahanap sila ng mga cheaterz!titingnan ka lang nila sa itaas kayo 300- up
Sure na Sure e re- realest ko bukas! 4 free!
tingnan nyo itong image nato!:YouTube - KStyle vs Baddies nationals
You Tube
Concerned? Just Press Thanks
f1= God Mode
num Pad# 4 Fly Hack
num Pad# 3 Banned Hack
|
All times are GMT +1. The time now is 10:12.
|
|