Recent content by gbubic2

  1. gbubic2

    Ideas for preventing kill stealing on an arena?

    It seams you are very far advanced in editor than me, I mean a lot. Would like to see your map when it is done. I will share mine in 5 years when it is done ;-)
  2. gbubic2

    Ideas for preventing kill stealing on an arena?

    Don't know will this work for you but, I am making arena map. Trying to get quite dark atmosphere in it so I have meteorites randomly falling on map, and some other stuff that are like "natural" events that can deal damage or kill players. So it is a chance that full health hero, or low health...
  3. gbubic2

    Respawn Hero

    If your hero is dying non stop use RemoveLocation in Custom script to avoid memory leak. Player 1 Dies Events Unit - A unit owned by Player 1 (Red) Dies Conditions ((Dying unit) is A Hero) Equal to True Actions Set PointGVY = (Random point in...
  4. gbubic2

    Memory leak pleaase help?

    Thanks guys i found it i t was group leak and wery obvious one every 0.5 sec. of game. Just testing Inferno 1 Events Time - Every 20.00 seconds of game time Conditions Actions Set PointInferno = (Random point in Arena <gen>) Unit - Reset ability...
  5. gbubic2

    Memory leak pleaase help?

    Hm... Could be that other trigger is leaking :confused: i will try to find it i have already made around 90 "Set Point" "Remove Location" ahhh... :banghead: Anyhow thanks for your help.
  6. gbubic2

    Memory leak pleaase help?

    I have made 12 triggers like this for 12 players and still leaking all over the place. Please help i am going crazy? Player 1 Dies Events Unit - A unit owned by Player 1 (Red) Dies Conditions ((Dying unit) is A Hero) Equal to True Actions Set PointVis1 =...
  7. gbubic2

    Unit in range of item-class

    Thank YOU so much for this!! <3 I would never made this by my selfe. I can't even understand that you can understand how to make things like this!:eek: Anyway thanks alot!!
  8. gbubic2

    Unit in range of item-class

    It is like this: You play warcraf map like any other, you build (for example) 5 footmans and a hero. And you attack some enemies, those enemies drop some items, and that items are: lets say charged type. So, point is that I don’t need to order each footman to pick up every and each item. When...
  9. gbubic2

    Unit in range of item-class

    No brains I give up.I have attached map where i tested that trigger. If you would be so kind to check it out and tell me what I am doing wrong. I really appreciate you help! Thanks!
  10. gbubic2

    Unit in range of item-class

    Jup found the mistake :o There is no error anymore, thanks guys! But (i know "but" is annoying word) those units are not picking up items. They are just standing there and watching them. :eek: How will i get your rep+, where do i click for that? Thanks! I am new at this all so forgive me...
  11. gbubic2

    RPG ideas

    If you want to make RPG, the most important thing of the game is to have a not good, but great story. Same is with warcraft 3 the game is great but the story in of the game is even better. That is what makes game even more interesting. I think lots of little movies so that player can not wait...
  12. gbubic2

    Unit in range of item-class

    But.. i did all of that i even set that variable Variable tipe: point Initial value: None and i put the right name of variable in. But it is not working. Please help me :banghead: my eyes will fall out:eek: Thanks <3
  13. gbubic2

    Unit in range of item-class

    Events Conditions Actions Item - Pick every item in (Playable map area) and do (Actions) Loop - Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Item-type of (Picked item)) Equal...
  14. gbubic2

    Unit in range of item-class

    I am trying to make trigger so that unit (not hero) comes in range of item of class... And picks it up, and it will keep doing so until it's inventory slot's are full. Can you help me.
  15. gbubic2

    Limit unit depending on building

    Jup i made it. Thank you all!!
Top