Search results

  1. H

    bash and crit- Never miss

    In the abilities bash and crit, There is a Boolean field - Never Miss. What i want to know is: 1. If the unit's chance to critical is 20%, and the Nevermiss field is set to True, and the targetted unit has 100% evasion, what will the outcome be? 2. If the unit's chance to critical is 100%, to...
  2. H

    Wheres a good place for camping

    Wheres a good place for camping? I live in Singapore, and it sucks big time when it comes to camping. There is literally no place to camp at all in Singapore, every part of the country is urbanize. So i got to travel, but where would be a good place? Malaysia? Somewhere in usa? And...
  3. H

    Detecting chat type

    How to detect what chat type the player is using? For example if they are using [Allies] or [All] or [observers].. etc I think its pretty much impossible? But i'll really like to know if anyone has any ideas.
  4. H

    Demo Map GetBounty

    GetBounty v1.2 Requires VJASS What is GetBounty? GetBounty enables you to get the bounty value of a specific unit Why did i make this? I made this because I badly needed a GetBounty script for my Vampirism Speed map, and i could not find one anywhere at all. I needed it to display...
  5. H

    What are neutral victim and extra used for?

    What are neutral victim and extra used for? I never played the campaign of wc3, i think they are used for the campaign? Can someone explain to me?
  6. H

    Player 12 13 14 15

    Player 12 is neutral passive? Player 13 is neutral hostile? Am i right? Then so on and observers?
  7. H

    Get bounty ?

    Is there any function or way to get the bounty value of a specific unit?
  8. H

    checks if string only contains numbers

    How do i check if a string only contain numbers. No letters allow, only whole numbers. Is there a function for it?
  9. H

    'o00O' as object ID causes fatal...

    This is so weird, 'o00O' as object ID for a tower in my map causes the game to fatal error when another tower is selected. Anybody knows why?
  10. H

    What buff cannot be dispelled?

    What buff cannot be dispelled? I only want castables like inner fire, soulburn, etc.. No auras please. So, does anyone know which buff cannot be dispelled? Or can even be casted on a magic immune unit. And the doom spell wont work, because i dont want the hero to be silenced.
  11. H

    Setting rally point causes fatal error

    In my vampirism speed map, Using the command center or base of operations to set a rally point causes fatal error. Here are the details: 1. Setting a rally point causes a fatal error only if the structure was upgraded from another structure (citadel of faith). 2. If the command center or...
  12. H

    Repair animation

    How to make Jaina show her channel animation while she is repairing a structure? Things i tried that does NOT work: 1. Changing the animation names to channel in object editor for the repair ability Things i thought of, but did not try, because i do not think it will work: 1. Making the...
  13. H

    Where is the marine soundset located

    Where is the marine soundset located in the sound editor. I cant find it, been searching for 30mins now. :(
  14. H

    Skin Custom User Interface SKIN

    First of all, i know its not super nice or godly. I think its a first of its kind? No custom user interfaces were ever submitted? Yay? It was a skin done by me (SaMmM) ages ago for my jurassic park map. Now i guess i want to share it with the public. Give Credit to SaMmM when used...
  15. H

    Anyway to make sound stacks

    Theres this problem with sounds is that, they dont stack. Unless you create multiple variable for it in the sound editor. Which i dont want to. Does anyone knows a way whereby i can play a 3 seconds duration sound every 0.5 seconds and they stack completely. Thanks! :D
  16. H

    The best shooter games

    Here are a few questions for shooter games. It can be a 1st person or 3rd person, single player, multiplayer.
  17. H

    Loading Screen request for Vampirism Speed

    Vampirism Speed needs a loading screen for the upcoming version that is expected in the next few months. Map description: Loading screen can be of any design, however it must be relevant to vampirism and not over fanciful. Somethings to take note of: 1. Please do NOT rip off other people's...
  18. H

    Demo Map Auto Harvesting

    AutoHarvest v1.1 What is Auto Harvest? Auto Harvest simply means that whenever you train a harvesting unit, it will automatically harvest nearby lumber. AutoHarvest can often be seen in maps like Vampirism Fire and Speed. Can it be turned Off and On? Yes, it can be turned off and on by...
  19. H

    need help optimizing this

    How do i not use the bjs. I cant find natives to do them...? Or how to do i make a more efficient code of it. scope regrowtrees initializer Init private function Conditions takes nothing returns boolean return GetSpellAbilityId() == 'tGrw' endfunction private function regrow takes nothing...
  20. H

    Question about disabling ablities

    Question about disabling ablities: Heres what i what to know: Player 1 and Player 2 are user controlled. Player 3 is computer controlled. Player 3 is shared unit control with both player 1 and player 2. Player 3 has a unit, the unit has two abilities, ability A and ability B...
Top