Jump to content
  • 0

Skill settings for normal maps pvp and gvg?


Question

Posted

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

5 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted
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 ??

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