• 0

    posted a message on Custom Script to edit data?

    @DuckyTheDuck: Go

    Oh, didnt know of this :) I guess the Catalog is the data type, the Entry the name of the data and the Field Path the field? :)

    Posted in: Triggers
  • 0

    posted a message on Custom Script to edit data?

    I know this is not ecactly Galaxy Scripting, but it's still custom script with trigger.ยจ

    I once saw a way to edit data (like increasing damage done by an effect) with a trigger using custom script.

    Do anyone know the script to do this? I asume it's something like set Data(DATATYPE,NAME,FIELD,VALUE);

    (I would asume you could just set each of the DATATYPE, NAME; FIELD and VALUE to a variable for the ease of it)

    EDIT: Solved it. Shouldnt have posted here.

    Posted in: Galaxy Scripting
  • 0

    posted a message on Custom Script to edit data?

    I once saw a way to edit data (like increasing damage done by an effect) with a trigger using custom script.

    Do anyone know the script to do this? I asume it's something like set Data(DATATYPE,NAME,FIELD,VALUE);

    (I would asume you could just set each of the DATATYPE, NAME; FIELD and VALUE to a variable for the ease of it)

    Posted in: Triggers
  • 0

    posted a message on Ability: Orbiting units

    @Bilxor: Go

    The banelings would be invincible, as you can not target / select the banelings.

    Posted in: Data
  • 0

    posted a message on Ability: Orbiting units

    @DrSuperEvil: Go

    Nope, it would most likely work like a missile - It could be anything, the baneling is only to apply to the theme of the casting unit.

    Posted in: Data
  • 0

    posted a message on Agro Range?

    Where do I modify the range that a unit will start attacking an enemy?

    I got some units which attack move towards a location, but they encounter enemies on the way, but some of the ranged enemies just get to stand by and attack without getting attacked.

    Posted in: Data
  • 0

    posted a message on Colossus attack beam wont go away again?

    I dublicated the Colossus, and the weapon aswell. A dublicated all the actors and effects, and set all the actors events refering to effect, to the coresponding new version. And now when I test it, the beam stays there when fired. The launch location follows the dublicated colossus, so it walks around with a huge load of beams sticking out of it, which will stay untill death, where the beams will stick to the death location.

    I thought it would be that there were no destroy event in the actor events, but as far as I know, there is?:

    Posted in: Data
  • 0

    posted a message on [NEW UNIT CREATION] Infested Zealot

    @Trinseno: Go

    If you are planning on using all the same stats and abilities, I'd suggest dublicating the zealot and then change the actor to your needs.

    Posted in: Data
  • 0

    posted a message on Ability: Orbiting units

    The title might be a little misleading, but here goes; I want to create an ability that spawns 5 baneling unit (the roling baneling) circling around a the casting unit, and explodes upon contact with an enemy unit, dealing damage in a raduis.

    The banelings should persist for 7 seconds, after which they would explode. The banelings should circle around the caster, and keep a constant location (meaning that if the main unit moves, the banelings should move coresponding to that, and still keep their rotating location).

    Can this be done with data (if yes, how would I do it?) or should I use triggers?

    Posted in: Data
  • 0

    posted a message on Power Level Overwhelming Re-release

    Absolutely amazing! I cant believe the amount of work you've put into this - good job!

    Posted in: Project Workplace
  • 0

    posted a message on Ability Help: Energy Tap

    @DrSuperEvil: Go

    I think I'll make it with a trigger, as it seems like it would be simpler, but it's always good to learn something new :) Thank you for the help :D

    Posted in: Data
  • 0

    posted a message on Increasing Attribute amount with triggers?

    @BasharTeg: Go

    Thank you for the help, I set up a system that changes 10 "+1 attribute" into a "+10 attributes", a changes 10 "+10 attributes" into a "+100 attributes".

    Posted in: Triggers
  • 0

    posted a message on Increasing Attribute amount with triggers?

    @BasharTeg: Go

    Does that mean, if I want to increase agility by 10 (permenently) I will have to have a behavior stay on the unit for the entire game? Or is there a way to make the effect of a behavior persist, when removing it?

    (It's a solution, so thank you, I am just conserned that if I have to use this method, having 5 different behaviors each with 600+ stacks. That would end up making the game lag)

    Posted in: Triggers
  • 0

    posted a message on Condition - Damage Kind is Spell?

    @BasharTeg: Go

    Derp :3 haha brainfart - thank you :D

    Posted in: Triggers
  • 0

    posted a message on Condition - Damage Kind is Spell?

    Is there a way to check if the damage kind, triggering the event; "Unit Takes Damage", is spell damage?

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