Search results

  1. Moon_Raven

    I host my map -> People get disconnected when in-game starts

    Maybe you are using GetLocalPlayer or something?
  2. Moon_Raven

    Unit Portraits Became Darker?

    Yeah, well why does it bother you so much? It's kind of cool, you know... :)
  3. Moon_Raven

    Unit Portraits Became Darker?

    It's not map related, it happens sometimes in some maps, sometimes doesn't, sometimes it happens in some maps in which it usually doesn't happen...No pattern
  4. Moon_Raven

    Unit Portraits Became Darker?

    Nah, I have Nvidia GFX260 and have the same problem too, but it doesn't bother me that much. So I wouldn't say it s becuase of the card.
  5. Moon_Raven

    Jass

    Nobody can tell you the difference between JASS and triggers because you aren't talking about same things. JASS also uses triggers, it is just that you write code to make them, and you don't use graphical user interfaceWhile most of things can be done in GUI, some things are hard and tiresome to...
  6. Moon_Raven

    Earthquake Crash

    Did you trigger it?
  7. Moon_Raven

    Trigger - Damage area

    Here: Spell Events Conditions Actions Unit Group - Pick every unit in (Units within 150.00 of (Position of (Triggering unit))) and do (Actions) Loop - Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions)...
  8. Moon_Raven

    Need help to create chidori spell

    function CheckSpell takes nothing returns boolean return GetSpellAbilityId() == 'A000' //Checks if the ability being cast is 'A000' endfunction function Knock takes nothing returns nothing call SetUnitPositionLoc(udg_targ, PolarProjectionBJ(udg_loc, DistanceBetweenPoints(udg_loc...
  9. Moon_Raven

    Need help to create chidori spell

    Well this is the knockback which fires when a unit casts a spell, and you'll have to make 4 variables to make it work: #1 :Name: cast Type: unit #2 :Name:targ Type: unit #3 :Name: loc Type: Point #4 :Name: bool Type: Boolean Here's the code(name the trigger "Knockback"...
  10. Moon_Raven

    Need help to create chidori spell

    You can change it via this action: TEST Events Conditions Actions Unit - Set <WHICH UNIT'S> movement speed to <WHAT SPEED> And knockback is a bit harder to make in GUI, can I make it for you in JASS? EDIT: And don't forget that max unit movement speed is 522.
  11. Moon_Raven

    Gate Animations

    There is a special action for opening, destroying and closing gates: Untitled Trigger 001 Events Conditions Actions Destructible - Open/Destroy/Close <WHICH GATE>
  12. Moon_Raven

    Circle movement using vectors?

    Yes, I believe it is.
  13. Moon_Raven

    Sine Wave function?

    Ok, so the wave is actually in x axis, and the y axis is moving at constant speed. So you need to make only sinuses in one dimension, and for half a circle and that is Pi*radians. I suggest making an array of locations on start and calculating the reals on the start of your map, so it doesn't...
  14. Moon_Raven

    How to trigger a unit to move an item?

    No, I don't believe anything similar to that exists. It is in Unit actions, not Hero: Untitled Trigger 001 Events Conditions Actions Unit - Order <What Unit> to move <which item> to inventory slot <WHICH SLOT>
  15. Moon_Raven

    Cinematic Turn Off Bug

    Not sure, but why is it in the Pick All Players and do actions loop? Place it below the whole loop...
  16. Moon_Raven

    abilities for sniper

    Maybe some passives for increasing damage while reducing attack speed(like tiny in DotA). Or how about something to let him gain vision in an area?
  17. Moon_Raven

    Target Problem

    Base it on channel and then try to check what you want. Because i think Siphon mana is buggy.
  18. Moon_Raven

    Advanced Ability help

    Does it have to be MUI? EDIT: Nvm, I already made it MUI. Free up your inbox space so I could send it!
  19. Moon_Raven

    Advanced Ability help

    Yes it is for As Soon As Possible. So it has 0 % chance to be paralized at 0 % and at which distance is the max chance to be paralized? And how much is that chance?
  20. Moon_Raven

    Advanced Ability help

    I'll make it ASAP, just give me some time
Top