when 30130.chat.gameforge.spider_dungeon_3floor_boss._1 0_npcChat begin
if game.get_event_flag("spider_lair_ongoing_"..get_ch annel_id()) == 1 then
local starttime = game.get_event_flag("spider_lair_start_time_"..get _channel_id())
local current_time = get_global_time()
if party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_cha nnel_id()) then
if starttime + 300 >= current_time and party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_cha nnel_id()) and game.get_event_flag("spider_lair_ongoing_"..get_ch annel_id()) == 1 then
say(gameforge.spider_dungeon_3floor_boss._300_say) -- ????
local warp = select(locale.confirm,locale.cancel)
if warp == 1 then
pc.warp(88100,614800)
return
end
end
end
end
end
i have a problem with a spider boss quest , when i have party and lider give a key for enter a boss map, only teleport a lider,, but not grup....
i use vanilla game.