Search results

  1. S

    Completely confused, must have overlooked something

    Kage Loop Events Time - Every 0.15 seconds of game time Conditions Actions Set kagePoint = (kagePoint offset by (Real(kageCount)) towards (Angle from kagePoint to (Position of kageTarget)) degrees) Set kageCount = (kageCount + 1) If (All Conditions are...
  2. S

    The Trainer Unit

    There is a 'Trained unit', so where's the 'Trainer unit'? I want to get the unit that trained the unit.
  3. S

    Hero doesn't revive

    kotgDefeat Events Unit - A unit Dies Conditions (Triggering unit) Equal to Keeper of the Grove 0024 <gen> Actions Set GameON = False Set TempUnitGroup = (Units in (Playable map area) matching ((((Owner of (Matching unit)) controller) Equal to...
  4. S

    Crow Form only works once..

    Sabaku Sousou Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Sabaku Sousou Actions Set SousouCaster = (Triggering unit) Set SousouTarget = (Target unit of ability being cast) If (All...
  5. S

    Sound Playing for just one player

    I don't want the sound to play for all players, just one. How would I do that? I searched already and the JASS code I tried didn't work.. Set TmpSound = GoodJob <gen> Set TmpPlayer = (Triggering player) Custom script: call PlaySoundForPlayer( udg_TmpPlayer...
  6. S

    Immolation Deactivates

    Why is it deactivating when I unpause my hero? I have another spell for my hero that involves pausing but it does not deactivate immolation. Here's the spell that deactivates immo: Cast Goukakyuu Events Unit - A unit Starts the effect of an ability Conditions...
  7. S

    Animations

    Using triggers, how do I make a unit play the animation: Spell - 2? If I type in spell - 2, it'll either play spell -1 or spell - 2.
  8. S

    How do I disable ally trading?

    How do I disable it? That means it should be greyed out. not just not able to click to raise gold to give
  9. S

    Can't target trees with ability?

    Anyone know why I can't target a tree with my channel based ability? It should work with: Targets allowed - Tree.
  10. S

    Is there a way to check what animation a unit is current playing?

    Is there a way to check what animation a unit is current playing? ty
  11. S

    Is it possible to make the hp bar not show?

    For example if you put ur cursor on a unit u can see a hp bar. how do i make it so doesnt appear?
  12. S

    fatal error

    Turn List Events Conditions Actions -------- Mafia 1 -------- If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (player_TurnList[1] slot status) Equal to Is playing...
  13. S

    Leaderboard help

    Anyway to detect if the leaderboard has a tie? So for example if Red, Blue, and Teal had the same score, I could split the gold between them.
  14. S

    Voting help

    I made a Dialog-system voting system where you can vote for the players in-game. How would I check which player has the most votes? Thanks! The vote points are integer.
  15. S

    Priest - Heal Ability

    How do I make it so that the Priest can heal the same target if it's already being healed?
  16. S

    Grid system?

    Is it possible to implement a grid system for like a board game map?
  17. S

    Special effect as a local?

    Parasite Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Parasite Actions Custom script: local location TempPoint = GetUnitLoc(GetSpellTargetUnit()) Custom script: call AddSpecialEffectLocBJ(...
  18. S

    Doodad models wont show effect?

    If I cast Entangling Roots on my Barrens Tree, which is a building using the Barrens Tree model, it won't show the effect? How do I fix this? However if I change it into an Abomination it works..
  19. S

    Doesn't display a text message?

    Player Leave Events Player - Player 1 (Red) leaves the game Player - Player 2 (Blue) leaves the game Player - Player 3 (Teal) leaves the game Player - Player 4 (Purple) leaves the game Player - Player 5 (Yellow) leaves the game Player -...
  20. S

    Help with auto-cast ability..

    You know how in Island Defense, you can activate the Auto-Cast ability which allows you steal gold from the Titan? How would I make the similar effect? I tried Searing Arrows but doesn't seem to work.
Top