Search results

  1. M

    Global Group, could generate random bugs?

    Hello, I want to know if the following kind of code could fire random bugs in a map globals group ENUM_GROUP=CreateGroup() endglobals function SomeFunc takes real x,real y returns nothing local unit e call GroupEnumUnitsInRange(ENUM_GROUP,x,y,500,null) loop exitwhen...
  2. M

    Shop unit selection

    Hello. How can I "add priority" to Shop Unit Selection? For example in DotA, shops select your Hero and animal courier (unit with inventory) over your circle selector (another unit with inventory).
  3. M

    Unit Bonus Movespeed

    Is there a way to make an aura that upgrades levels fast? I tried using endurace aura to do an unit bonus speed. That aura increased 1 level each seconds for 10 seconds (10 levels), but it is too slow and doesn't show the buff level changed (it saids the level) between level 1 and 5. Then I...
  4. M

    System Assist v 1.0

    Yup, another Assitance System. I was looking for an Assistance System that don't use Forces or units groups, I didnt find so I created this one. Requires: - NewGen Editor - AIDS - TimerUtils - Damage - GetPlayerNameColored (it is just for displaying colored messages) Pros - Doesn't use...
  5. M

    Wich slow based ability...

    Wich ability do you recommend to reduce the movespeed of a unit? I only want a decreased movespeed... should I use slow only? I dont wanna stack, cuz stack sometimes are too imbalanced...
  6. M

    Spell Torrent

    Torrent Yup, a spell from DotA. Technical Details Jass: Yes. MUI: Yes. Laggless: Yes. Leakless: Yes. Requires: NewGen Editor, GT, TimerUtils,GroupUtils, DummyCaster, AutoFly How to import 1) Copy the Torrent trigger into your map 2) Copy the TidalErruption.mdx model (if you do...
  7. M

    How to Share Cooldowns

    Hello, Anyone Knows how to share abilities cooldowns?
  8. M

    Optimize jass code

    Hello, I did my first spell in jass , I neeed help to improve/optimize this code. General Idea about the spell: Ok, caster cast the spell targering a unit then in the unit position appears a tree (dummy unit)(this tree stats with a size of (0,0,0) in 1 second it grows to (1.2,1.2,1.2)) while...
Top