Jump to content
  • 0
Eross

Skill settings for normal maps pvp and gvg?

Question

Hi good day! Is it possible to make skill have different cooldowns, behavior, damage etc base on map? Like for example ASURA STRIKE, in pvp it has a cooldown of 3seconds but in normal maps it has none, also in damage for example theres a skill with 100+10*skill level on normal map but different formula in pvp and gvg. Thankyou

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
1 hour ago, Start_ said:

Use bonus_script and add cooldown item bonuses.

Hi ..I mean on skills 

Link to comment
Share on other sites

  • 0
Just now, Start_ said:

Yes, try research 'bonus_script' and use

bonus2 bSkillCooldown,sk,t;        Increases cooldown of skill sk by t milliseconds

to adjust skill cooldown when enter specific maps.

How about on skill in src for example ? 
 

		case AS_GRIMTOOTH:
			skillratio += 20 * skill_lv;
			break;

How to make it skillratio for gvg and for normal ??

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.