Jump to content
  • 0

Dynamic Item Combo


mawjustin

Question


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   6
  • Joined:  09/26/14
  • Last Seen:  

Is it possible to do this? Example. I have a headgear [43000], and the combo effect will be +5% demi human damage if any of the following range of lower [46000-46011] and middle [45000-45011] headgear is equipped.

Basically the description is

Quote

        identifiedDescriptionName = {
            "[ If any Enhanced Middle, and Lower Headgear is Equipped ]",
            "Increase Attack by 10%",
            "Increase Damage to ^FF0000Demi-Human^000000 by 5%",
            "________________________",
            "STR +10",
            "________________________",
            "^0000FFRefine Level +7^000000:",
            "HP +10%, SP +10%",
            "________________________",
            "^0000FFRefine Level +10^000000:",
            "All Stats +10",
            "________________________",
            "^0000CCType:^000000 Headgear",
            "^0000CCDefense:^000000 6",
            "^0000CCPosition:^000000 Upper",
            "^0000CCWeight:^000000 30",
            "^0000CCRefinable:^000000 Yes",
            "________________________",
            "^0000CCRequirement:^000000",
            "Base level 70"
        },

Thanks.

Edited by mawjustin
update details
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

Ive not tested but it may work (should be on item script)

 

    if (isequippedcnt(4600,46001,46002,46003.........))

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   6
  • Joined:  09/26/14
  • Last Seen:  

Just now, buraquera said:

Ive not tested but it may work (should be on item script)

 


    if (isequippedcnt(4600,46001,46002,46003.........))

 

 

ill give this a try.

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

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