Jump to content

Question

Posted

Requesting a script like.. When using attack skills like desperado, bowling bash, and other battle skills it will autocast lv1 enchant deadly poison..

Thanks

8 answers to this question

Recommended Posts

Posted (edited)

You mean Auto Cast Enchant Deadly Poison?

To make a script like that, check "Injustice Card" so you will have an Idea on how to get this script and then change the script to Enchant Deadly Poison.

Injustice Card Script (LEVEL 1 SONIC BLOW AT 5% CHANCE) :

{ bonus3 bAutoSpell,"AS_SONICBLOW",1,50;}

then change the AS_SONICBLOW to Enchant Deadly Poison script.

Edited by Jezu
Posted

Already tried that.. Still doesn't work.. It only works when attacking normally..

What I want to happen is, make it autocast when also casting skills like if you cast Desperado and it his enemies, there's a chance to activate Lv1 EDP..

Btw, Here's my script

{ bonus3 bAutoSpell,"ASC_EDP",1,20; }

Anyone?

Posted
bonus5 bAutoSpell,x,y,n,t,i;  n/10% chance to cast skill x of level y when attacking (supports skill names)
 t: Trigger criteria:
    BF_SHORT: Trigger on melee attack
    BF_LONG: Trigger on ranged attack
    ( Default: BF_SHORT+BF_LONG )

    BF_WEAPON: Trigger on weapon skills
    BF_MAGIC: Trigger on magic skills
    BF_MISC: Trigger on misc skills
    ( Default: BF_WEAPON )

    BF_NORMAL: Trigger on normal
    attacks.
    BF_SKILL: Trigger on skills
    (Default: BF_SKILL if type is BF_MISC or BF_MAGIC, BF_NORMAL if type is BF_WEAPON)

    i:
    0=cast on self
    1=cast on enemy, not on self
    2=use random skill lv in [1..y]
    3=1+2 (random lv on enemy)

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