Jump to content
  • 0
BigBurrito

Errende Ebecee Card Effect

Question

Hi everyone, I've noticed that errende ebece card with the original effect dont get triggered when being attack with Acid Demonstration. Now I thought Acid Demonstration.
The original effect I had was this:

bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,150,0;

Now I added this to see if it works with Acid Demonstration

bonus5 bAutoSpellWhenHit,"AL_PNEUMA",1,150,BF_LONG||BF_MISC,0;
But it did not.

If someone can help me maybe is in the SRC? I'm not really sure why it doesn't take AD as a misc or long range damage. Thanks.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

Hmm, not sure, but you only need one | between the flags.

Try:

bonus5 bAutoSpellWhenHit,"AL_PNEUMA",1,150,BF_SHORT|BF_LONG|BF_WEAPON|BF_MISC|BF_NORMAL|BF_SKILL,0;

 

  • Upvote 1
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.