Jump to content
  • 0
KTBRDGTT

How to Make Cart Termination Skill affected by Card?

Question

Cart Termination example of skill that isn't affected by Cards, Acid Terror is also not affected by card.

How can it be affected by Cards like Turtle General, Hydra Card, etc., (Damage Modifier)

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 1

On your skill_db.conf
find 

{
	Id: 485
	Name: "WS_CARTTERMINATION"
	Description: "Cart Termination"

and look for the this:
 

DamageType: {
		IgnoreCards: true
	}

It should be like this
 

DamageType: {
		//IgnoreCards: true
	}

after that restart the server.

Share this post


Link to post
Share on other sites
  • 0

Hmm, i think the easiest way would be if you put in the cards you want this here: bonus2 bSkillAtk,WS_CARTTERMINATION,25;

The 25 is the bonus damage. 
Like here: db/pre or re/item.db

 

Spoiler

Id: 4035
    AegisName: "Hydra_Card"
    Name: "Hydra Card"
    Type: "IT_CARD"
    Buy: 20
    Weight: 10
    Loc: "EQP_WEAPON"
    Script: <" bonus2 bAddRace,RC_DemiPlayer,20; bonus2 bSkillAtk,WS_CARTTERMINATION,25; ">

 

Share this post


Link to post
Share on other sites
  • 0
25 minutes ago, Zero Human said:

Hmm, i think the easiest way would be if you put in the cards you want this here: bonus2 bSkillAtk,WS_CARTTERMINATION,25;

The 25 is the bonus damage. 
Like here: db/pre or re/item.db

 

  Hide contents

Id: 4035
    AegisName: "Hydra_Card"
    Name: "Hydra Card"
    Type: "IT_CARD"
    Buy: 20
    Weight: 10
    Loc: "EQP_WEAPON"
    Script: <" bonus2 bAddRace,RC_DemiPlayer,20; bonus2 bSkillAtk,WS_CARTTERMINATION,25; ">

 

Yes, been using this already. (my 2nd choice since I dont know how to make skill affected by card)

but It would be better if is possible 💕

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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