Search results

  1. M

    Enable a quest to only specific players

    Enable a quest only to specific players Hi all, I was wondering if I can enable a quest (so that it is visible in the Quest Log) only to the player who discovered it? What I found out is that if one player discovers a quest, it will be enabled and discovered to all players (even the enemy)...
  2. M

    Player get disconnected at the begining of the game

    Hi all, Do you know why some players get disconnected the moment they enter the map? I host games over Garena, and it said that their ping is minimal. I hosted for only 4 players, which is ok for my upload speed. Thanks, Regards!
  3. M

    Which are good web sites for hosting wc3 maps?

    Hi all, I was wondering which good and popular web site do you recommend for uploading a map to? Thanks, Regards!
  4. M

    RPG Heroes of Eastern Kingdoms

    Heroes of Eastern Kingdoms *-*-*-*-*-*-*-*-*-*-*-* Heroes of Eastern Kingdoms is a PvP/Co-op RPG map. I took some basic ideas for the map from the game World of Warcraft, but then again, I wanted it to be as melee as possible, so that the map (heroes, creeps, and such) is familiar to all...
  5. M

    I can't load my saved game on my map

    Hi all, I'm having this fatal error that concerns me very much. When I play my map for about an hour and then save the game, I get this error when I try to load that saved game at a later time: Does anyone know what could possibly cause this error? Could leaks cause this? My map size is...
  6. M

    Ability too strong?

    Hi all, In 1 on 1 combat between two heroes, paladin and any other melee hero, I think paladin owns. He has healing, divine shield and nice armor. At lvl 10, he would have around 1000 HP and 500 MP. My question is, can I do anything when he casts Divine Shield? Can I dispell it somehow? It...
  7. M

    Applying Camera

    Hi all, How can I set the direction of applying camera (the camera would rotate a bit)? For ex., I want to apply a camera object, but I want it to rotate from left to right, not right to left from the current camera view. Using Rotate Camera Around Point doesn't apply height, distance and...
  8. M

    Trigger won't resurrect a hero

    Hi all, I'm having this trigger: Untitled Trigger 009 Events Unit - A unit Becomes revivable Conditions Actions Wait 2.00 seconds Camera - Pan camera for (Owner of MyHero) to Temp_Point over 1.00 seconds Wait 1.00 seconds Hero -...
  9. M

    What do these sound options mean?

    Hi all, Does anyone know what do these sound options mean: Min Distance Max Distance Distance Cutoff Thanks, Regards!
  10. M

    Making Item Undroppable

    Hi all, I have a preplaced hero, and in his properties->inventory i placed 6 items. His controler is a computer, and a funny thing is that when he sees a better item on the ground, he drops one of the items he's carrying and picks up the better item. What a thief! I tried this: For each...
  11. M

    Convert all triggers to custom text at once

    Is that possible, so that I don't have to convert hundreds of triggers one by one? Thanks, Regards!
  12. M

    Item requires a hero level

    Hi all, I've been doing some search on the forum, but I couldn't find anything like this. I'd like to make that items require a specific level of a hero to use it. For ex., Potion of Greater Healing requires the hero to be at least level 5 to be able to use it. Or Boots of Quel'Thalas (+6...
  13. M

    Preplaced region destroyed

    Hi all, What happens here: Set Temp_Region = MyRegion <gen> Custom script: call RemoveRect(udg_Temp_Region) Where MyRegion is preplaced region. It looks like MyRegion is after that destroyed along with Temp_Region! Thanks, Regards!
  14. M

    Can lag cause triggers to behave oddly?

    Hi all, I've just played a map over hamachi LAN and I noticed some triggers occur twice and similar stuff. Could lag and high latency be a cause of that? Thanks, Regards!
  15. M

    Does this leak?

    Hi everyone, When I want to clean leaks by destroying Temp_Region, is it all right if I leave it like this: Set Temp_Region = (Region centered at (Position of MassTeleport) with size (320.00, 320.00)) Or I need to set that point to a variable and then remove them both, as in here: Set...
  16. M

    Save game file size

    Hi, Is it normal that after loading a map and then immediately saving the game, and then saving the game again after 10 minutes, but not doing absolutely anything in that time, just letting the map stand idle, the save game file size increases by 500 KB? Thanks, Regards!
  17. M

    Does this line leak?

    Hi, Does this condition leak? (Region 001 <gen> contains Footman 0063 <gen>) Equal to True Both, the region and the unit, are preplaced on the map. Thanks, Regards!
  18. M

    Does counting units in a unit group leak?

    Hi all, I have a condition like this: (Number of units in (Units in {A preplaced region or a region variable} matching ((Unit-type of (Matching unit)) Equal to Paladin))) Equal to 1 Does this integer leak because there is a unit group involved? Should I create a temporary unit group...
  19. M

    Will these cause leaks?

    Hi everyone, Will this cause any leaks: Destructible - Pick every destructible in (Entire map) and do (Actions) Loop - Actions ... What if I put "Start <gen>" which is a preplaced region, or MyRegion which is a variable -> instead of (Entire map)? And what about this...
  20. M

    About memory leak

    Hi, When I want to clean leaks by destroying Temp_Region, is it all right if I leave it like this (it contains other points and regions-in this case only one other point): Set Temp_Region = (Region centered at (Position of MassTeleport) with size (320.00, 320.00)) Or I need to set each...
Top