Recent content by meehael

  1. M

    Enable a quest to only specific players

    Well, I made a new map from scratch containing only these five triggers: Trigger 1 Events Map initialization Conditions Actions Set P1 = Player 1 (Red) Set P2 = Player 2 (Blue) Trigger 2 Events Unit - A unit enters QuestStart <gen>...
  2. M

    Enable a quest to only specific players

    The code above doesn't work for me. I created a quest and it was created for all players, and in addition the players got disconnected after that. :confused:
  3. M

    Enable a quest to only specific players

    I'm sorry. What would be Last created quest? And what about creating a quest? Thanks for the help so far :)
  4. M

    What would be the math formula for this?

    Hi Dino, You need to be precise in math :) Since the growth isn't linear or simple exponential, it isn't possible to give an elementary formula. Should the damage table look more regular, like this: 90 100 120 150 190 240 Then the formula would be really simple (in this case you...
  5. 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)...
  6. M

    Problem with Item Drops

    Make dummy items for shop(s). And then when a Unit acquires an item check if it's the dummy. If yes, drop it and create the real item. Hope that helps 2) What do you mean by destroy an item? You mean when someone attacks an item on the ground?
  7. M

    Problem with Item Drops

    Could be tricky. If you use Unit sells an item event, and check if the unit acquiring/manipulating the item is your "Backpack" hero, so you drop the item, I believe it won't work because the Unit sells an item event kicks in before the unit actually acquires the item, so the Condition won't be...
  8. M

    Player get disconnected at the begining of the game

    Hm, I think we're onto something. I replaced Trees init event from Map init to Elapsed Game Time 5 secs, and when the map loaded, two players dropped after around 5 seconds, not immediately. I'll try disabling it completely now, temporarily. Thanks!
  9. M

    Player get disconnected at the begining of the game

    I didn't host any other map before. But, just to test this, I've hosted another one, and it worked fine. Hm. It's a medium-sized map; there are 520 pre-placed units, 87 pre-placed items and around 7500 doodads... The map is made purely in the official WE, v1.22. OK, here are some of them...
  10. M

    Player get disconnected at the begining of the game

    Hi, The map I'm trying to host is Heroes of Eastern Kingdoms http://www.hiveworkshop.com/forums/resource.php?t=103997. Yes, I made it, but unfortunately, I cannot give the unprotected version as of yet, because I'm waiting results from a competition. I hope you understand. I also hope that...
  11. M

    Player get disconnected at the begining of the game

    No, I never get disconnected. Sometimes, in a game of 2v2, only one or two players drop, and they say that they didn't leave, but they got a message that they were simply disconnected. I immediately hosted again, but they got disconnected again, just when the game was loaded and ready to begin.
  12. 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!
  13. M

    RPG Heroes of Eastern Kingdoms

    I'll see :)
  14. M

    RPG Heroes of Eastern Kingdoms

    You mean, your internet traffic has been capped? I thought I could send you hamachi. Anyway, I'll give you a rough description of the respawn triggers I used. The simplest one I've used was this: I used one region, and when a creep dies, it just respawns at a random point in this region...
  15. M

    Which are good web sites for hosting wc3 maps?

    Hehe, that is surely a bold and a restrictive statement :P. But thanks. That is, indeed, a great site, and I've already posted my map there. Are there maybe some other good sites, as well? Thanks, Regards!
Top