Jump to content
EleTD.com

Noya

Developers
  • Content Count

    255
  • Joined

  • Last visited

Everything posted by Noya

  1. Also I would like to remark the fact that we would like to keep the current tower hero models, so coming up with concepts that could be visualized with Dota particles/ability effects/theme will be valuable, as I don't think we could squeeze 35 more models out of the remaining heroes. The pedestal model below the alternate tower will change to reflect the new damage type.
  2. Confirming the issue with Obliteration tower, thanks for posting it. I'll hotfix it asap Fixed, it was also a problem on Hail and Runic. Thanks again for reporting it fast!
  3. Thanks for the replay and timestamp, we are looking into it.
  4. Noya

    abuse strategy

    Yes, we are aware, just havent fixed the fix because we are trying to put some more things in. Abuse it while you can
  5. Do you have <= 4 GB RAM?
  6. It would require (4 + 3 + 2 + 1) * 2 different selling abilities
  7. That is for you to decide
  8. Fixed in next. It wasn't calling the damage taken script on AoE hits. Not splitting from going >= 50% to 0 is intended.
  9. This is a Dota engine bug, the same that causes strings to not be unloaded (you will see +Elements instead of +Level Up or Builder when you play Wisp). The only way to get rid of it it's reopening the game. Sorry for the inconvenience. @Karawasa move this to Dota 2 bugs
  10. The tower HP is the Total gold cost of the tower. A level 1 Dual has 450 HP, for example, so depending if you are doing All Pick or Random it will sell for 450 or 3/4 that value. We can't do dynamic changes to the tooltip text of ability icons yet.
  11. Formulas are public in [our repository](https://github.com/Karawasa/Element-TD/blob/master/game/dota_addons/element_td/scripts/vscripts/scoring.lua) Score of a wave is totalScore = waveClearScore * (1 + cleanBonus + speedBonus + difficultyBonus) * (1 + chaosBonus + endlessBonus)) Wave Clear score is waveNumber * 30 while the other clean/speed bonus are streak based. Final boss wave score is totalScore = waveClearScore * (1 + difficultyBonus) * (1 + endlessBonus) Where waveClearScore = 3000 * bossBonus (100 per kill * 0.10 every wave past the first)
  12. Work around 1 can't be done because we want to keep different teams for a future Team mode Unfortunately I don't see a way to fix this without rewriting the whole default chat.
  13. Region? Some regions might not have dedicated servers available
  14. That would indicate a script fail, dedicated servers crashing the game. Was this in single player? Take a screenshot and console log if it happens again
  15. Glad to heard that guys! thank you for your patience
  16. Noya

    Hotkeys

    Unfortunately there is no way without going full custom UI (which we dont have plans to do at the moment), I tried Legacy hotkeys and that lets us override the hero hotkeys but not the units so you completely lose the hotkey on Sell and Upgrades. Wish I could do something else to keep the legacy hotkey layout but without fully investing a bunch of time into it there's not much to do about it for now Btw have you tried selecting the 2nd tab (neutral units) and setting specific hotkey for the first skill? It requires the "mirror hotkeys from hero" option to be disabled. That might solve it for you Edit: I think this ended up on the Mobile version by mistake.
  17. We discussed earlier the option of making it only available to purchase after a lvl 3 element has been acquired. You guys are remembering the old start-with-3%-and-5%-wave-10 interest, I am not saying bring that back. But perhaps an alternative mid-late to use instead of Pure/Extra element purchasing would be still interesting to have. And obviously just disabled in random mode.
  18. DoT of Flame tower is still amplified.
  19. Each tower is handled either by its physical damage calculation or by its ability damage, both are increased equally. No tower damage gets multiplied twice, its either an ability or attack damage. Amplify Damage such as Erosion and Incantation comes at the end, after the damage from Elements and +Dmg % is calculated.
  20. Making them different unit types would require duplicating the whole tower unit data (so that's not happening) I still not sure about the problem, I just built 4 of the same tower and a Trickery (with -wtf) and selected them both with Boxing and Double click, I can sell just fine in 2 rounds (clones will be put earlier on the selection, because they are newer units) You would like the non-clone towers to be sold-first?
×
×
  • Create New...