• 0

    posted a message on Simple Catalog line giving me troubles

    @Hobrow: Go

    Imma work around with this, thanks a lot for the help! And yes I am using an Apply Behavior effect :)

    Posted in: Triggers
  • 0

    posted a message on Simple Catalog line giving me troubles

    @Hobrow: Go

    Which means I can't modify it? then I come back to my last problem. I set the behavior to periodically deal damage.. Let's say I change the duration to 3 seconds, it ticks 5 times, i change it to 5 it ticks 7 times. Which is why i changed periods. I know this is a data issue but maybe you'd know.

    Posted in: Triggers
  • 0

    posted a message on Simple Catalog line giving me troubles

    @Nerfpl: Go

    Tried PeriodCount[0] didn't work. and I would rather stick to catalogs for this case.

    Posted in: Triggers
  • 0

    posted a message on Simple Catalog line giving me troubles
    Catalog - Set value of Behaviors "FBGroundBurnDPS" "PeriodCount" for player (playerID + 1) to (String(((Value of Behaviors "FBGroundBurnDPS" "PeriodCount" for player (playerID + 1) as an integer) + AmountIncrease[playerID][abilityNB][currentabilnb])))
    

    It is intended to set the value of a debuff a spell causes to raise its PeriodCount by 1

    In this case,
    playerID = 0
    abilityNB = 0
    currentabilnb = 2
    AmountIncrease = 1 (int)

    These are not the source of the problem because they work just fine for the line right before (that also modifies the catalog)

    I also have tried using real instead of int, but without success.

    Syntax is also fine for the behavior ID because I have used it in a previous line. Thanks for any help provided.

    Posted in: Triggers
  • 0

    posted a message on Ability Problem

    @DrSuperEvil: Go

    Imma read the blizzard tut about movers and then attempt this, thanks for the help

    Posted in: Data
  • 0

    posted a message on Ability Problem

    I am trying to make an ability where you simply use the ability with  no target and it shoots a missile infront of the caster until it hits someone (with a set max range for the missile). All it does is cast the spell and blows up at the caster.

    Ability is Effect - Instant with a launch missile attached to it. Wondering if there would be any better ways of doing it or if there would be an fix I could add to my abilities. If you don't have enough details about the ability just say so and I will add whatever needed. Thanks in advance for any help provided.

    Posted in: Data
  • To post a comment, please or register a new account.