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