Search results

  1. Sirroelivan

    "Dead" Units

    So, working on a new map. I have a unit which has a "Play Dead" ability. I'm using a modified Bear Form to switch between both forms. Now, my actual question is, how can I give a unit the undecayed corpse of a model as its model? Edit: Solved.
  2. Sirroelivan

    Other New Card Game Map

    So, I return from the Murky Voids of Time with an itch for some mapping. Unfortunately my brother's been hogging our copy of SCII, so trusty old Warcraft will have to do. You might remember me from my Chaotica Card Game map. I'm planning to remake it. Right, so gonna start working on my...
  3. Sirroelivan

    Picture Wars

    Picture Wars is a forum game in which players wages war, build cities, forge alliances and much more on fully destructible battlefields. Players use their own armies in all sorts of different matches and scenarios. Players sprite their own armies and come up with their own gameplay mechanics...
  4. Sirroelivan

    359 degrees + 2 degrees = 1 degree?

    Just something I was wondering about, do degrees skip the 360 degrees threshold in world editor? And how about radians?
  5. Sirroelivan

    Unit Movement Speed

    Is it possible to reduce a units movement speed to zero? Or otherwise, is there a reliable way to make units unable to move and able to move without using pause units.
  6. Sirroelivan

    Campaign Fragmented Dreams

    A world of dreams, a world of infinite possibilities, a world bristling with darkness... A world of memory, a world of sins, a world of Valor, of Passion, of Fear, of Madness... The Memory Chain holds the key... ------------------------------ I'm working on a campaign. I've...
  7. Sirroelivan

    Income Trigger

    I've been experimenting with JASS lately, but I've come at a problem. The function is meant to add 1 gold to each player for each unit they have. However, Jasscraft gives this error: line 12: cannot convert playerstate to real. call SetPlayerState(p,PLAYER_STATE_RESOURCE_GOLD...
  8. Sirroelivan

    Attack Type Buttons

    Can anyone tell me where i can find the different attack type buttons (melee, pierce, etc...)? I'm using Warcraft 3 Viewer.
  9. Sirroelivan

    Snippet Floating Mana Bar

    Here's a very simple trigger to add a floating mana bar above units. It uses only 4 variables, pg(player group), ug (unit group),p (point array) and mana (integer). To change the color of the mana bar change the color code in the bold part. Hope someone finds a use for it. Mana Trigger...
  10. Sirroelivan

    Unit group includes dead units

    A question just popped up, if you create a unit groups, are dead units included or omitted by default?
  11. Sirroelivan

    Item abilities same OrderId

    Abilities with the same order Id conflict, but does this also apply to items. Say if I have two summoning items with their ability both based on the same item ability, would they work correct?
  12. Sirroelivan

    Spellpack Cleric Hero

    Hi all Here's the cleric hero I've been making for my dungeon map. For Mark of Righeousness and Astral Shield, the dummy spell has a different buff for each level. These buffs have been put in an array. Abilities: Regular Ability: Healing Word - 1 Level You whisper a brief...
  13. Sirroelivan

    Spell causes lag

    I've made a passive skill called sunder armor. Whenever the hero attacks, the target gains an amor debuff that gets stronger with every time the hero hits the target. To do this I've made a dummy passive ability for the skill and a faerie fire with 30 lvl (debuff improves up to 5 times, skill...
  14. Sirroelivan

    ability - add armor

    Is there a unit target ability that just adds armor. I tried using frost shield, but couldn't get rid of the slowing effect.
  15. Sirroelivan

    Post-Frozen throne icons

    Where can I find the icons from the units and abilities that where added after frozen throne by patch? For example the icon for chemical rage of the alchemist?
  16. Sirroelivan

    Item Requirement

    Is their any way of adding a requirement to an item. So a hero has the item in it's possesion, but can't use it, without making two versions of the item.
  17. Sirroelivan

    Other Chaotica: A Card Game

    I'm currently working on a map I've been willing to work on for a long while. Basicaly, it's a turnbased card game along the lines of Magic: the Gathering or WOW Trading Card Game. -------------------- -----Object of the Game----- The object of the game is to kill the opposing...
  18. Sirroelivan

    Detecting Defend

    How can you detect if defend is respectivly turned on and turned off?
  19. Sirroelivan

    Detecting Item Target

    Is there any condition that can detect the target of the item from the event "specific unit uses an item"?
  20. Sirroelivan

    Lag problems

    I'm currently working on a stronghold crusader map. If you've played crusader, you know the concept of walkers. For example, the wheat farmer brings wheat to the stockpile, the miller takes it, grinds it into flour, which he deposits again etc... Well, the problem is that at the moments the...
Top