Search results

  1. chango

    Bug in the revive creeps zone...

    Attack 1 Barracas 1 Events Unit - A unit enters human barracks 1 <gen> Conditions ((Triggering unit) is A ground unit) Equal to True Actions Unit Group - Order (Units in human barracks 1 <gen>) to Attack-Move To (Center of Region 018 Copy 2 <gen>)...
  2. chango

    Valid patron nearby

    Well i have something in a map maybe it could help i dont really know another way to help you :p in 10 seconds you can buy a hero and then you can shop from items anywhere from the goblin shop. there is another shop in the bottom left, but you maybe want to remove the butchers there xD. the...
  3. chango

    Valid patron nearby

    Ups i didn't understund your question, i thought that you have a building near to the shop so you can buy items :D. Sorry. Well you need to create a new custom ability based on select hero and then change the range of that ability to a big one and so you can select heros far away.
  4. chango

    Valid patron nearby

    The building need to have inventary so you can selected as a hero, also de select hero ability need to have the big range.
  5. chango

    Adding a Hero to a Tavern

    Hi, To use the action: "Add unit type ... " you have to set up the tavern so it can sell units, in the object editor normal abilities add the "Sell Units". by default the tavern dont have that ability and maybe that is the problem. Sorry for my bad english. C ya.
  6. chango

    Chat as substring?

    Ok here is the test: We need a variable for the numbers of kill we called killsVictoria First the trigger to set up the numbers of kills to 999 NumeroMuertesVictoria Events Player - Player 1 (Red) types a chat message containing -kills as A substring Conditions...
  7. chango

    Chat as substring?

    LOL, It's the integer 999 not 999 characters...
  8. chango

    Chat as substring?

    Actually it can becouse the substring from 5 to 7 refers to the chars 5,6 and 7 so it can be 999 :P C ya.
  9. chango

    Tutorial How to make a Basic AoS Style map

    Nice Work Very good tutorial :D. It's nice to see people put effort to help noobs like me to learn new things. Thanks.
  10. chango

    How to increase the sell range of a shop?

    Thanks :D Now it works perfect :D :D:D
  11. chango

    How to increase the sell range of a shop?

    Doesn't work for me :s i put it 900, 1000 and 2000 but it doesn't seem to have any effect at all :( maybe I have to set up something else? Oh also increase the sight radius for the merchant and the circle to 1800. Any other suggestions?
  12. chango

    How to increase the sell range of a shop?

    Hi, I want to make a hero arena where the players can but items anywhere, to choose the hero’s I put a circle of power near to a tavern, and I want to use the same circle of power to buy items to the Hero so i put a shop near to the tavern too but some of the circles are to far so I want to...
  13. chango

    What's the difference between boolexpr and Boolean types?

    Again, Thanks for taking the time to answer this kind of nobish questions :D Thanks P.S.: local boolean thisIsTrue = true local boolean thisIsFalse = false if(thisIsTrue == thisIsFalse) Then :nuts: C ya
  14. chango

    What's the difference between boolexpr and Boolean types?

    Thank's !! A very quick and easy explanation :D Thank's a lot.
  15. chango

    What's the difference between boolexpr and Boolean types?

    Please don't say boolean is native and boolexpr is handle :p. I want a more in deep explanation if there is one :D. Are these types interchangeable? Thanks.
  16. chango

    Victory trigger doesn't work for computer player, why ?

    Thanks, but that was not the problem. I thought that every call to the function GetPlayersAll() create a new force so I destroyed to prevent memory leaks. Anyway i replace the ForForce call with a loop for 1 to 12 and now it works properly. The map is a hero arena, so when someone get X...
  17. chango

    Help plz Hero repick command

    Maybe this if could help Here is the code: If (((Picked unit) is A Hero) Equal to True) then do (Unit - Remove (Picked unit) from the game) else do (Do nothing)
  18. chango

    List of built-in functions and events?

    Oh thanks :D Thanks Pyrogasm the site is very usefull :) I was thinking in create a wiki, but it seems to be unnecesary.
  19. chango

    Victory trigger doesn't work for computer player, why ?

    Yes is the defeat function the problem I instaled de W3 in a second comp and i tested and even when some player won the others players are not defeated so there is a problem with the ForForce or the custom defeat, but i don't know why is not working :( Any sugestions ? Please :banghead:
  20. chango

    Victory trigger doesn't work for computer player, why ?

    Maybe is the CustomDefeatBJ the problem ?? It's posibly that the problem is in the Defeat function?. So the computer player actually won, but since i am not Defeated i don't realize that? Also i found a stupid mistake in the condition :o the correct function is this: function...
Top