• 0

    posted a message on Adding a Buff for each Attribute Point

    http://puu.sh/1g3dw

    I'm trying to add a Buff per each level of an attribute however I don't think this is the right place to add it.

    I even added an apply behaviour effect in the Point Gain area.

    (note 0.2 armour is from the behaviour on the unit the other 0.2 armour is from the apply effect)
    http://puu.sh/1g3mu
    http://puu.sh/1g3mC
    http://puu.sh/1g3n9

    But no dice it seems that it only does it as 1 effect so that doesn't work

    Posted in: Data
  • 0

    posted a message on Ignore Armour Flag ?

    There was a flag that was on the unit/weapon/effect that allows you to ignore the armour but still allows you to see it's value.

    Does anyone know or remember where it might be?

    Posted in: Data
  • 0

    posted a message on I just lost my mod...

    @arc000: Go

    see my post.

    Posted in: General Chat
  • 0

    posted a message on I just lost my mod...

    C:\ProgramData\Blizzard Entertainment\Battle.net\Cache

    Use something like spacemonger to narrow down the date modified and in the horde of .S2MA files (which you can use a mpq editor to open)

    Then with any luck a more up to date version will be in there, sadly mine is gone T_T".

    I've posted a support ticket to see if they have a secret backup they didn't tell anyone about.

    Posted in: General Chat
  • 0

    posted a message on Morph Cancel stop Scaling in Event

    I have a morph where I upgrade a building into a different one which is symbolised with the scale of it.

    I want to make it so that each one will visually expand into the next using scales, however when I cancel it refuses to stop the scale and even though I have an event to revert the scale of which it ignores.

    So I have a morph that when cancelled will still scale but it shouldn't.

    AbliMorph.*.Start Set Scale 1.2 5

    Note the 5 will be the same length as the build time whatever that is.

    AbliMorph.*.Cancel set scale 1 0.5

    I've also tried

    Set absolute scale and clear scale.

    Clear scale seems to give this error "Cannot clear a prop created and used internally by the system"

    Anyone have any advice?

    Posted in: Data
  • 0

    posted a message on Mod Unit Cant Move

    Thank you Soul, the default movement speed was set at 0.

    Glad that working now.

    Posted in: Data
  • 0

    posted a message on Mod Unit Cant Move

    I've made a custom mod which I plan to dump units into.

    However when I put said unit into the map it's refuses to move.

    I get the error "unit cannot handle this command"

    I even copied the movers and move abilities (and buttons) but no luck I'm sure I've missed something or I hope I have.

    Posted in: Data
  • 0

    posted a message on Data Drop Down Window Gone

    I've reopened the editor after about well maybe 6month to a year an the drop down window that listed actors, units, terrain, etc etc has been replaced with a + that is really annoying to use.

    Anyone know how I can revert it to the drop down window?

    http://nargaque.files.wordpress.com/2010/05/sc2_editor_data.png

    If anyone needs reminding.

    Posted in: Data
  • 0

    posted a message on SC2 Arcade Alpha

    Has anyone from outside the NA server got a invite?

    And it's a bit sad that they are still refusing to even indulge us on the Live lobbies, I mean I hate to point it out but DOTA and all the spin off s(of which they are making one) only exist because of live lobbies.

    But keep us posted.

    Posted in: General Chat
  • 0

    posted a message on Is cloak color hardcoded?

    I believe so but you should be able to tint it using the actor event.

    Behaviour.<Cloak?>.on
    SetTintColour

    Posted in: Data
  • 0

    posted a message on Wc3 Style Armour Resistance Based

    Ah cheers that makes a lot of sense I completely forgot about Galaxy++

    Posted in: Data
  • 0

    posted a message on Invisiblity and Resource Collection

    So this is my plan.

    Attack -> Add Buff -> (repeat attack till 10) -> (search for nearest house) -> +Lumber for each buff -> Set Buff 0

    I had an issue with it not attacking but I fixed through flags.

    I now have an issue that the behaviour buff is added to the resource not the unit.

    • edit*

    My head hurts. This is more complicated than it should be.

    If someone can make a tutorial on how I'd be happy I'm going to give up on it for a while.

    Posted in: Data
  • 0

    posted a message on Set Text Actor text to current buildings value?

    I think you want to put this in the text area, d ref is the reference for the data but you'll need to find out where it comes from (Not found it myself yet).

    +<d ref="x"/> +10 <IMG path="x" height="28" width="28"/>
    


    Posted in: Data
  • 0

    posted a message on Invisiblity and Resource Collection

    Oh I see that make sense.

    Posted in: Data
  • 0

    posted a message on Wc3 Style Armour Resistance Based

    @Kueken531: Go

    Ok but I dont see any triggers in the trigger editor and if I add one the trigger which I cannot see seems to stop working for the armour system.

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