Buffs in party

Discussion in 'Help' started by Max, Sep 28, 2010.

  1. Max

    Max AdvExt64 Customers (IL)

    Hi want know how i can make the buffs like might , focus , shield only in party (you give party to other player target him and buff him)

    Grettings
     
  2. Sawk

    Sawk AdvExt64 Customers (GF/GE/HF)

    Hello,

    Just add that :
    Code:
    operate_cond={{target_my_party}}
    Then the buff will be only usable on a party member as you can clearly see in the operate condition.
    If sometimes you don't know something and start scripting (since you are obviously begining), just go check a skill that does what you want (just check a skill that is party only for the target as exemple and check what could done the effect for that case).

    It's just a little advice that I am giving you, good luck with your project.