• 0

    posted a message on Morph Unit Problem

    i think you need to combine your two morph events; the "morph from" and "morph to" try getting rid of the AbilMorph.MorphintoZerg.start event and move the term "Morph from Kerrigan3" into the AbilMorph.MorphintoZerg.finish event. I also somehow feel that the "destroy immediate" is doing something and getting in the way. i would suggest getting rid of those and testing to see if the ability worked.

    Posted in: Data
  • 0

    posted a message on Disco Party!
    Quote from zenx1: Go

    That disco needs some better music

    lol

    Posted in: Off-Topic
  • 0

    posted a message on Disco Party!

    sometimes, after a long battle you just want to kick back and dance! good thing we have a portable disco ball!!!

    Embed Removed: https://www.youtube.com/v/RG089wfeuHMfeatureg-uplcontextG26f3693AUAAAAAAAAAA?fs=1
    Posted in: Off-Topic
  • 0

    posted a message on [Solved] Disable Move Animation on Attached Actor

    instead of using a trigger to send an actor message to destroy particles, have you tried going into the events+ field for your model addition and creating a new event: actor creation-> animation set paused all? if that doesn't work you could play around with the "actor creation" bit and change it to "unit birth.yourunit" or something like that.

    Posted in: Data
  • 0

    posted a message on (Solved) Missiles That keep going

    follow OneTwoSC's flamewave tutorial and pay close attention to the part where he makes a create persistent effect because i believe the create persistent will do what you want. sorry that this is all i have to offer right now, 4 and a half hours of chem homework fried my brain :P

    Posted in: Data
  • 0

    posted a message on Simply Skydiving

    success!!!! here's the map as promised. enjoy!! and i hope someone can make this pretty damn awesome, i might mess with it later but im kinda working on another project at the moment Cheers!!

    Posted in: Off-Topic
  • 0

    posted a message on Simply Skydiving

    hello there! well i was bored so i decided to make a map with skydiving. its very simple, but im deciding to post it anyway. feel free to kick back and enjoy the dive as well as tinker with it and make it really awesome. ah, i wasn't able to get the cloud doodads to show up in game so i just took them out, if you can get them to work and set them at varying heights, im sure that the dive would be tons more fun :)

    also im writing this hoping that i can reply to this post with the map attached seeing as i don't see the "attachment" link right now :P

    Posted in: Off-Topic
  • 0

    posted a message on Set Opacity on death

    @Sherlia: Go

    go to the actors tab for your unit and open up the events+ right click and add a new event. make the event-> UnitDeath.(yourunit) then under it change the action to ->set opacity (whatever opacity you want).

    Posted in: Data
  • 0

    posted a message on Making this trigger not lag

    i forgot to add that at the end of all your actions (within the repeat) you need to put a 'wait' action for about 0.5 seconds, otherwise the trigger will blow through all 1000 repeats in one second.

    Quote from Nerfpl: Go

    That completely change entire mechanic.

    is that such a bad thing? from my understanding it should still work the way he wanted it to or am i wrong?

    Posted in: Triggers
  • 0

    posted a message on Periodic Damage: 10 / 1 * 1 = 20 ?

    um, well in one of the effects there might be a period count set to 2 so it plays the effect twice or there might be something else in the behavior that augments the damage, increasing the damage done by 10 to a certain type of unit... kinda hard for me to tell just from looking at this. sorry i couldn't be of more help. maybe if you post your map here someone will be able to get a better look at your problem.

    Posted in: Data
  • 0

    posted a message on Making this trigger not lag

    well the best way i know of is to set the trigger to fire every 120 seconds. then place all your actions under a 'repeat' action and set it to about 1000 repeats. this way the trigger will act as if its firing every 0.1 seconds but will actually only fire once every 2 minutes, reducing lag considerably. hope that helps :)

    Posted in: Triggers
  • 0

    posted a message on Setting the default team color of a unit

    @Eldrazor: Go

    well, you could go into the actor tab and find your unit's actor. then go into the events+ field and add a new event ->unitBirth.yourunit and then SetTintColor to whatever color you want.

    Posted in: Data
  • 0

    posted a message on Heeeeeeeehhhh

    hehehe that is one awesome penguin!!

    Posted in: Off-Topic
  • 0

    posted a message on Please help!

    @Xenion1103: Go

    well, to change to the specific player that entered the region you would set up your trigger as event: any player enters (your region) actions: change unit ownership (change the "unit" to all units in region 'your region') to player (change the value "1" to triggering player) since you want the change to be permanent i would suggest then adding the action:turn current trigger off"

    Posted in: Triggers
  • 0

    posted a message on Yep, I'm sick...

    interesting name for a person, destiny.... i always find that going outside for some fresh air helps a lot, may be too cold where u live idk :P

    Posted in: Off-Topic
  • To post a comment, please or register a new account.