Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Jakie pliki odpowiadja za czas wierzchowca ?


Rekomendowane odpowiedzi

Opublikowano

Tak jak w temacie. W quescie ustawilem 720 min, czyli 12h. Edytowalem takze item proto z serwera i clienta ale nadal mam 20 dni. Jak to ustawic ?

 

 

@Edit

Jeszcze, jedno. Czym sie rozni source od np plikow terenzo ?

u30u5xpdzqna.png

Opublikowano

quest

 

 

quest mount begin
    state start begin
        when 71114.use or 71115.use or 71116.use or 71117.use or 71118.use or 71119.use or 71120.use or 71121.use or 71124.use or 71125.use or 71126.use or
            71127.use or 71128.use or 71137.use or 71138.use or 71139.use or 71140.use or 71141.use or 71142.use or 52001.use or 52002.use or 52003.use or
            52004.use or 52005.use or 52006.use or 52007.use or 52008.use or 52009.use or 52010.use or 52011.use or 52012.use or 52013.use or 52014.use or
            52015.use or 52016.use or 52017.use or 52018.use or 52019.use or 52020.use or 52021.use or 52022.use or 52023.use or 52024.use or 52025.use or
            52026.use or 52027.use or 52028.use or 52029.use or 52030.use or 52031.use or 52032.use or 52033.use or 52034.use or 52035.use or 52036.use or
            52037.use or 52038.use or 52039.use or 52040.use or 52041.use or 52042.use or 52043.use or 52044.use or 52045.use or 52046.use or 52047.use or
            52048.use or 52049.use or 52050.use or 52051.use or 52052.use or 52053.use or 52054.use or 52055.use or 52056.use or 52057.use or 52058.use or
            52059.use or 52060.use or 52061.use or 52062.use or 52063.use or 52064.use or 52065.use or 52066.use or 52067.use or 52068.use or 52069.use or
            52070.use or 52071.use or 52072.use or 52073.use or 52074.use or 52075.use or 52076.use or 52077.use or 52078.use or 52079.use or 52080.use or
            52081.use or 52082.use or 52083.use or 52084.use or 52085.use or 52086.use or 52087.use or 52088.use or 52089.use or 52090.use with
            not pc.is_polymorphed() begin
            mount.ride(item.get_vnum())
        end
        when login begin
            if item.select_cell(97) then
                if 71114 <= item.vnum and item.vnum <= 71142 then
                    pc.unmount()
                    mount.ride(item.vnum)
                end
            end
            if item.select_cell(98) then
                if 71114 <= item.vnum and item.vnum <= 71142 then
                    pc.unmount()
                    mount.ride(item.vnum)
                end
            end
        end
        function ride(vnum)
            if pc.is_mount() then
                pc.unmount()
                return
            end
            local time = mount.info(vnum, 8)
            local bon1id = mount.info(vnum, 2) bon1val = mount.info(vnum, 3)
            local bon2id = mount.info(vnum, 4) bon2val = mount.info(vnum, 5)
            local bon3id = mount.info(vnum, 6) bon3val = mount.info(vnum, 7)

            if pc.get_armor() == 11901 or pc.get_armor() == 11902 then
                say("")
                say_title(pc.get_name().."...")
                say("Zdejmij swoją suknię i ponownie założ pieczęć!")
                return
            elseif pc.get_armor() == 11903 or pc.get_armor() == 11904 then
                say("")
                say_title(pc.get_name().."...")
                say("Zdejmij swój garnitur i ponownie założ pieczęć!")
                return
            end

            time = time*60
            pc.mount(mount.info(vnum, 1), time)
            if bon1id !=0 and bon1val !=0 then
                pc.mount_bonus(bon1id, bon1val, time)
            end
            if bon2id !=0 and bon2val !=0 then
                pc.mount_bonus(bon2id, bon2val, time)
            end
            if bon3id !=0 and bon3val !=0 then
                pc.mount_bonus(bon3id, bon3val, time)
            end
        end
        function info(vnum, index)
            mount_list={ --  mount  bon1  bon2  bon3  czas (min.)
                [52001] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52002] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52003] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52004] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52005] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52006] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52007] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52008] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52009] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52010] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52011] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52012] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52013] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52014] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52015] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52016] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52017] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52018] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52019] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52020] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52021] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52022] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52023] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52024] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52025] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52026] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52027] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52028] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52029] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52030] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52031] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52032] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52033] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52034] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52035] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52036] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52037] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52038] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52039] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52040] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52041] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52042] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52043] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52044] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52045] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52046] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52047] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52048] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52049] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52050] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52051] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52052] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52053] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52054] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52055] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52056] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52057] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52058] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52059] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52060] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52061] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52062] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52063] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52064] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52065] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52066] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52067] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52068] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52069] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52070] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52071] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52072] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52073] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52074] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52075] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52076] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52077] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52078] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52079] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52080] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52081] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52082] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52083] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52084] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52085] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52086] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52087] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52088] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52089] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52090] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71114] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71115] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71116] = {20111, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71117] = {20111, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71118] = {20112, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71119] = {20112, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71120] = {20113, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71121] = {20113, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71124] = {20114, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71125] = {20115, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71126] = {20116, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71127] = {20117, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71128] = {20118, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71137] = {20120, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71138] = {20121, 1, 3000, 0, 0, 0, 0, 60*12},
                [71139] = {20122, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71140] = {20123, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71141] = {20124, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71142] = {20125, 0, 0, 0, 0, 0, 0, 60*24*7},
            }
            return mount_list[vnum][index]
        end
    end
end
 

 

 

 

item_proto client

71138	"71138"	"ITEM_UNIQUE"	"UNIQUE_SPECIAL_RIDE"	1	"ANTI_SELL | ANTI_STACK"	"QUEST_USE_MULTIPLE | LOG"	"WEAR_SHIELD"	"NONE"	0	0	0	0	0	"LIMIT_NONE"	0	"LIMIT_NONE"	0	"APPLY_NONE"	0	"APPLY_NONE"	0	"APPLY_NONE"	0	720	0	0	0	0	0	0	0	0

Chodzi oczywiście o id 71138

u30u5xpdzqna.png

Opublikowano

quest

 

 

quest mount begin
    state start begin
        when 71114.use or 71115.use or 71116.use or 71117.use or 71118.use or 71119.use or 71120.use or 71121.use or 71124.use or 71125.use or 71126.use or
            71127.use or 71128.use or 71137.use or 71138.use or 71139.use or 71140.use or 71141.use or 71142.use or 52001.use or 52002.use or 52003.use or
            52004.use or 52005.use or 52006.use or 52007.use or 52008.use or 52009.use or 52010.use or 52011.use or 52012.use or 52013.use or 52014.use or
            52015.use or 52016.use or 52017.use or 52018.use or 52019.use or 52020.use or 52021.use or 52022.use or 52023.use or 52024.use or 52025.use or
            52026.use or 52027.use or 52028.use or 52029.use or 52030.use or 52031.use or 52032.use or 52033.use or 52034.use or 52035.use or 52036.use or
            52037.use or 52038.use or 52039.use or 52040.use or 52041.use or 52042.use or 52043.use or 52044.use or 52045.use or 52046.use or 52047.use or
            52048.use or 52049.use or 52050.use or 52051.use or 52052.use or 52053.use or 52054.use or 52055.use or 52056.use or 52057.use or 52058.use or
            52059.use or 52060.use or 52061.use or 52062.use or 52063.use or 52064.use or 52065.use or 52066.use or 52067.use or 52068.use or 52069.use or
            52070.use or 52071.use or 52072.use or 52073.use or 52074.use or 52075.use or 52076.use or 52077.use or 52078.use or 52079.use or 52080.use or
            52081.use or 52082.use or 52083.use or 52084.use or 52085.use or 52086.use or 52087.use or 52088.use or 52089.use or 52090.use with
            not pc.is_polymorphed() begin
            mount.ride(item.get_vnum())
        end
        when login begin
            if item.select_cell(97) then
                if 71114 <= item.vnum and item.vnum <= 71142 then
                    pc.unmount()
                    mount.ride(item.vnum)
                end
            end
            if item.select_cell(98) then
                if 71114 <= item.vnum and item.vnum <= 71142 then
                    pc.unmount()
                    mount.ride(item.vnum)
                end
            end
        end
        function ride(vnum)
            if pc.is_mount() then
                pc.unmount()
                return
            end
            local time = mount.info(vnum, 8)
            local bon1id = mount.info(vnum, 2) bon1val = mount.info(vnum, 3)
            local bon2id = mount.info(vnum, 4) bon2val = mount.info(vnum, 5)
            local bon3id = mount.info(vnum, 6) bon3val = mount.info(vnum, 7)

            if pc.get_armor() == 11901 or pc.get_armor() == 11902 then
                say("")
                say_title(pc.get_name().."...")
                say("Zdejmij swoją suknię i ponownie założ pieczęć!")
                return
            elseif pc.get_armor() == 11903 or pc.get_armor() == 11904 then
                say("")
                say_title(pc.get_name().."...")
                say("Zdejmij swój garnitur i ponownie założ pieczęć!")
                return
            end

            time = time*60
            pc.mount(mount.info(vnum, 1), time)
            if bon1id !=0 and bon1val !=0 then
                pc.mount_bonus(bon1id, bon1val, time)
            end
            if bon2id !=0 and bon2val !=0 then
                pc.mount_bonus(bon2id, bon2val, time)
            end
            if bon3id !=0 and bon3val !=0 then
                pc.mount_bonus(bon3id, bon3val, time)
            end
        end
        function info(vnum, index)
            mount_list={ --  mount  bon1  bon2  bon3  czas (min.)
                [52001] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52002] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52003] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52004] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52005] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52006] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52007] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52008] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52009] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52010] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52011] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52012] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52013] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52014] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52015] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52016] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52017] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52018] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52019] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52020] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52021] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52022] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52023] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52024] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52025] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52026] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52027] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52028] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52029] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52030] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52031] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52032] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52033] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52034] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52035] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52036] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52037] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52038] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52039] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52040] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52041] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52042] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52043] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52044] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52045] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52046] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52047] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52048] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52049] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52050] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52051] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52052] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52053] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52054] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52055] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52056] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52057] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52058] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52059] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52060] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52061] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52062] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52063] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52064] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52065] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52066] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52067] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52068] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52069] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52070] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52071] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52072] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52073] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52074] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52075] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52076] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52077] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52078] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52079] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52080] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52081] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52082] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52083] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52084] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52085] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52086] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52087] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52088] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52089] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [52090] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71114] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71115] = {20110, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71116] = {20111, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71117] = {20111, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71118] = {20112, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71119] = {20112, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71120] = {20113, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71121] = {20113, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71124] = {20114, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71125] = {20115, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71126] = {20116, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71127] = {20117, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71128] = {20118, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71137] = {20120, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71138] = {20121, 1, 3000, 0, 0, 0, 0, 60*12},
                [71139] = {20122, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71140] = {20123, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71141] = {20124, 0, 0, 0, 0, 0, 0, 60*24*7},
                [71142] = {20125, 0, 0, 0, 0, 0, 0, 60*24*7},
            }
            return mount_list[vnum][index]
        end
    end
end
 

 

 

 

item_proto client

71138	"71138"	"ITEM_UNIQUE"	"UNIQUE_SPECIAL_RIDE"	1	"ANTI_SELL | ANTI_STACK"	"QUEST_USE_MULTIPLE | LOG"	"WEAR_SHIELD"	"NONE"	0	0	0	0	0	"LIMIT_NONE"	0	"LIMIT_NONE"	0	"APPLY_NONE"	0	"APPLY_NONE"	0	"APPLY_NONE"	0	720	0	0	0	0	0	0	0	0

Chodzi oczywiście o id 71138

 

Tak jak kolega UP 

 

Edycja w Navicat + konwertowanie do proto .txt 

 

wrzucasz to do /usr/home/mt2/share/locale/poland  ( mogłem pomylić ścieżkę )

Opublikowano

Tym że jeśli postawisz serwer na source masz wiecej mozliwosci jezeli potrafisz je edytowac ponieważ posiadasz soruce xD (Maslo maslane xD)   :) A pliki terenzo sa bodajze na game 34k czyli poprostu starsza skompliowana wersja do ktorej nie posiadasz source xD chyba dobrze wytlumaczylem :p

"Chujowy w życiu i dobry w tekstach, biorę do siebie, cię nigdy do serca
Jadąc przez życie, furą Flintstonów, nie mam hamulców, proszę dopomóż
Wjechać na drogę, byle nie rondo, nie mam już sił, by na okrągło
Szukać tam wyjścia, z tych sytuacji, zmieniać porażki, w kolejny pastisz.."

------------------------------------------------------------------

Opublikowano

Te item proto nawet źle masz zrobione. 

LIMIT_NONE powinno być coś z czasem wzór weź wpis działający.

tumblrmv8l.gif


Members | ProUser | PostmakerPostwriter | Wojownik Duszy

Opublikowano

Tym że jeśli postawisz serwer na source masz wiecej mozliwosci jezeli potrafisz je edytowac ponieważ posiadasz soruce xD (Maslo maslane xD)   :) A pliki terenzo sa bodajze na game 34k czyli poprostu starsza skompliowana wersja do ktorej nie posiadasz source xD chyba dobrze wytlumaczylem :p

 

A gdzie można zdobyć source? xD

ix4zoxx38yf9.png

Opublikowano

Questy nie, będą działać normalnie.

Jedynie jak dify wgrywałeś trzeba zrobić to na nowo w src.

tumblrmv8l.gif


Members | ProUser | PostmakerPostwriter | Wojownik Duszy

Opublikowano

Pliki się wgrywa na tym co pracujesz Tylko że już src na dedyka/vps nie musisz samo game styka + pliki do serwa.

tumblrmv8l.gif


Members | ProUser | PostmakerPostwriter | Wojownik Duszy

Opublikowano

Dobrze powiedziałeś db też ale będzie wiedział skoro już na src przejdzie jakie pliki będą mu już potrzebne jakie środowisko.

tumblrmv8l.gif


Members | ProUser | PostmakerPostwriter | Wojownik Duszy

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...