Search results

  1. D

    Region Bug?

    Hmm here is my code for.. globals region array Station_Turret_Rect endglobals function Trig_Station_Turrets_Condition takes nothing returns boolean if IsUnitAliveBJ(udg_Station) == true then if ( ( IsUnitType(GetTriggerUnit(), UNIT_TYPE_ANCIENT) == true ) ) then return true...
  2. D

    1.24e Patch :X

    How do I make a map playable in 1.24e? I have tried all kinds of means to check for return bug or h2i (I have search for fixes) but all did not worked apparently, when click on the map and press create game, it just move me back to the menu :nuts: so here is the map >.>...
  3. D

    Custom Pulverise

    Is there any ways to make a custom pulverise with stun?? which means it will stun nearby units. I tried to used Damage Detection but the attack animation will be played I also tried to use EVENT_PLAYER_UNIT_ATTACKED, but the attack animation will be played sometimes, other times it will not I...
  4. D

    TESH Implement

    I tried to add the Damage System into my map. I wanted to have the TESH highlighting so I copied the code for TESH into a notepad and save it at newgen/tesh/includes/Damage.j. Even after several restarts of the newgen, there is still no TESH highlighting. Any ideas why?
  5. D

    Several Problems :(

    First, I have been using GUI for the past few years and too used to it. I have been trying to learn Jass/vJass now but I could not quite understand it :( after reading some tutorials. So, I hope if anyone can add me in msn to guide me if possible and if I have any problems, I can immediately...
  6. D

    Anti Xdep

    I am not encouraging people to deprotect but just simply asking if anyone know how to make a map that cannot be deprotected by Xdep or stop Xdep from deprotecting the map? If you do not wish anyone else to know, you can private message me. Thanks in advance +rep if helped To Mod, I am not...
  7. D

    Animation

    I have searched several threads but no successful answer to my question. How to make unit constantly doing an animation even when it is moved by trigger periodically? +rep if helped Thanks in advance
  8. D

    Forum Question

    I was wondering did this forum deleted old threads and posts? Because I cannot find back the important post and thread which i seen before. Hope anyone can help me
  9. D

    Alpha Channel

    Do anyone know how to create alpha channels in BLP image? Or like set a colour as the alpha channel so that it does not appear?
  10. D

    Channel Bug?

    Idk if is it a bug. I created a new custom spell based off Channel Then when i added the spell into a hero... But it did not show up in the game I make sure and tried to add in both hero ability and unit ability
  11. D

    Use item ability through trigger

    I am just asking, nothing serious When I want a dummy to cast a spell, I use the trigger of using the base spell of the spell that is going to be casted But what if the base spell is not a normal/hero ability, and is an item ability for example wand of illusion. I cannot find the base spell...
  12. D

    Aura on Giver with permanent invisible

    Anyone knows how to let a unit with permanent invisible have a aura buff while it is the aura giver. Meaning: he has the aura spell and permanent invisible. Because when it always going into permanent invisible the aura is gone. I Do not want to change in game constant which can give aura to...
  13. D

    Anti-CP System

    Anyone got Anti-CP system?.... If you want keep it low, just send me a message. I have seen many threads on it but i am not sure if they are latest updated for 1.24e
  14. D

    Unit that visible to one player

    Does anyone know how to make a unit that is only visible to a player. Excluding permanal << (dont mind of spelling) invisible I have seen some maps is able to do that like evolution tag.. the insanity spell
  15. D

    Forum Questions

    I am wondering if people can -rep other people for any of the below. Double post, suggest a solution that dont works, if a person dk what is leaks, ask for +rep, personally vendetta<<< meaning the you -rep another person and the person -rep you back. Then is there any solution to stop these...
  16. D

    Request For Hero Ideas

    Hello :D, I am requesting hero ideas for my AoS Map....... I am doing this because i cannot lose to mapguy who is creating AoS map also<<< The hero ideas include 3 normal spell with a maximum level of 4 and a ultimate abilitiy with a maximum level of 3 If you want to suggest, you just have to...
  17. D

    Instant Stun & Damage Spell

    I wonder if there is any instant stun and damage spell. I tried use storm hammer but it has a few second delay. Suggest pls... +rep if helped
  18. D

    Importing Model Fails

    I got one small problem. I imported a few models... At first the models appeared then others models in the map didnt appear except for those i imported Then after i edit the map for a few times, now an odd thing happened. The other models in the map that didnt appear appeared now while the...
  19. D

    Dota Map Protector

    Anyone knows what map protector or programme did dota use? Because i heard people said that dota map cannot be deprotected due to its good protection. If anyone knows, pls tell me. +rep if helped HOPE ABOVE IS ALLOWED IN FORUM. If it is not allowed, do not blame me.
  20. D

    A bundle of questions

    First question: Whats wrong with this trigger??? Storm Field Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Storm Field Actions Set Temp_Point[1] = (Target point of ability being cast) Set Temp_Player[1]...
Top