Search results

  1. 8uY_YoU

    How to make destructible that doesnt block vision

    Can you help this? I already change all the value in the object editor and didnt work Its like making fissure in DotA Note: it destructible, not doodad so i can make it via trigger Thanks in advance ^^
  2. 8uY_YoU

    Maximum range of Melee Range

    What is the highest melee range in warcraft ? 100 ?
  3. 8uY_YoU

    How to hide level number from a hero?

    I create a map and i use EXP bar to anything else like a charge, so when the charge is fulfilled (leveled up), the hero can use his ultimate abilities But when i point the mouse click into the Hero Icon (in top left) or the hero it will show "Hero Name" "Hero (I change it from 'Level')" 1...
  4. 8uY_YoU

    Make use of Neutral Victim and Neutral Extra

    I want to create a 6v6 AOS map, but i have problem for making that neutral players to be an ai for both side of the game, can you solve this? Sorry for my english :o:o
  5. 8uY_YoU

    Base ability that target items

    I want to create an ability that target item in inventory and that item will be sent to base like in Angel Arena
  6. 8uY_YoU

    Anime.mdl/.mdx

    Need links to get anime model for my custom map..!!!
  7. 8uY_YoU

    Trackable?

    What is trackable? What is the function of trackable? :):):)
  8. 8uY_YoU

    Problem with my error message

    function EM takes string msg, player a returns nothing if a == GetLocalPlayer() then call ClearTextMessages() call PlaySound("Sound\\Sounds\\Internal\\Sound\\Interface\\Error.wav") call DisplayTimedTextToPlayer(a,100.,100.,3.,msg) endif endfunction When i called above function only...
  9. 8uY_YoU

    Icon Problem

    I made my own custom icon and i used it on my hero but when i clicked tavern that contains my hero wc3 freeze and when i changed the icon into Mountain King icon wc3 backs to normal What should i do to my icon?
  10. 8uY_YoU

    Avoid Bj functions

    Why we should do that?
  11. 8uY_YoU

    Request spell that contain timer

    I want spell that using timer like Damage over time spell, Dashing spell, Projectile spell, or other Because i want to learn it and make my own custom spell I have looked some spell tutorial map that contain this, but i still don't understand because some comment of that spell only explain...
  12. 8uY_YoU

    How to check unit's armor?

    I want to create an ability that will decrease target armor 50%, how to trigger it? JASS or GUI will be accepted! Thanks! :):)
  13. 8uY_YoU

    Wondering How Phase Boots in DotA works

    If you know DotA and Phase Boots, you will know what function of Phase Boots is if not i will give you framework Phase Boots is boots item that when clicked allow you to passing unit or 0 collision but not to pass cliff or trees and gives bonus movement speed but this status/buff removed if you...
  14. 8uY_YoU

    Changing the green icon for unknown DISBTN icon

    When in game if your imported icon must to be disabled and your imported icon dont have its disabled mate, it shows a green icon, now i want to change it, Do you know how to change it or path for replace it? Thx before
  15. 8uY_YoU

    Pure Damage?

    I have an ability that can deal a pure damage.. But how i change attack type and damage type in "Unit - Damage" actions to make a pure damage?
  16. 8uY_YoU

    My custom spells sometimes causing game is crashing

    I have no idea to fix this... When the shielded unit (unit with Light Barrier buff) begin to takes damage, the game is crashing Light Barrier Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Light Barrier Actions...
  17. 8uY_YoU

    What things can possibly causing GAME CRASH

    Woah, there are too many things can causing Game Crash, That i know there is 2 kind of Game Crash, 1st with Error Message and 2nd with no Error Message (The Game Turned off instantly), my question is what things can cause the first crash? because the second that i know is because the infinite...
  18. 8uY_YoU

    Bug with "Add & Remove crow form" and how to remove

    I have a skill that impaling unit with trigger (lets say it "geyser") it works fine,but sometimes the target that hitted by it didnt fly and "Add & Remove crow form" code is in it, and after an hour solved it, i knew the ability that entangle (entangling roots or other) bugged it, but it also...
  19. 8uY_YoU

    Question about memory leaks..!

    1) When only setting the variable without removing it, still causing leaks? 2) I opened blizzard's map (Candy war) and looked his group memory leak removal.. He used bj_wantDestroyGroup = true, my question is.. How to use it? 3) If i use local point variable, without nulling it (but removed at...
  20. 8uY_YoU

    Change all terrain type with trigger

    Can you show me the trigger, how to change all terrain type on map with trigger... Like DotA -ts mode.. Note:not only one terrain type but all terrain type changed perfectly.. Thanks..
Top