wind walk data editor problems +rep for help (yes i mean u siretu :P)

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
I am making an old school wc3 windwalk ability, and im having some problems, the ability is on the unit, the button is visible but when i cast it nothing happens

heres what i have so far:

Trigger:
  • Wind Walk (Ability)
    • Behaviors
      • Wind Walk (Buff)
        • Applies invisibility, move speed bonus, changes the movement plane of the unit to stop collision, and passive unit state
      • Wind Walk (Time/Damage Check)
        • Final Effect: Wind Walk (Removal) to remove the Wind Walk (Buff) behavior with a duration of 30 seconds and a validator as follows
        • Validators
          • -> requires the unit does not attack
    • Buttons
      • Wind Walk (Button)
        • Added the ability to a zergling and attached the button to bottom left (after removing default ability buttons) made the button type Ability and the ability attached Wind Walk
    • Effects
      • Wind Walk (Apply Buff)
        • Instant Effect -> applies Wind Walk (Buff) to the casting unit
      • Wind Walk (Apply Time/Damage Check)
        • Instant Effect -> applies Wind Walk (Time/Damage Check) to the casting unit
      • Wind Walk (Removal)
        • Final Effect of the Time/Damage Check that removes the Wind Walk (Buff) attribute behavior
 
UPDATE:
the ability is working fine now, the problem was that the effect wasnt correctly linking to the behavior, but now i have another problem...
the ability is using only 1 effect, i need it to use both the Wind Walk (Apply Buff) and Wind Walk (Apply Time/Damage Check) on cast, but its only doing the apply buff effect
 
Put the two effects into a set effect, and trigger the set effect. It will now do both effects.
Or atleast it should do.
 
did that, got it just before i saw this post :/
but now i have another problem, the final effect doesnt trigger when the time/damage check behavior is removed from a validator, how i could i remove an attribute behavior on a validator that a unit attacks?
 
I would just put the validator in Wind Walk (buff)'s Behavior: Validators (Remove) and give the buff a 30 second duration. It would save you one behavior and 2 effects.
 
attributes have no validator fields, its not a buff :(
 
I was talking about the behavior you called "Wind walk (buff)". I assume that is a buff and not an attribute?

I mean, the entire point of adding the attribute with a duration that is removed by a validator is to remove the wind walk buff, right? So why not skip all the extra work and just put the validator in the buff? Should work, if I'm not missing something.

On a slightly related note, I don't know why you would use attributes for that at all. Attributes are used to add fields like strength/agility/intelligence to the hero and it even modifies the unit's UI. Using a hidden buff is what you want to do most of the time.
 
nope its an attribute, you cant change the movespeed of units with a buff if im correct, and you also cant change the state of the unit to passive, cloaked, suppressed collision
unless i just dont know how
 
Then why did you call it "(buff)" if it's an attribute?

Make it a buff. You can change the movement speed and flags like passive, cloaked and suppressed collision in the buff's "Behavior:Modification" field. You do it in the same way as you do it in the attribute.
 
im still used to the wc3 editor, that was just a way to organize it to me, in my head a buff is something that improves a unit temporarily in some way lol

ill try that when i get home, thanks for the help
 
still having issues with the bonus damage 1 time on melee/ranged attack...
it just simply wont do it, how would you remove a buff that deals bonus damage after an attack but still apply the bonus damage?
 
Oh, forgot this wasn't solved. Sorry :)

Anyway, let's modify it slightly. You want a "Remove behavior" effect with the behavior set to Wind walk(Buff).

You don't need the validator so you can remove it from the "Behavior: Validators (Remove)". Instead open up the Combat: Damage response.

Start out by modifying the first field, "Chance" to 1. Scroll down half the way and find the field called "Handled". Change this to the "Remove Behavior" effect you created earlier. Scroll down some more and find the "Location" field. Set this to Attacker. Press okay, now you're done.

What does this do? Basically, there's now a 1(100%) chance that the effect specified in the "Handled" field starts whenever the unit with the behavior attacks another unit. If you want to do it the other way around and remove it when the wind walking unit takes damage you just set it to defender instead.
 
i had already tried this and it didnt work, the damage was never dealt so the unit just had invis removed
 
I assume the problem comes from the fact that the behavior is removed before the extra damage modifier you have in the behavior(you do have some extra damage modification in the buff, right?) can be applied.

In this case, a simple solution would be to do what I said in my last post but change it to a set effect containing two effects. One that deals extra damage to the target and one that removes the behavior.
 
ahh good idea, but wouldnt i have to switch it to defender to apply that?
 
No, the damage response's location only handles what type of damage it responds to(damage taken by unit with buff or damage taken by unit attacked by unit with buff). You have to make sure the effects have the correct targets though but it usually works out fine with default.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top