Search results

  1. dracolich

    Disabled DISBTN

    Well, i have to use picture with DISBTN path for my item, but once I pause game (when everything become DISBNT'ed), i see only green boxes instead. Im sure its possible, just look at dota's muted items - they wont disappear on pauses. So, whats wrong with DISBTN and pauses? how to avoid that...
  2. dracolich

    Arena Invoker Wars (DotA)

    Finally! Download What is it? Not a new, but still decent idea to create map like old Shadowraze Wars, but using another hardest hero from dota - Invoker, with his elemental powers and different combos. What about gameplay? You get Grand Mage Invoker under your control, and play for...
  3. dracolich

    weird behavior of script

    In my map red player disabled. And idk how, but: scripts and messages doesnt work until my hero kill another, OR if i will share control of player(0) to my existing player(1) via jass, since there are no any units or whatever belong to the red player Also, no messages will show up unless that...
  4. dracolich

    [Jass] Tome of Attack lost when transforming

    Is there any way to restore lost bonuses from tomes? There are used spells, based on Metamorphosis, and bonuses from tomes comes from modified Tome of experience. I tried to re-add tomes on transformation, but nothing changed at all - UnitAddItemByIdSwapped() - didnt do anyting...
  5. dracolich

    Jass: UnitSetUsesAltIcon

    Is here anyone who ever used this func? What is Alt Icon? Where its defined?
  6. dracolich

    Units Control Groups

    As every know, u can bind units into groups by Ctrl+1/2/3/... is exist way to know, was some unit binded in some group, or get units in some of this group?
  7. dracolich

    Need help with triggers

    function apem takes nothing returns nothing local trigger t=GetTriggeringTrigger() local integer i=GetHandleId(t) local unit u=LoadUnitHandle(udg_hashtable,i,25) call RemoveUnit(u) call DestroyTrigger(GetTriggeringTrigger()) endfunction function arem takes nothing returns nothing local...
  8. dracolich

    MLeaks in unit creation

    MemoryLeaks in unit creation Well, i have a point, where will spawn units only once. I have a var for this point, and question is: Should i remove and recreate var every single unit spawn, or I can destroy it only once at end of trigger, when all units will be create?
  9. dracolich

    Add active ability to unit w/o them

    How i can add active ability to non-hero unit, which originally havent it? There are only Abilities: Default and Abilities: Normal If I type my ability there, it doesnt appear at all.
  10. dracolich

    Array of timers and array of integers

    I have 12 timers in map, located in one array. When timer[X] expiried, i set integer[X] to 0, but to do it, i made 12 copy-paste triggers. So, question: possible to get X (number) from expiried timer in some var?
  11. dracolich

    Arena Shadowraze wars 2.8c

    Shadowraze wars 2.9 Link for map at epicwar.com About Using Nevermore from DotA, which cannot attack, destroy your enemies by pure spell-casting skill! Gameplay Every player have hero Fire Lord, which have 4 abilities: 3x Shadowraze for different AoE and Requiem of Souls, which damage all...
  12. dracolich

    Multiboard's line hiding

    Possible to hide line in multiboard w/o whole rewrote it? F.e., if player doesnt exist there, then his line will not shown, without taking a place in table
  13. dracolich

    [jass] unit's vertex color for only one player

    It is possible to change color of unit for exactly one player, when others will see old (default) color? If it is, do it exist in GUI?
Top