• 0

    posted a message on [Solved] [Trigger] Creating units one by one, with a short interval.

    Well, you run "Spawn Waves" inside "Spawn Waves" 0-20 times every time you run it. It seems like that could drasticly increase the number of units you spawn very quickly.

    If you just want the action to repeat you could use a while instead, or atleast put the "Trigger - Run" outside the loop.

    Posted in: Triggers
  • 0

    posted a message on Cloak and HeroGlow

    Im not sure i understood what you want to do. But you can create a cloak without the blur effect by also setting the Bury (or maybe Burrowed) flag in the behavior of the cloak.

    Posted in: Triggers
  • 0

    posted a message on [Video] Diablo Camera & Movement

    I like BudSMoken's suggestion. Seems like it would take up a lot of resources to have thousands of units in the larger maps.

    Posted in: Tutorials
  • 0

    posted a message on Campaign Mission Ideas?

    You could make a map where the objective is to secure some kind of bulky but movable artifact. The objective of the map would be to hold the artifact while it slowly move towards your base, and if the enemy gets a hold of it they will start pushing it back towards their base. Extract the artifact to win or loose it to the enemy to loose.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Database

    You could make a Record with all the variables you want to save for each unit type. Then make an array index by unit type with that Record. That would allow you to save all the data you want for each unit type in one variable.

    However, i find Records to be a bit hard to use in that you can only set or copy single values at a time, you cant pass it to a function and i cant seem to directly reference a value from a Record in a condition (have to use a temp variable for that).

    Posted in: Miscellaneous Development
  • 0

    posted a message on Hero Revive

    Player 16 probly means it could not find any other player. Check if you use "triggering player" somewhere and if a player is acctually passed.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Hide mouseover tooltips?

    If it shows up for other players but not you the reason is that you used:

    Player - Turn Player 1 Tooltip Visibility flag Off

    This will turn it off for player 1, and only player 1. You need to turn it off for all players.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Damage - Bypass Protoss Shields

    For an ability, go to the damage effect in question and "Effect - Flags", then set the flag "No Absorb Shields" to true. The damage will no bypass shields and directly affect life value. There is also a "No Absorb Life" flags among others for the opposite effect.

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] Unit/Actor only visible for one Player

    No, it can be done.

    What you have to do is go into the behaivor you want to use in the data editor, say "Permanently Cloaked", go to Behavior - Modification - State Flags (I disable "Combine Structure Values" to make it easier to find this). The you change the flag called "Bury" to "Enabled". This should remove the blue border and blur effect from the unit. After that i add the behavior to the unit i want by going to the unit and in the field "Behavior - Behaviors" add "Permanently Cloaked".

    Done, the unit can now only be seen by the owning player without any additional effects. If you want to toggle the effect maybe the state flag is all that needs to be changed for the ability, but i havent tried that.

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] Unit/Actor only visible for one Player

    I made this work using a copy of zeratuls ability "Permanetly Cloaked". Not sure how i got rid of the blue effect or unit blur.. I got the info from another thread on this forum, but i cant seem to find it right now.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Remove player control

    Works great, thanks.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Changing mouse and keyboard buttons

    To my knowledge you cant change the function of the mouse buttons. May i ask how you did it?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Remove player control

    Hi guys.

    In my map, I need to remove a certain players control over his units, but still be able to order these units through triggers. Now before you say it, i dont want to change the owner of the units, it would be a problem for me if the units where transferred to an other player. Does anyone know of a way to do this?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Trigger] Attack effect upon final hit

    Just wondering, did you get the "Animation - Set animation time scale" actions to do anything? Iv'e seen other people claim to have used them, but i cant get it to work at all.. Other than that, great info. Thanks.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Instant Death Effect

    Never mind, i missed that the "Damage" type effect had a "Kill" flag.. doh!

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