antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
SINVAL o.O

Pedido Quest Spider_Dungeon_3Floor_Boss

3 posts in this topic

Bem gente queria a quest spider_dungeon_3floor_boss do metin2 sg traduzida pra qualquer língua menos chinês, já tentei traduzir mais sai coisas estranhas de mais, se alguém puder traduzir ou se tiver a mesma traduzida puder me passar fico agradecido.spider_dungeon_3floor_boss.quest

------------------------------------ °Å¹Ì±¼ 3Ãþ°ú º¸½º·ë °ü·Ã ÀüºÎ--  2012.2.3 ±è¿ë¿í----------------------------------quest spider_dungeon_3floor_boss begin    state start begin    --2, ´øÀü ³¡ ½Ã°£.        when spider_end_timer.server_timer with game.get_event_flag("spider_dead"..get_channel_id()) == 0 begin  --            warp_all_in_area_to_area(82700, 612700, 93700,625700, 69100, 614800, 69100, 614800)            game.set_event_flag("spider_lair_ongoing_"..get_channel_id(),0)            game.set_event_flag("spider_lair_leader_"..get_channel_id(), 0)            game.set_event_flag("spider_dead"..get_channel_id(),0)            purge_area(82700, 612700, 93700,625700)        end                when spider_dead_timer.server_timer begin            warp_all_in_area_to_area(82700, 612700, 93700,625700, 69100, 614800, 69100, 614800)            game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            game.set_event_flag("spider_lair_leader_"..get_channel_id(), 0)            game.set_event_flag("spider_dead"..get_channel_id(),0)            purge_area(82700, 612700, 93700,625700)        end            when login or levelup or enter with pc.get_level() >= 50 begin            set_state( step1 )        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end    end    state step1 begin        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when 20355.chat.locale.spider_dungeon_3floor_boss.title_4 begin   --°æºñ´ëÀå¿¡°Ô ¸»À» °É¾î Äù½ºÆ®¸¦ ½ÃÀÛÇÑ´Ù.                        say_title(mob_name(20355))            ----"12345678901234567890123456789012345678901234567890"|            say(locale.spider_dungeon_3floor_boss.say_4)            set_state( step2 )            pc.give_item2(76019)        end    end    state step2 begin --ºñ¼®¿¡ Źº»À» ¶ß·¯ °¡¾ßÇÑ´Ù.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                                        -----------Äù½ºÆ®ÆíÁö2------------        when letter begin            send_letter(locale.spider_dungeon_3floor_boss.title_5)            local v = find_npc_by_vnum(30130)            if 0 != v then                target.vid("__TARGET__", v, mob_name(30130))            end        end        when button or info begin            say_title(locale.spider_dungeon_3floor_boss.title_5)            say(locale.spider_dungeon_3floor_boss.say_5)            say("")        end        when 30130.chat.locale.spider_dungeon_3floor_boss.title_5 begin            target.delete("__TARGET__")                        say_title(pc.getname())            ----"12345678901234567890123456789012345678901234567890"|            say(locale.spider_dungeon_3floor_boss.say_5_1)            set_state(step3)        end                        when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when 20355.chat.locale.spider_dungeon_3floor_boss.title_4 begin                        say_title(mob_name(20355))            ----"12345678901234567890123456789012345678901234567890"|            say(locale.spider_dungeon_3floor_boss.say_6)        end            end        state step3 begin --Źº»À» ¶¹À¸´Ï °æºñ¿¡°Ô µ¹¾Æ°£´Ù.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when letter begin            send_letter(locale.spider_dungeon_3floor_boss.title_7)            --°æºñ´ëÀåÀ» °¡¸®Å²´Ù.            local v = find_npc_by_vnum(20355)            if 0 != v then                target.vid("__TARGET__", v, mob_name(20355))            end        end        when button or info begin            say_title(locale.spider_dungeon_3floor_boss.title_7)            say(locale.spider_dungeon_3floor_boss.say_7)            say("")        end                --À»µÎÁö¸¦ ¼±ÅÃÇϸé ÇØ´ç Äù½ºÆ®¿¡ °ü·ÃµÈ ´ëÈ­¸¦ ³ª´­ ¼ö ÀÖ´Ù.        when 20355.chat.locale.spider_dungeon_3floor_boss.title_7 begin            say_title(mob_name(20355))            say(locale.spider_dungeon_3floor_boss.say_7_1)            set_state(step4)        end            end            state step4 begin  --À»µÎÁö¿¡°Ô Źº»À» ¸Ã±âÀÚ.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                -----------Äù½ºÆ®ÆíÁö2------------        when letter begin            send_letter(locale.spider_dungeon_3floor_boss.title_7)            -- À»µÎÁö¸¦ °¡¸®Å²´Ù.            local v = find_npc_by_vnum(20011)            if 0 != v then                target.vid("__TARGET__", v, mob_name(20011))            end        end        when button or info begin            say_title(locale.spider_dungeon_3floor_boss.title_7)            say(locale.spider_dungeon_3floor_boss.say_7_2)            say("")        end                when 20011.chat.locale.spider_dungeon_3floor_boss.title_7 begin            target.delete("__TARGET__")                        say_title(mob_name(20011))            say(locale.spider_dungeon_3floor_boss.say_7_3)            say("")                        set_state(step5)        end            when 20355.chat.locale.spider_dungeon_3floor_boss.title_7 begin            say_title(mob_name(20355))            say(locale.spider_dungeon_3floor_boss.say_7_1)        end    end        state step5 begin  --°æºñÇÑÅ× ÆíÁö ¹è´Þ        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when letter begin            send_letter("À»µÎÁöÀÇ ÆíÁö¹è´Þ")            -- À»µÎÁö¸¦ °¡¸®Å²´Ù.            local v = find_npc_by_vnum(20355)            if 0 != v then                target.vid("__TARGET__", v, mob_name(20355))            end        end        when button or info begin            say_title(locale.spider_dungeon_3floor_boss.title_8)            say(locale.spider_dungeon_3floor_boss.say_8)            say("")        end                when 20355.chat.locale.spider_dungeon_3floor_boss.title_9 begin            target.delete("__TARGET__")            say_title(mob_name(20355))            ----"12345678901234567890123456789012345678901234567890"|            say(locale.spider_dungeon_3floor_boss.say_9)            say("")                        set_state(step6)            pc.give_item2(76019)        end                    when 20011.chat.locale.spider_dungeon_3floor_boss.title_7 begin            say_title(mob_name(20011))            say(locale.spider_dungeon_3floor_boss.say_7_4)            say("")        end            end        state step6 begin --°æºñ´Â ³ª¸¸ ÀϽÃŲ´Ù. À»µÎÁö¿Í »óÀÇÇÏÀÚ.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            say(locale.spider_dungeon_3floor_boss.say_1)        end                when letter begin            send_letter(locale.spider_dungeon_3floor_boss.title_9)                        -- À»µÎÁö¸¦ °¡¸®Å²´Ù.            local v = find_npc_by_vnum(20011)            if 0 != v then                target.vid("__TARGET__", v, mob_name(20011))            end        end        when button or info begin            say_title(locale.spider_dungeon_3floor_boss.title_9)            say(locale.spider_dungeon_3floor_boss.say_9)            say("")        end        --À»µÎÁö¸¦ ¼±ÅÃÇϸé ÇØ´ç Äù½ºÆ®¿¡ °ü·ÃµÈ ´ëÈ­¸¦ ³ª´­ ¼ö ÀÖ´Ù.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_9 begin            target.delete("__TARGET__")            say_title(mob_name(20011))            say(locale.spider_dungeon_3floor_boss.say_9_1)                        set_state(boss_ok)                    end            end        state boss_ok begin  -- ¿­¼è¸¦ ¸¸µé¼ö ÀÖ°Ô µÈ ÃÖÁ¾»óÅÂ. ÀÌÁ¦ºÎÅÍ °Å¹Ì±¼ º¸½º·ë¿¡ ÀÔÀåÇÒ ¼ö ÀÖ´Ù.        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end            when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end                when    20011.chat.locale.spider_dungeon_3floor_boss.title_9 begin            say_title(mob_name(20011))            say(locale.spider_dungeon_3floor_boss.say_9_2)            wait()                        if pc.count_item(30025) > 0 and pc.count_item(30056) > 0 and pc.count_item(30057) > 0 and pc.count_item(30058) > 0 and pc.count_item(30059) > 0 and pc.count_item(30326) > 0 then                say_title(mob_name(20011))                say(locale.spider_dungeon_3floor_boss.say_9_3)                pc.remove_item(30025, 1)                pc.remove_item(30056, 1)                pc.remove_item(30057, 1)                pc.remove_item(30058, 1)                pc.remove_item(30059, 1)                pc.remove_item(30326, 1)                if math.random(1,2000) <= 1000 then                    say(locale.spider_dungeon_3floor_boss.say_9_4)                    pc.give_item2(30324, 1)                else                    say(locale.spider_dungeon_3floor_boss.say_9_5)                end            else                say_title(mob_name(20011))                say(locale.spider_dungeon_3floor_boss.say_9_6)            end        end                        when 30130.chat.locale.spider_dungeon_3floor_boss.title_1 begin            if game.get_event_flag("spider_lair_ongoing_"..get_channel_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_channel_id()) then                                    if  starttime +  300 >= current_time  and party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_channel_id()) and game.get_event_flag("spider_lair_ongoing_"..get_channel_id()) == 1 then                        say(locale.spider_dungeon_3floor_boss.say_10) -- Å×½ºÆ®¿ë                        local warp = select("È®ÀÎ","Ãë¼Ò")                        if warp == 1 then                            pc.setqf("firstIn",1)                            pc.setqf("retry_limit_time", starttime + 1200 + 3600 )                            set_state(inLair)                            pc.warp(88100,614800)                            return                        end                    else                        say(locale.spider_dungeon_3floor_boss.say_11) -- Å×½ºÆ®¿ë                        return                    end                else                    local remain_time = (game.get_event_flag("spider_lair_end_time_"..get_channel_id() ) - get_global_time()) / 60                    say(locale.spider_dungeon_3floor_boss.say_12)                    say(string.format(locale.spider_dungeon_3floor_boss.say_13,remain_time))                    return                end                elseif  pc.getqf("retry_limit_time") > get_global_time() then                local access_limit = (pc.getqf("retry_limit_time") - get_global_time()) / 60                say(locale.spider_dungeon_3floor_boss.say_14)                say(string.format(locale.spider_dungeon_3floor_boss.say_15,access_limit))                return            elseif party.is_leader()   then                 if false == pc.can_warp() then                      say(locale.spider_dungeon_3floor_boss.say_16)                      return                 end                if pc.count_item(30324) > 0 then                    say(locale.spider_dungeon_3floor_boss.say_17)                    local warp = select(locale.confirm,locale.cancel)                    if warp == 1 then                                                set_state(inLair)                                                pc.remove_item(30324, 1)                                                mob.spawn(2094,369,551,0,0)                                                --°ª ¼³Á¤.                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id()        ,            1)                        game.set_event_flag("spider_lair_start_time_"..get_channel_id()    , get_global_time())                        game.set_event_flag("spider_lair_end_time_"..get_channel_id()        , get_global_time() + 1200)                        game.set_event_flag("spider_lair_leader_"..get_channel_id()            , party.get_leader_pid())                                                pc.setqf("retry_limit_time", get_global_time() + 1200 + 3600 )                        pc.setqf("firstIn",1)                                                                        server_timer("spider_end_timer", 1200 )                                                                        pc.warp(88100,614800)                    end                    return                else                    say(locale.spider_dungeon_3floor_boss.say_18)                    return                end            else --¸®´õ ¾Æ´Ï´Ù.                say(locale.spider_dungeon_3floor_boss.say_19)                return            end                    end            end    state inLair begin        when 20011.chat.locale.spider_dungeon_3floor_boss.title_2 with is_test_server() begin   --Å×½ºÆ®¿ë            set_state(start)            say(locale.spider_dungeon_3floor_boss.say_2)        end                    when 30130.chat."Å×½ºÆ® ÃʱâÈ­" with is_test_server() begin                        game.set_event_flag("spider_lair_ongoing_"..get_channel_id(), 0)            pc.setqf("retry_limit_time", get_global_time())                                    say("¼­¹ö È°¼ºÈ­ : "..game.get_event_flag("spider_lair_ongoing_"..get_channel_id(), 0).." (ä³Î : "..get_channel_id().." )")            local remain_time = pc.getqf("retry_limit_time") -  get_global_time()            say("Á¦Çѽð£ : "..remain_time)                    purge_area(82700, 612700, 93700,625700) --º¸½º·ë Áö¿ª ÃʱâÈ­        end            when login  begin            -- Á¤»óÀûÀ¸·Î º¸½º·ë¿¡ ÀÔÀå.            --if pc.getqf("firstIn") == 1  and party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_channel_id()) then            if get_global_time() < pc.getqf("retry_limit_time") -  3600 and party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_channel_id()) then                pc.setqf("firstIn",0)            elseif pc.getx() >= 827 and pc.getx() <= 937 and pc.gety() >= 6127 and  pc.gety() <= 6257 then                pc.warp(95900,571000)                pc.remove_item(30327, 1)            else -- À§¿¡¼­ Æðܳ½ À¯Àú°¡ ¹Û¿¡¼­ ·Î±×ÀÎ ÇÏ°Ô µÇ¸é, Á¢±Ù Á¦ÇÑ ½Ã°£À» ¼ÂÆÃÇØÁÜ.                pc.remove_item(30327, 1)                set_state( boss_ok )                local limit = pc.getqf("retry_limit_time")                                if limit > ( get_global_time() + 3600 ) then                    limit = ( get_global_time() + 3600 )                end                pc.setqf("retry_limit_time", limit )                                local duration = limit - get_global_time()            end        end        when 30130.chat.gameforge.spider_dungeon_3floor_boss._10_npcChat begin            if game.get_event_flag("spider_lair_ongoing_"..get_channel_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_channel_id()) then                                    if  starttime +  300 >= current_time  and party.get_leader_pid() == game.get_event_flag("spider_lair_leader_"..get_channel_id()) and game.get_event_flag("spider_lair_ongoing_"..get_channel_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                        when 2092.kill begin --´ë¿Õ°Å¹Ì Á×ÀÓ            server_timer("spider_dead_timer", 180)            game.set_event_flag("spider_dead"..get_channel_id(), 1)            notice_in_map(locale.spider_dungeon_3floor_boss.say_20)        end                        when 2095.kill begin --°Å¹Ì¾Ë Á×ÀÓ            local kingVid = game.get_event_flag("king_vid")            local remain_egg = game.get_event_flag("remain_egg"..get_channel_id())                        if remain_egg > 0 then                remain_egg = remain_egg - 1                game.set_event_flag("remain_egg"..get_channel_id(), remain_egg)            end                        --°Å¹ÌÀÇ °ø°Ý·Â º¸Á¤             npc.set_vid_attack_mul(kingVid, 10/(remain_egg + 1))                         --°Å¹Ì°¡ ¹Þ´Â ÇÇÇØ·® º¸Á¤             npc.set_vid_damage_mul(kingVid, 10/(remain_egg + 1))        end                        --  2012.4.5 ÀÌ»óÇö ¸®Á¨À§Ä¡ ¼öÁ¤        when 30327.use with pc.getx() >= 827 and pc.get_map_index() == 217 and pc.getx() <= 937 and pc.gety() >= 6127 and  pc.gety() <= 6257 begin            --say("¸Ê¹øÈ£ : "..pc.get_map_index())            pc.remove_item(30327, 1)            i = mob.spawn(2095,400,566,0,0)            mob.spawn(2095,400,594,0,0)            mob.spawn(2095,362,600,0,0)            mob.spawn(2095,337,599,0,0)            mob.spawn(2095,335,581,0,0)            mob.spawn(2095,344,562,0,0)            mob.spawn(2095,364,588,0,0)            mob.spawn(2095,379,562,0,0)            mob.spawn(2095,368,525,0,0)                                    local kingVid = mob.spawn(2092,367,588,0,0)            game.set_event_flag("king_vid",kingVid)            game.set_event_flag("remain_egg"..get_channel_id(), 9)        end            endend

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

fui no site mais disse que não existe erro 404;

Share this post


Link to post
Share on other sites
Sign in to follow this