Search results

  1. NeuroToxin

    Hero Contest Poll!

    This is the poll for the contest. Remember, every vote counts! Submission Thread: http://www.thehelper.net/forums/showthread.php/164274-Hero-Contest-Submissions-Thread
  2. NeuroToxin

    Weird Offsets

    Okay, so in my ability, Execute, heres what i have before I describe any further. Learn Execution - [E] [Level %d]. When the warrior is attacked, and the attack brings him below 10% health, he will jump behind the target and perform an execution, dealing a percent of the targets max hp in...
  3. NeuroToxin

    Warrior Spellpack

    I need ideas for a warrior type hero (Not from WoW) like, a dash or something. It also has to use what i call Combo Points. Learn Combo Points - [Z] [Level %d] Everytime he attacks, the warrior gains one combo point, adding 5% attack speed per combo point, and giving him the ability to deal...
  4. NeuroToxin

    Condition Error (Probably something stupid)

    Okay, so I was wondering, I keep getting a syntax error, End Of Line on this elseif maxpoints > LoadReal( ht, h, 1) == true But I've used something like that before, I've also tried elseif maxpoints > LoadReal( ht, h, 1) As usually I don't need to do either for it to work. Also...
  5. NeuroToxin

    Bars as Icons

    Anyone know where Dota got the icons, like, for the Pit Lord, how they got it so his devour, the bars went down from the 4 bars, until the unit died. I would like to use that for a spell that I want to create.
  6. NeuroToxin

    Spawning Units WITHOUT Regions

    Okay, so my problem, is that I want to make units spawn based on a town halls location, but, I have a lot of trees, and spots that units can get stuck, So, I ask you Helpers, for a solution, be it as complicated as possible, because I have no idea what I could do. IsTerrainPathable won't work...
  7. NeuroToxin

    Ideas for a Soul Pack (Fixed)

    Okay, so, heres my map and it is just two of my spells, one gathers souls, and the other is an attack attachment. Now, my question, if you can't look at the spells heres the descriptions. Soul Gathering - [Q] [Level %d] Creates a portal at the targeted point which sucks all units within...
  8. NeuroToxin

    Using a parabola.

    Hey, I've never actually had to use a parabola for ANYTHING. Quite literally. Recently, I made this attack spell, which uses souls, and I wanted to know, how to make it arc like I have this, which works flawlessly, even at attack speeds such as 0.01, but I would like to know the parabola. I...
  9. NeuroToxin

    Hashtables, And Passing Data to them.

    Very Well. I am currently doing a spell called Maledict, otherwise known as the spell from the Witch Doctor in Dota, because I've always loved this spell. Basically it does damage per second, and that damage multiplies for every 250 - 200 - 150 - 100 damage taken. Now, the thing I want to do...
  10. NeuroToxin

    [Hero Contest] Submissions Thread

    Forum for the submissions to the hero contest. Please, no conversing, spells may be updated until the contest end date. Good Luck!
  11. NeuroToxin

    Two Things - Library (Soul Gathering One) and A spell.

    Okay, heres my library. Being as friendly as the Soul-Keeper is, Souls are attracted to him. Whenever a unit dies within range of the Soul-Keeper, it will float around him, ready to be sacrificed to his need. Level 1 - Maximum of 15 Souls Level 2 - Maximum of 20 Souls Level 3 - Maximum of...
  12. NeuroToxin

    [Contest] Hero Contest

    Greetings Helpers, Romek and I have talked and he gave me permission to host a spell contest. Therefore, Here we go. Theme Heroes - The champions of races, or, the champions period. They can be evil, good, no matter the side, just make a hero that you yourself have envisioned. The Rules...
  13. NeuroToxin

    Cannot Convert Real to Integer?

    Basically, I get 3 errors with Cannot Convert Integer to Real, or cannot convert Real to Integer, I think its the second one. Nevertheless, code is commented, and I'll point out where the errors are. scope SoulMirror initializer Init globals //The ability ID for the spell Soul Mirror...
  14. NeuroToxin

    Modifying this spell

    Okay, the spell is called Robot Arms by Inferior. I love the spell and am using it, the only problem, is that in my map its like a hero FFA. And the problem is that, if its a 1v1, then the arms will continuously stun the other hero until it's dead. That's a problem. Because then they can't do...
  15. NeuroToxin

    Channeling Not Working

    Okay, so heres my spell: The Witch Doctor can channel for 120 seconds to gain +5 attributes to all stats; since the Witch Doctor can gather souls, each soul reduces the channel time by 10 seconds. My problem? It doesn't work. At all, and my channel ability only needs one level. Heres my code...
  16. NeuroToxin

    Using two unit indexers

    Is it possible to not make a function private, and not rename it, but to still have two functions that can be used in a spell? My problem is that when I had AIDS in a spell, it has the function GetUnitID Likewise, the library UnitIndexerLib by Risen_Dusk has the same thing, and I have spells...
  17. NeuroToxin

    Soul Counting

    Okay, so first off, heres my code scope SoulsCreate initializer Init //========================================================================================== //=======================================SETUP=============================================...
  18. NeuroToxin

    Ideas for a Soul Pack (Concept)

    Okay, so basically, in my map, the witch doctor is teamed against a lot of players (Up to 10) The witch doctor has souls that he can use, for various spells, the problem? I don't know what spells, he can have up to 30 souls at once, and the spells can be CRAZY. I have an idea for one, or two...
  19. NeuroToxin

    Two Things - Start Locations and Error

    Okay, so In my map, I have two things run at 60 seconds, which is when it crashes, here it is. Turn On Periodic Events Time - Elapsed game time is 60.00 seconds Conditions Actions Trigger - Turn on Running Periodic <gen> Trigger - Run GUI TRIGGER...
  20. NeuroToxin

    Two Questions - Arc, and Shockwave Attack.

    Okay, I have two questions, First one. How do people add that natural arc to their spells? Like boomerang and such, so that it flies at an arc towards a unit, like a big half circle, its like natural. Second, In the game Power Towers, theres a tower that when it starts attacking, as long as...
Top