Recent content by Stringel

  1. S

    Triggered Crit

    I was not adressing you when I said that, regarding your code I'm still not sure how it works and what system it uses (damage?) and how do I modify it to work like I've explained? thanks on forehand
  2. S

    Can someone help me adapt this spawn trigger?

    Not entirely sure what you're after but I'll give it a try: Trigger Events Unit - A unit Dies Conditions (Unit-type of (Triggering unit)) Equal to Tower Actions Unit - Create 1 Shelob [Boss] for Player 12 (Brown) at (Center of Shelob Spawn <gen>)...
  3. S

    Units to Cast Abilities

    For example if you've made a custom spell based on storm bolt (which is cast on a single unit) use the function Issue order targeting a unit - order YourUnit to human - Storm bolt OtherUnit. Doesn't matter if you change the name of your spell or whatever, it's the spell it's based of that counts.
  4. S

    This map won't show up in the list!

    Shorten the map name could solve it.
  5. S

    Triggered Crit

    Thanks for all replies, will +rep when I get time. The reason I want to interfere with crit is that I want to create a crit and a parry that (almost) every unit has. The crit is... well yeah a regular crit, and the parry chance makes the unit able to parry the crit thus saving it from the...
  6. S

    Triggered Crit

    Has been searching this forum but no hits, the thing is that I need a triggered critical hit but I dont want to use buff placers and I'm not very familiar with JASS systems. The reason I want it triggered is that I want spells and abilities to be able to interfere with crit damage and chance...
  7. S

    Very simple question

    I believe the unit or building you want to teleport to must have the Stats - Unit Classification: Town hall
  8. S

    Building unit

    Are you kidding? If you're searching for building unit its the same as triggering unit.
  9. S

    perma immoltion help

    download newgen
  10. S

    How To No Ally Pick Item Thats For You

    what? If item-type == item then and(drop item from triggering unit & create item2 for triggering unit) else do nothing and just do that for every item, there's no need to create allot of triggers, would be even easier if you put all the items, and their disabled versions in 2 arrays. I just...
  11. S

    Building unit

    A unit begins contructing Unit - Remove Constructing Structure I dont get the last part, you want to hide him? In that case use Unit - Hide
  12. S

    How To No Ally Pick Item Thats For You

    He was asking for something similar to the DotA system, that's what I got him
  13. S

    How To No Ally Pick Item Thats For You

    set the custom value of the item to player number, if a player acquires an item when the custom value != triggering player number, change that item to a "disabled" item and set the custom value of that item to the custom value of the previous item. Lastly, when a player acquires a "disabled"...
  14. S

    Damage

    http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=44234 scroll down to 99. List of Unlevelable Abilities.
Top