Jump to content

venire

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by venire

  1.  

     

    bonus4 bautospellonskill,"KN_BOWLINGBASH","KN_BOWLINGBASH",1,1000;

     

     

    bonus4 bAutoSpellOnSkill,s,x,l,n;<>    Adds a n/10% chance to autospell skill x at level l when using skill s. (supports skill names)
                                        Supportive spells are casted on self, others on target of skill s.
    bonus5 bAutoSpellOnSkill,s,x,l,n,i;<>    Adds a n/10% chance to autospell skill x at level l when using skill s. (supports skill names)
                                        i: Flags (bitfield)
                                            &1: Forces the skill to be casted on self, rather than on the target of skill s.
                                            &2: Random skill level between 1 and l is chosen.

    What level of bowling bash will cast? lvl1?

    It depend on you. it cast any level of skill just adjust the percent of it.

    I'm kinda confuse about proc rates. does 10000 = 100%?

    bonus4 bautospellonskill,"KN_BOWLINGBASH","KN_BOWLINGBASH",1,1000;  = Random Lvl of Bowling Bash? How can i do it with a fix level?

     

  2. bonus4 bautospellonskill,"KN_BOWLINGBASH","KN_BOWLINGBASH",1,1000;

     

     

    bonus4 bAutoSpellOnSkill,s,x,l,n;<>    Adds a n/10% chance to autospell skill x at level l when using skill s. (supports skill names)
                                        Supportive spells are casted on self, others on target of skill s.
    bonus5 bAutoSpellOnSkill,s,x,l,n,i;<>    Adds a n/10% chance to autospell skill x at level l when using skill s. (supports skill names)
                                        i: Flags (bitfield)
                                            &1: Forces the skill to be casted on self, rather than on the target of skill s.
                                            &2: Random skill level between 1 and l is chosen.

    What level of bowling bash will cast? lvl1?

  3. Hello, just a new in scripting and can't even make my own script work,
    Here's my script

    bonus4 bAutoSpellOnSkill,"KN_BOWLINGBASH","KN_BOWLINGBASH",10,10000; },{},{}

     

    Is this right? for Autocast Bowling Bash while using Bowling Bash?



    Help please, my head's gonna blow  /whisp

  4. Hello, just a new in scripting and can't even make my own script work,
    Here's my script

    bonus4 bAutoSpellOnSkill,"KN_BOWLINGBASH","KN_BOWLINGBASH",10,10000; },{},{}

     

    Is this right? for Autocast Bowling Bash while using Bowling Bash?

×
×
  • Create New...