• 0

    posted a message on [Help] Can't remove death effects.

    Here's the actor, it was based on the observer actor.

    Posted in: Data
  • 0

    posted a message on [Help] Can't remove death effects.

    So, I just came back to SC2 since LotV and ran into a problem with one of my old maps, which was working fine in HotS. For a certain spell, I create a hidden dummy unit with a timed life to cast one portion of the spell, the problem is: when the dummy unit expires, it is now playing a protoss-like explosion effect. I already removed all the death effects and death actors, tried adding another hide event for when the unit dies, even tried to change all protoss explosion models to something else, but every time it just does the same explosion when the dummy's timed life runs out. Am I missing something here?

    Posted in: Data
  • 0

    posted a message on Reward for lost (killed by enemy) unit

    @EagleXs: Go

    Try something like this:

    Event: Any Unit dies

    Condition: Comparison: Unit type of Triggering Unit = SCV

    Actions:

    Modify Player property - Owner of Triggering Unit - Vespene - Add [amount]

    Modify Player property - Owner of Killing Unit - Vespene - Subtract [amount] (if you want to subtract vespene from the killer)

    I haven't tested it but I see no reason for this not to work.

    Posted in: Data
  • 0

    posted a message on Is it possible to edit a missile's mover with triggers?

    Thanks, I guess I'll have to do it with triggers then. My only concern now is if it could cause lag, since I'll need a periodic trigger running to move each missile because they move in a curve, so a simple "Move to point over X seconds" wouldn't work.

    Posted in: Triggers
  • 0

    posted a message on Is it possible to edit a missile's mover with triggers?

    Basically, what I'm trying to do is create a channeled spell where the missiles launched would behave differently (different speed, angle, acceleration, etc) over the duration of the channeled spell, and reacting to the presence of enemy units. Creating individual movers for each type of movement would not be possible, as the number of possible variations would be incredibly high. Is there a way to edit a missile's mover dynamically with triggers to create these variations?

    Posted in: Triggers
  • 0

    posted a message on Reward for lost (killed by enemy) unit

    I'm not sure there's a simple solution with data, but it would be really easy to do this with triggers. You'd make an event that triggers whenever a unit dies, make a condition to check if the unit type of the unit that died = SCV, then add that amount of gas to the triggering unit's owner (and subtract that amount from the other player, if you want).

    Posted in: Data
  • 0

    posted a message on Keeping current with Blizzard's tweaks.

    I'm not sure if they actually modified the field and I didn't notice, but the field that links an actor to a unit is still there, under "Token - Unit Name".

    Posted in: Data
  • 0

    posted a message on [Solved] Curving projectiles

    I managed to solve this by using multiple throw phases with long blend times to generate the curves, but now, no matter where I target the skill, the projectile is always fired straight down. Does it have to have at least one guided phase?

    Edit: Nevermind, found a way to fix it, thanks for the help guys.

    Posted in: Data
  • 0

    posted a message on [Solved] Curving projectiles

    What I meant was a projectile that moves in a curve on the horizontal plane, from what I've read from Blizzard's tutorial a ballistic driver can only do vertical curves, like a catapult projectile, or am I mistaken?

    Posted in: Data
  • 0

    posted a message on [Solved] Curving projectiles

    Recently I've been trying to make an ability to send out a projectile that moves in a curve and collides with the first unit it hits. I was using the trigger editor for this but, because of the large number of projectiles being handled by triggers it was causing some lag.

    I wanted to convert the system into data so it hopefully doesn't lag as much, would it be possible to do so? I already read the tutorials about projectiles and movers, but I haven't been able to replicate the effect I was doing with triggers.

    Posted in: Data
  • 0

    posted a message on Mantis (purifier) and tassadar model mdx transfer to m3

    The tutorial you linked is for importing m2 models from WoW, as far as I know the program used there can't convert Warcraft 3's MDX models to m3.

    Unless someone creates some kind of tool to automatically convert MDX to m3, some kind of modelling program (3ds max, Gmax, Maya...) will be required to do this conversion.

    And no, as far as I know you can't download the Warcraft 3 editor without the game.

    Posted in: Art Assets
  • 0

    posted a message on Left 2 die question

    Didn't you create a similar thread to this before? It might have been answered there already, but anyways:

    When you add the Left 2 Die mod as a dependency to your map, it only contains the assets (3d models and textures). It comes with no data because Blizzard created the data on the map itself, not on the mod.

    You can either create the data yourself on your map, or you can try copying the units over from the Left 2 Die map, however that never worked properly for me, since you need to copy the data in a specific order or the vaules will not get assigned correctly.

    Posted in: General Chat
  • 0

    posted a message on Many Hands - 2

    @Terhonator: Go

    Didn't notice the Char lava already there, my bad. But that can be fixed by duplicating the Char lava with the data editor and using different ones for each areas, like I did up top. In fact, unless someone is working on it right now, I should be able to fix it in just a moment.

    Edit: There, everything should be fine now.

    Posted in: Terrain
  • 0

    posted a message on Many Hands - 2

    Working on it right now.

    @Terhonator: Go

    When you lowered the lava, it also lowered it on the rest of the map, uncocering the untextured terrain below. I replaced the lava in your area with the Char lava, which looks the same, while also keeping the lava in other areas at the same height.

    Edit: Christ, I just checked the date of the previous post. Is this still going on?

    Edit 2: Anyway, finished my part. If anyone wants to keep this going, the map's attached.

    Posted in: Terrain
  • 0

    posted a message on Lift 2 Die Models

    @AMtrane: Go

    If the map is not protected, just go to Open -> Battle.Net and search for the map you want to open.

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