Jump to content
Sign in to follow this  
FapFap

Fusion Apparel

Recommended Posts

Is there a chance to add a checker that when people try fusion ex: Real Armor Apparel with Stats to normal apparel (the fusion window won't let you put the "Real - Apparel with stats" to the "Normal Apparel" place) so that you won't be losing Real Armor while fusing it to another apparel..

I hope im clear in this, if this is possible how to do it?!

Edited by FapFap

Share this post


Link to post
Share on other sites

may this help.

 

Open up your forge.lua and look for this function:

 

can_fusion_item_main ( Table )

 

Inside that function look for:

 

    local Item_Shuxing = GetChaItem ( role , 2 , ItemBag [2] )    --ÊôÐÔµÀ¾ßÖ¸Õë

 

After that, add this:

 

if GetItemAttr(Item_Waiguan, ITEMATTR_VAL_FUSIONID) ~= 0 then
        BickerNotice(role, "Apparel has an equipment already fused to it. Unable to fuse again!")
        return 0        
    end

Edited by Andy
  • Like 2

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...