Jump to content
  • 0

how to fix injustice card?


Question

Posted

4268,Injustice_Card,Injustice Card,6,20,,10,,,,,,,,2,,,,,{ bonus3 bAutoSpell,"AS_SONICBLOW",1,50; if(isequipped(4277)) { bonus bBaseAtk,20; bonus bLuk,3; } },{},{}

I would like to request

when hitting the player using injustice and cast the sonic blow the attack should not stop after sonicblow using sonic blow it must continue hitting the player with normal attack..

2 answers to this question

Recommended Posts

Posted (edited)

db/skill_cast_db.txt

SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down

== Explained:

// CastingTime : time to cast this skill, in miliseconds

// AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds

// AfterCastWalkDleay : amount of time before character can move again, in miliseconds

// Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data

// Cool Down : amount of time until character can re-use this skill, in miliseconds

//-- AS_SONICBLOW

136,0,2000,2000,0,5000,0

->

//-- AS_SONICBLOW

136,0,2000,0,0,5000,0

if u're using renewal -> db/re/skill_cast_db.txt otherwise db/pre-re/skill_cast_db.txt

Edited by fiction

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