guilds wars Problem

07/22/2014 23:06 Mt2magic#1
hey guys
guys i have a guild war problem
when the war start and i go to the war map by the quest
when the loading finish
1second and i warp automatically to Grotto of Exile V2
how i can fix this ?
07/23/2014 08:13 PDDS™#2
Check the quest? Or you may post the quest.
07/23/2014 14:38 Mt2magic#3
Quote:
quest guild_war_join begin
state start begin
when letter begin
local e = guild.get_any_war()

if e != 0 and pc.get_war_map() == 0 then
send_letter(locale.guild.war_join_request)
end
end

when button begin
local e = guild.get_any_war()

if e == 0 then
say(locale.guild.war_over)
else
say(locale.guild.war_entry_ask_head..guild.name(e) ..locale.guild.war_entry_ask_tail)

local s = select(locale.yes, locale.no)

if s == 1 then
guild.war_enter(e)
else
send_letter(locale.guild.war_join_request)
end
end
end
end
end
this is the quest
but i think the quest is Good
cuz i go to the war map first
then i warp to Grotto
07/25/2014 02:33 Mt2magic#4
UP UP UP UP UP
07/25/2014 03:57 terron#5
Try to check other quests for pc.warp() functions. Maybe there is construction like this:

when login with pc.get_map_index() == xxx begin -- (xxx = index of arena)
pc.warp(zzz, yyy) -- (zzz, yyy = coodrinates of grotto)
end
07/25/2014 12:24 Mt2magic#6
nothing like this
08/07/2014 14:01 Mt2magic#7
up up up