Jump to content
  • 0

Item bonus effect script


Question

Posted

hello i have a request about item bonus script and i don't know how to implement/make this item bonus effect.

thanks in advance.


When using Cart Boost:
Increases damage of Cart Tornado by additional 20% for 60 seconds.


 

2 answers to this question

Recommended Posts

  • 0
Posted

Hi.

    Script: |
         autobonus3 "{ bonus2 bSkillAtk,\"GN_CART_TORNADO\",20; }",1000,60000,"GN_CARTBOOST";
Spoiler

doc/script_commands.txt

*autobonus3 <bonus script>,<rate>,<duration>,"<skill name>",{<other script>};

Rate is the trigger rate of the script (1000 = 100%).

Duration is the time in milliseconds that the bonus will last for since the script has triggered.

Skill ID/skill name the skill which will be used as trigger to start the bonus. (autobonus3)

 

  • Love 1

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