Recent content by charzhai

  1. C

    unable to join same network hosted game

    I am using DSL-2540T router. I can host game at warcraft battle net, and join other games. No issue. The problem is when I host game, the computer right beside me unable to join my game. Yes we are using the same network. I already did port forwarding, adding port at firewall, change the...
  2. C

    I just can't!

    u need port forward go to 'www.whatismyip.com' copy the ip the access the web...u will require to enter your adsl/modem user name and password...from the u need to change to port
  3. C

    what is 'memory' leak'?

    i heard memory leak will cause the game lag. What is it actually? Can show some example how to cause it lag and how to replace/fix it?
  4. C

    how to assign a tower randomly attack unit?

    i wan to make a tower randomly attack an unit. Example when the tower hit creep A once, it wll hit creep B, after that will attack creep C and so on. Is there any trigger to do this?
  5. C

    how to assign a building cast a spell when a unit is being attacked?

    event - player(brown) is being attacked contidion trigger unit equal to building abc action <how to assign a building to cast a spell to the trigger unit?>
  6. C

    How to create own custom unit which is not available in Wrold Editor?

    i saw some map they create their own unit such as doraemon or pokemon. How they make that and where to get it?
  7. C

    can i change the amount of heal to percentage?

    i did but the problem still the same...hero will disappear...any other way to heal base on percentage but not using trigger?
  8. C

    can i change the amount of heal to percentage?

    y use 'current' in stead of 'max'? let the the creep current life = 500/1000 if heal 25% of current life will be 500 * 0.25 + 500 = 625 if heal 25% of max life will be 100 * 0.25 + 500 = 750 the differences only the value...i think wont fix the bugs with the hero missing. But anyway I...
  9. C

    can i change the amount of heal to percentage?

    hero disappear after heal once Heal Percentage Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to <your ability> Actions Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of...
  10. C

    can i change the amount of heal to percentage?

    some healing skills are heal to amount. how to make the healing skill heal base on percentage? exp : heal 25% of full life
  11. C

    is there any possible to make a build to cast a spell?

    is there any possible to make a build to cast a spell? and how to make it?
  12. C

    how to make a neutral creep to cast spell?

    for a TD map, how to make the creep cast their own spell? such as heal,add frost armor. and the creep is player 12 brown (enemy)
  13. C

    how to transfer gold/lumber to others player with command?

    how to transfer gold with command? Can anyone tell me how to transfer gold with command? with using variable. exp : -gold red 1000 the user will send the 1000 gold to red...with condition as well... thnx
  14. C

    how to make a bonus round and show the text msg?

    in my TD map...i decide to make a bonus for every round...the code as below add 1000 gold to player[random number from 1 to 11] after that i need to show the msg with "Player[ xxx ] has recieved 1000 gold." how i need to show everyone that he player just recieved the gold? and how...
  15. C

    How to reduce the lags?

    I already remove all those attack's art. But the map still laggy. Any other ways to reduce the lag? Best Regards
Top