• 0

    posted a message on Why does this error appear?!

    k. I don't even know what you wane use this for but hey.. that's your problem.

    anyway your error is because you trying to use the "new function" for something its not made for. (you have no return value.) about "New Function" read this: http://forums.sc2mapster.com/resources/tutorials/1076-trigger-utilizing-the-power-of-functions-with-gui/

    anyway think your better off using "new action definition" for what your trying to do.

    Posted in: Triggers
  • 0

    posted a message on I want spectators in my map. Help!

    spectators are not allowed in melee games

    Posted in: Miscellaneous Development
  • 0

    posted a message on A riddle

    looking at all the answers and taking in account that both the dragon and the knight are equally intelligent should come to the conclusion that both survive the duel.

    however removing the last line of the official riddle kills the riddle itself (its not really a riddle any more)

    Posted in: Off-Topic
  • 0

    posted a message on Building stuff on flagships?

    attachments (data editor) its lot of work and not for beginners

    Posted in: Data
  • 0

    posted a message on Where are they?

    in the top right of this site you find a search bar.
    type in this search bar dependencies

    if you can't find it then plzz feel free to ask for more info

    Posted in: Data
  • 0

    posted a message on How to stop the casting of ability when attacked?

    kinda have it by using a data and trigger (can do only only data but this should work)

    k I have an skill (effect - instant)
    have that skill a cast time of your amount of time
    and add the normal effect you want to the skill after the cast time.
    now make a trigger that adds a behaviour (called mine Casting Vulnerability) when a unit starts casting the skill

        Events
            Unit - Any Unit uses "your skill" at Generic3 - Execute stage (Ignore shared abilities)
        Actions
            Unit - Add 1 Casting Vulnerability to (Triggering unit) from (Triggering unit)
    

    Casting Vulnerability is a buff behaviour.
    add to the behaviour a validator (unit order target type) and select the skill. (you can use a combine to combine multiple skills)
    what this validator is doing is that if the unit is not casting the skill anymore it removes the behaviour (handy to have no casting vulnerability when you order the unit to do something else and interrupt the cast)
    now back to the behaviour you wane add damage response.
    set the chance to 1 and all the way down you can add an effect to "Handled"
    this effect can be a stop command but I added a 1 sec stun.

    hope this madness helps you a bid

    Posted in: Data
  • 0

    posted a message on How to stop the casting of ability when attacked?

    oh. I asked that like 1 month ago.. let me see how I got mine to work

    Posted in: Data
  • 0

    posted a message on People...I cant believe they pay for this.

    don't think that site liked my answers ^^

    Posted in: Off-Topic
  • 0

    posted a message on Full chemical name of titin

    there are rules to the naming. and every country its the same (that's why every chemist can understand a other chemist)

    but trust me. nobody is using the long names. there is a reason why most chemicals have a second name. and almost always that is used.

    Posted in: Off-Topic
  • 0

    posted a message on Full chemical name of titin

    well.. look at it this way.

    i try to keep it simple
    titin is made up out of about 244 proteins (132 of type I and 112 of type 2).
    type 1 is build up from about 16 layers of about 100 amino acids.
    type 2 is build up out of about 2 layers of 7-9 strands (each consistent of 3-9 amino acids)

    as an example of amino acids is Lysine. (there are a lot amino acids but most are build up the same)
    http://upload.wikimedia.org/wikipedia/commons/5/5c/Lysine_fisher_struct_num.png
    the name lysine is officialy "2,6-diaminohexanoic acid"

    btw.. biochemistry is not my speciality.

    Posted in: Off-Topic
  • 0

    posted a message on Full chemical name of titin

    remember that also the structures between the proteins are named. and proteins are rather big. (titin self is also a protein btw)

    Posted in: Off-Topic
  • 0

    posted a message on Full chemical name of titin

    It is composed of 244 individually folded protein domains connected by unstructured peptide sequences.
    the name is so long because you need to have every single one of those 244 protein in the name. (chemical rule thing.)
    this is kinda the reason chemist think of additional names for such chemicals.
    so yes it has the long name. no nobody uses it.

    Posted in: Off-Topic
  • 0

    posted a message on UI - how do I Changing the Rank and kills desplay on a unit?

    i get the feeling i'm asking something that nobody knows.

    Posted in: Data
  • 0

    posted a message on UI - how do I Changing the Rank and kills desplay on a unit?

    Anyone?

    Posted in: Data
  • 0

    posted a message on UI - how do I Changing the Rank and kills desplay on a unit?

    For my map I wane try to give the player some more info. I came to the idea to change the unit rank to something else.

    think I can explain it better with a picture:
    http://img96.imageshack.us/img96/1516/screenshot2010121921523.jpg

    now what I wane change is the whole "Rank: Recruit" to something else without removing the kill counter. (remember I also wane remove the word Rank)
    I have atm 2 ideas how I can do this.

    1) Change the default veterancy in some way, the downside is that it will apply to all units. and that's something I don't want. I want different for every unit.
    2) i can change the UI - Info Text of the unit to what I want. the problem for this is that it will also hide the unit kills. so unless I know a way to link it back into the text itself (like you can link data values) this not gone work.

    Any of you have an idea how I can do this?.
    to keep it short
    - I want to keep the kill score.
    - I want to change the veterancy (including the word Rank)
    - and need to be different on every unit

    am kinda open for any suggestion (except clumsy options in trigger editor.)

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