Jump to content
  • 0

I need the union of 2 scripts for the Dark Lord


Tarq

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   23
  • Joined:  07/28/18
  • Last Seen:  

well... I meet 2 scripts and I want to make a union of them.

  • are: { bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100;}       //normal bonus
  • end { autobonus "{ bonus bBaseAtk,1000; }",100,6000,BF_WEAPON,"{ misceffect 521; }"; }     //timing bonus

my goal is for the Dark Lord with 100% chance of activation within this time scripts

something like that:

  •  { autobonus "{ bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,1000; }",100,6000,BF_WEAPON,"{ misceffect 521; }"; }

can anybody help me?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100; autobonus "{ bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,1000; }",10,6000,BF_WEAPON,"{ misceffect 521; }";

 

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