Jump to content

Question

Posted

please help me how to unstack cards.. when i compound a card in 4 slot weapon it only effect 1 card.

 

eg: 2turtle general and 2thanatos .. 1 card effect only others no effects..

3 answers to this question

Recommended Posts

Posted

You need to edit the script data for each card you want to change.

For example, you have a hydra card which gives +20% (?) to Demi-humans. Now if you use 4 of them, thats basically 4x 20% dmg (granted RO calculates this with a diminishing effect, 20-20-15-10). In order to make it so only 1 works, you need to run an IF statement to see if another of this card is equipped.

 

Example:

if( countitem( hydra_card ) >1 ){end;} else { +20% Demi-human dmg}.

 

Now obviously the above isn't EXACTLY how to do this, but it's the basic concept.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...