Search results

  1. T

    Get the damage dealt in triggers?

    You should give it a shot and try integrating some DDE system into your map (check hiveworkshop's resources). If you can force yourself to integrate existent systems and use them you will benefit from it much more than from creating and troubleshooting your own.
  2. T

    Need thoughts on AI

    Good AI is extremely complex issue and should be by no means implemented on such low level of coding as you suggest. The main purpose of an AI is to imitate human behavior, so an AI should be based on sets of principles similar to those of a player, such as controls. If you can describe...
  3. T

    Hide enemy inventory issue

    I meant whether the unit whose inventory you check is enemy or neutral (distinguishable by selection circle: red=enemy, yellow=neutral). The forces should be the indicators aswell as long as you dont change alliances via triggers.
  4. T

    Hide enemy inventory issue

    Are you sure you are checking enemies inventory and not neutral?
  5. T

    Really struggling ! Help with getting my map to load ?

    I opened the map in editor with no problem at all.
  6. T

    Really struggling ! Help with getting my map to load ?

    You guys skip to conclusions without even checking the map, do you? The map is not protected but frankly I got most peculiar wc3 error I've ever encountered with it, basically my warcraft shuts down with error after selecting it ingame. My guess would be the map is somehow corrupt so unless...
  7. T

    Can a trigger in progress get overwritten? Paranoia level increased!

    I map that uses custom resistance/critical/evasion systems is well outside of what most of the custom maps represent. As it will grow with complexity, the editor will cause more and more problems :) .
  8. T

    Can a trigger in progress get overwritten? Paranoia level increased!

    If you're going for sophisticated systems it may be best to scrap the warcraft interface and just make your own, but then again what would be the point of staying with wc3 editor and its limitations and not move to more powerful platform.
  9. T

    Can a trigger in progress get overwritten? Paranoia level increased!

    I am not sure whether applying deadly amount of damage will call unqueued kill trigger but it will defineately call 'unit takes damage' one should that unit be linked with it. If you apply 'kill unit' action to an unit, it will defineately interrupt further actions with all 'A unit dies' triggers.
  10. T

    Can a trigger in progress get overwritten? Paranoia level increased!

    Technically, it could be possible, though very unlikely. The problem with Wc3 mechanics is that events expropriate currently proccessed triggers, though there must be some event queuing mechanism that prevents it as I've never seen this happening to events occuring naturally (read: not induced...
  11. T

    Removing a unit's range of vision

    You can set the unit's sight range to 0 and make a system of a following dummy unit with proper sight range that you can delete and recreate on whim. Moreover, you can have few kinds of different dummy units with different sight ranges to change your unit's sight range. This solution isn't...
  12. T

    Hero AI contest 2013

    It appears the tournament won't be resolved?
  13. T

    Hero AI contest 2013

    I forgot to backup my map when cleaning lap so unless someone downloaded it before I removed it from forums my entry is gone :( .
  14. T

    Hero AI contest 2013

    Having contest with two contestants is pretty pointless IMO so I have nothing against it. Ill reintroduce my entry after new deadline.
  15. T

    Hero AI contest 2013

    Pretty sure this behavior is outside the AI script, according to my google research and testing.
  16. T

    Hero AI contest 2013

    I give it that submissions are secret until submission deadline is reached? I see no reason to give it before since anyone could counter-script it. Also, I found that setting AI controlled player to Computer make it use standard AI for spells, might be better to set them to Player though there...
  17. T

    Can any type of trigger cause Battle.net to disconnect users?

    I've never seen any case that would disconnect you from battle.net itself. Are you sure it is the case? Does it really quit to main screen? What exactly happens?
  18. T

    Hero AI contest 2013

    The amount of exp aswel as gold from creeps is neglilible compared to the flat exp increase. Make it so that farming creeps can be risky but worthwhile instead of just being risky. This is simply not the case. It's really not worth buying and using such an item considering of how little help it...
  19. T

    Hero AI contest 2013

    Ah, the rules were kind of obscure to me until I've read the info about old contest. In this case indeed, prolonging the fights is a bad idea considering the number of contestants. After seeing the old contest I know what you mean now. The fountains should be split into life and mana, they...
Top