Jump to content
Sign in to follow this  
elara

Cant fuse Weapons lv95

Recommended Posts

Hii! i need help,

 

i cant enable fuse lv95 weapons!! 

 

local ItemID_Waiguan = GetItemID ( Item_Waiguan )
    if ItemID_Waiguan <= 7000 or  ItemID_Waiguan >= 7000 then
        SystemNotice( role ,"Item cannot determined attribute")
        return 0
    end

      local Item_URE = GetItemAttr ( Item_Waiguan , ITEMATTR_URE )
    local Item_MAXENERGY = GetItemAttr ( Item_Waiguan , ITEMATTR_MAXENERGY )
    if    Item_URE < Item_MAXENERGY then
        SystemNotice( role ,"Armors have not reach the durability limit, cannot assign attribute")
        return 0        
    end
      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>=7000 then
        SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
        return 0        
    end

 

this is my script in forge.lua

Share this post


Link to post
Share on other sites
14 hours ago, elara said:

Hii! i need help,

 

i cant enable fuse lv95 weapons!! 

 

local ItemID_Waiguan = GetItemID ( Item_Waiguan )
    if ItemID_Waiguan <= 7000 or  ItemID_Waiguan >= 7000 then
        SystemNotice( role ,"Item cannot determined attribute")
        return 0
    end

      local Item_URE = GetItemAttr ( Item_Waiguan , ITEMATTR_URE )
    local Item_MAXENERGY = GetItemAttr ( Item_Waiguan , ITEMATTR_MAXENERGY )
    if    Item_URE < Item_MAXENERGY then
        SystemNotice( role ,"Armors have not reach the durability limit, cannot assign attribute")
        return 0        
    end
      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>=7000 then
        SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
        return 0        
    end

 

this is my script in forge.lua

Need hex gameserver.exe limit of app fusion. Check RU section, there should be a guide in there for it on how to. Or buy from someone.

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