• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

memory leak

  1. khai96x

    [Crash] Help! I don't know what causes memory leak here.

    Trigger text: Periodically forcing units to pick up nearby items Events Time - Every 0.01 seconds of game time Conditions Actions -------- The AI doesn't take advantage of the added ability of non-hero unit to use items. Therefore, this trigger is necessary to...
  2. Mangouste

    [Solved] Fixing memory leaks prevents trigger from working...

    Hello everyone! I made a spell via trigger that works perfectly fine (but leaks), and when I add the custom script to remove location memory leaks it stops working, like it can't find location anymore. Crushing Wave Events Unit - A unit Starts the effect of an ability...
  3. HerlySQR

    [General] Question about bj_wantDestroyGroup=true

    What happened when I do bj_wantDestroyGroup=true?, because I thought that just eliminate the groups created in GUI in the same trigger, but I had this problem: [General] - I'm tired of this (Workers doing action that they shouldn't do) And results that I checked that an important group...
  4. Ricola3D

    Avoid memory leak - what dead units are to be removed ?

    Hello, I'm developing a Hero Defense map. Since it's the concept, many ennemy units & heroes die during the game. I want to be sure to avoid memory leakage when the game time passes, so can you please help me figuring out what units are automatically removed by the WarcraftIII engine, and...
  5. SpiritTauren

    [General] Projectile recycle vs unit expiration timer for dummy.

    Does a dead unit occupy that much memory? Can it be removed from the memory at all? Which method of dealing with the issue is more cost-efficient? By that I mean memory resources spent on reusing/checking conditions/playing sound/hiding/unhiding/relocating etc. the said dummy unit or simply on...
  6. Master_Pels

    Entering Region (MUI)

    I'm an amateur map maker, so I'm making triggers that I do not know if they are MUI or not. Please someone tell me how do i make entering region a MUI. For my RPG map Shipyard Events Unit - A unit enters Shipyard <gen> Conditions (Unit-type of (Entering unit)) Equal to...
Top