Jump to content

Recommended Posts

  • Active+ Member

Hi guys,

is here anybody who have fixed: FileArchiver_Shoulder_Sash and metin2dev_archiver which saving AddonType = "-1".

Because when I write into item_proto AddonType -1 and pack item_proto, after extract the item_proto.txt, AddonType isn't saved and have value 0 as before => Program isn't saving the AddonType.

Thank you for your answers!

Kind Regards ReFresh

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/12869-problem-with-item-proto/
Share on other sites

  • Active+ Member
20 hours ago, arves100 said:

The archiver dosen't have AddonType support. Maybie this is compatibily.

Anyway you don't need this if your item_proto structure isn't using AddonType

My item_proto structure using AddonType but I must write it into a item_proto.txt every time when I add someting into the item_proto. It's annoying. So when someone will add saving the Average dmg (Addon Type) into the item_proto packer, it will be easier to edit it.

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/12869-problem-with-item-proto/#findComment-73975
Share on other sites

  • Active+ Member
1 hour ago, arves100 said:

I've builded a custom item_proto packer. If i can see your item_proto structure you can test with mine.

Here you are:

This is the hidden content, please

  • Metin2 Dev 17
  • Good 2
  • Love 1
  • Love 5

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/12869-problem-with-item-proto/#findComment-73992
Share on other sites

  • Active+ Member
7 hours ago, arves100 said:
            DWORD       dwVnum;
            DWORD       dwVnumRange;
            char        szName[ITEM_NAME_MAX_LEN + 1];
            char        szLocaleName[ITEM_NAME_MAX_LEN + 1];
            BYTE        bType;
            BYTE        bSubType;
           
            BYTE        bWeight;
            BYTE        bSize;
           
            DWORD       dwAntiFlags;
            DWORD       dwFlags;
            DWORD       dwWearFlags;
            DWORD       dwImmuneFlag;
                       
            DWORD       dwIBuyItemPrice;           
            DWORD       dwISellItemPrice;
           
            TItemLimit  aLimits[ITEM_LIMIT_MAX_NUM];
            TItemApply  aApplies[ITEM_APPLY_MAX_NUM];
            long        alValues[ITEM_VALUES_MAX_NUM];
            long        alSockets[ITEM_SOCKET_MAX_NUM];
            DWORD       dwRefinedVnum;
            WORD        wRefineSet;
            BYTE        bAlterToMagicItemPct;
            BYTE        bSpecular;
            BYTE        bGainSocketPct;

 

 

well, there's no addon type here

But when I'll write into the item_proto.txt in column AddonType="-1" ingame I see Average DMG which I want to saving with metin2dev archiver.

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/12869-problem-with-item-proto/#findComment-74079
Share on other sites

  • Active+ Member
Just now, arves100 said:

.-.

BYTE        bSize;

you see here there's BYTE. This is the type i'm talking

what type is AddonType?

Nope. I don't know what type is AddonType, but many packers before support AddonType. I don't know why 40k proto packer doesn't support AddonType.

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/12869-problem-with-item-proto/#findComment-74087
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.