Jump to content
Sign in to follow this  
william20

I can not fuse. HELP ME PLEASE !!

Recommended Posts

Forge.lua 

look these lines:

Spoiler

      local Item_FUSIONID_star = GetItemAttr ( Item_Shuxing , ITEMATTR_VAL_FUSIONID )
    local ItemID_shuxing_star =  GetItemID ( Item_Shuxing )
    if    Item_FUSIONID_star ==0  and ItemID_shuxing_star>=5000 then
        SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
        return 0        
    end

and change  

Quote

 ItemID_shuxing_star>=5000

all items below id 5000 is able to fuse, higher is not so just change limit and it may help you

  • Like 1

Share this post


Link to post
Share on other sites
3 hours ago, blazi10 said:

Forge.lua 

look these lines:

  Hide contents

      local Item_FUSIONID_star = GetItemAttr ( Item_Shuxing , ITEMATTR_VAL_FUSIONID )
    local ItemID_shuxing_star =  GetItemID ( Item_Shuxing )
    if    Item_FUSIONID_star ==0  and ItemID_shuxing_star>=5000 then
        SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
        return 0        
    end

and change  

all items below id 5000 is able to fuse, higher is not so just change limit and it may help you

in other words... put apparel in ID upper 5000

put equipment with stat in ID below 5000

that shall do

Share this post


Link to post
Share on other sites
7 hours ago, opexone78 said:

in other words... put apparel in ID upper 5000

put equipment with stat in ID below 5000

that shall do

just try change "5000" on example 8000 but it may not work correct, so best way is put equipment id less than 5000

Edited by blazi10
  • Like 1

Share this post


Link to post
Share on other sites
9 hours ago, blazi10 said:

just try change "5000" on example 8000 but it may not work correct, so best way is put equipment id less than 5000

maximum work occurs until id 6999

to overtake this id needs extra work in hex

  • Like 1

Share this post


Link to post
Share on other sites
On 6/4/2018 at 12:36 AM, blazi10 said:

Forge.lua 

look these lines:

  Reveal hidden contents

      local Item_FUSIONID_star = GetItemAttr ( Item_Shuxing , ITEMATTR_VAL_FUSIONID )
    local ItemID_shuxing_star =  GetItemID ( Item_Shuxing )
    if    Item_FUSIONID_star ==0  and ItemID_shuxing_star>=5000 then
        SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
        return 0        
    end

and change  

all items below id 5000 is able to fuse, higher is not so just change limit and it may help you

This Work, But we cant see the stats!! 

@blazi10

 

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