• 0

    posted a message on [Data] Colliding Projectiles

    Thank you! I think it would be great if someone edits your post in the OP.

    Posted in: Tutorials
  • 0

    posted a message on [Data] Colliding Projectiles

    I cant read the text inside the spoilers :( Looks like the formatting is gone. Is there any possibility to repost this? I guess it is possible to decrypt it, though.

    Posted in: Tutorials
  • 0

    posted a message on Validator: Armor 0 or less?

    I need a validator that makes an effect only trigger if the target is 0 or less than 0 armor. I fail to find a validator type that makes it possible. Any ideas?

    Posted in: Data
  • 0

    posted a message on How can I make Passive abilities level-able?

    Here is a video tutorial about passive levelable abilities. I have no clue if it works since I just bookmarked it in case I need it some day. It may also be outdated since it is from august 2010, but maybe it helps.

    Posted in: Data
  • 0

    posted a message on Can I return the index of an array element?

    I have a number of buttons that are stored in a dialog item array. If a player uses one of them, is there an easy way to return the index of the used button or do I have to use Switch/if-then-else to determinate which one has been used?

    Also, is it possible to make a condition that looks something like this:

    Used Dialog Item == Button[Any Index]

    instead of:

    OR -Used Dialog Item == Button[0] -Used Dialog Item == Button[1] -.....

    Posted in: Triggers
  • 0

    posted a message on How do I organize pulldowns?
    Quote from deathtorn: Go

    Indexes are the only option, you'll have to keep track of what the players buy as they buy them.

    Sad. What is best way to keep track of them?

    Posted in: Triggers
  • 0

    posted a message on How do I organize pulldowns?

    In my map players can buy buffs with dialogs which are applied to their units. However, they can only have a certain number of active buffs which are again specified inside a dialog. I thought it might be a good idea to use a pulldown list to store the buffs a player has bought and then use this list to let players choose the buff they want from it. I was able to add all buffs correctly to the list for each player (add list item ITEM to PULLDOWN for triggering player), but I have no idea how to keep working at that point. The buffs can be bought in any order, which means the list looks different for all players. How do I know which item a player has selected? As far as I see one can only access list items with their index, but doesnt help me, because I need to know their entry. Thanks in advance!

    Posted in: Triggers
  • 0

    posted a message on Variable with type behavior?

    Doesn't it exist or am I blind? Oo

    If they don't exist what is the best way to store a behavior with triggers?

    Posted in: Triggers
  • 0

    posted a message on Hive Keeper - Dungeon Keeper Mod

    Kerrigan should be the Mistress. And what's about using Scourges (the suicide flyers) as fireflies? You just have to change the units height a little bit.

    When will we see a video shwoing room creation?

    Posted in: Project Workplace
  • 0

    posted a message on How to use the create actor action?

    How do I use that? No matter what I try it just produces an error and does nothing. I just want to place an actor somewhere in my map.

    Posted in: Triggers
  • 0

    posted a message on Hive Keeper - Dungeon Keeper Mod

    I just hope the game will be better than trailer :D

    Posted in: Project Workplace
  • 0

    posted a message on Hive Keeper - Dungeon Keeper Mod

    You haven't used any zerg eggs so far. What's about using them as library? (since those eggs (or Larvaes?) contain all DNA required to hatch every single zerg unit?)

    I am a bit curious how you want to get the rooms to work. Do you always save all information for each tile and then iterate through all surrounding ones once a tile changes its properties?

    Posted in: Project Workplace
  • 0

    posted a message on Hive Keeper - Dungeon Keeper Mod

    I doubt that you will be able to do this only sc2 stuff. There is almost nothing that can be used as floor tiles.

    On the other hand, you basically just need squares with a texture on the top. It shouldn't be that difficult to create such models. Not sure though. Maybe it would be best to create a request thread.

    Posted in: Project Workplace
  • 0

    posted a message on Hive Keeper - Dungeon Keeper Mod

    Awesome! Probably the most promising map I have ever seen for sc2.

    By the way, as far as I know the fortification of walls was not that fast in the old dk.

    Posted in: Project Workplace
  • 0

    posted a message on Some 1.2.0 UI overridden test

    One question: does this allow one to create ui buttons linked to unit abilities that do not suffer from the key-pressed-event-delay? I.e. can I make ui items that work with normal hotkeys?

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