Hello, can anyone help me with this script in item_db?
I want the target that is hit by the skill to get a special effect.
bonus4 bAutoSpellOnSkill,"CG_ARROWVULCAN","CG_TAROTCARD",5,60;
how to add specialeffect 812; in the script?
I tried to use autobonus but again I'm not very familiar with this, and it appears not on the target but on itself
autobonus3 "{ bonus3 bAutoSpell,CG_TAROTCARD,5,600; }",10000,10000,"CG_ARROWVULCAN","{ specialeffect2 812; }";
thank you for helping