Jump to content

HyperBae

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by HyperBae

  1. I asked @ Mali for help in the forum since I have this "error", which he replied to make a post, I have tried to adapt it but I have not succeeded, the system at the time I bought it from the scammer zenu I really did not know his reputation at that time Thanks to the community...

    https://metin2.download/video/xFI11I4Jf2fsVJjuh6rSvuJ3JDr4ly6H/.mp4

  2. 3 hours ago, TMP4 said:

    The glove with affect 67 (vnum: 71016) does not work because Ymir commented out it's plus percent from src:

    bool ITEM_MANAGER::GetDropPct

    	//if (pkKiller->GetPoint(POINT_MALL_ITEMBONUS) > 0)
    	//iDeltaPercent += iDeltaPercent * pkKiller->GetPoint(POINT_MALL_ITEMBONUS) / 100;

    If you uncomment this and recompile gamefile, it may work.

    -----

    The other gloves should work because they're used in bool ITEM_MANAGER::GetDropPct in item_manager.cpp

    For item 72004-72006, they're increasing IDeltaPercent:

    UNIQUE_GROUP_DOUBLE_ITEM is defined in special_item_group.txt

    For item 70043 (UNIQUE_ITEM_DOUBLE_ITEM) is increasing iRandRange

    These 2 variable is used for the calculation for the chance in bool ITEM_MANAGER::CreateDropItem.

    A common misunderstanding is that thieves' gloves will drop double items. No, this is not the case, it increases (a little) the chance of the drop.

    UNIQUE_GROUP_DOUBLE_ITEM is defined in special_item_group.txt
    Do you have an example of how this is declared?

×
×
  • 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.