Jump to content
flamyman1412

Apparel Fusion Status Disappear How to fix

Recommended Posts

I'm having same problem when i fuse Necklace to Apparel but in my case after i try fuse 3-4 times it will work then.. don't know why

Share this post


Link to post
Share on other sites
20 hours ago, flamyman1412 said:

No id 6097 and 3422

Open forge.lua and go to " can_fusion_item_main" 
look for:
    -- Tells What Items are fuseable
    local ItemID_Waiguan = GetItemID ( Item_Waiguan )
    --if ItemID_Waiguan <= 5000 or  ItemID_Waiguan >= 7000 then REMOVE THIS 
    if ItemID_Waiguan > 25000 then -- KEEP THIS
        SystemNotice( role ,"Item cannot determined attribute")
        return 0
    end

This will allow you to fuse until 7k ( if your gs aint hexed for more ) then try again

Share this post


Link to post
Share on other sites
1 hour ago, FapFap said:

Open forge.lua and go to " can_fusion_item_main
look for:
    -- Tells What Items are fuseable
    local ItemID_Waiguan = GetItemID ( Item_Waiguan )
    --if ItemID_Waiguan <= 5000 or  ItemID_Waiguan >= 7000 then REMOVE THIS 
    if ItemID_Waiguan > 25000 then -- KEEP THIS
        SystemNotice( role ,"Item cannot determined attribute")
        return 0
    end

This will allow you to fuse until 7k ( if your gs aint hexed for more ) then try again

I tried it and it still wasn't.

Sorry for english

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.


×
×
  • Create New...