• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Leaks

Status
Not open for further replies.
Level 5
Joined
Jun 7, 2008
Messages
141
Well. Here we go. A map that shows what I am capable off...
(Which is pretty low since I come and go in terms of WE Making)

Ok
So basically what "Help" I need in here is for people to download my
Messy Map and tell me which of the triggers will causes leaks since I have no knowledge on it and tell me how to fix it. I am sure this map has it's leaks because the map gets a lot laggy every now and then if I'm playing in multiplayer

The reason why I want this map checked is because I am going to make a new map and my biggest issue is Leaks.

The map btw, is still very messy. Lots of bugs, exploits, and etc. are doable but it's atleast a bit playable.
And for the credits of the models, the Map itself aren't really finished yet.
Im so sorry, but other than that, the map isn't really going to be pushed through so this map is still going to be trash sooner or later.

^_^ Thanks so Much

PS: Support Boxxy, Boxxy Fan Fur Ever <3
 

Attachments

  • Happy Critters Alpha Ver. 4.19.w3x
    917.6 KB · Views: 45
Level 9
Joined
Oct 17, 2007
Messages
547
Theres a program in the Tools section call LeakCheck download it to check for leaks in your triggers. Do a forrum search for Leaks and you should find a tutorial showing you how to prevent each time of leak in detail.
 
Level 5
Joined
Jun 7, 2008
Messages
141
oooh. Interesting. Thank you ^_^
+rep

I just checked for leaks, and I am getting a leak at every single trigger I have with a location.

if you really wanna know how it looks like
PS: These are just some of the triggers.
Code:
(Line: 8) (Word: 13) Location Leak
Unit - Create 1 Dummy Lightning Bolt (Female) for Player 7 (Green) at (Position of (Triggering unit)) facing Default building facing degrees
Unit - Create 1 Dummy Lightning Bolt (Female) for Player 7 (Green) at ^Leak

(Line: 20) (Word: 11) Location Leak
Unit - Create 2 Shadow Discipline for Player 8 (Pink) at (Random point in Training1 <gen>) facing Default building facing degrees
Unit - Create 2 Shadow Discipline for Player 8 (Pink) at ^Leak

(Line: 21) (Word: 11) Location Leak
Unit - Create 1 Blood Ghoul for Player 8 (Pink) at (Random point in Training1 <gen>) facing Default building facing degrees
Unit - Create 1 Blood Ghoul for Player 8 (Pink) at ^Leak

(Line: 29) (Word: 10) Location Leak
Unit - Create 3 Baby Wolf for Neutral Hostile at (Random point in Training Ground <gen>) facing Default building facing degrees
Unit - Create 3 Baby Wolf for Neutral Hostile at ^Leak

(Line: 69) (Word: 11) Location Leak
Unit - Create 1 Dummy Sleep (Female) for Neutral Passive at (Target point of ability being cast) facing Default building facing degrees
Unit - Create 1 Dummy Sleep (Female) for Neutral Passive at ^Leak

(Line: 112) (Word: 10) Location Leak
Unit - Create 1 Succubus for Player 1 (Red) at (Center of Respawn Point <gen>) facing Default building facing degrees
Unit - Create 1 Succubus for Player 1 (Red) at ^Leak

(Line: 122) (Word: 10) Location Leak
Unit - Create 1 Succubus for Player 1 (Red) at (Center of Respawn Point <gen>) facing Default building facing degrees
Unit - Create 1 Succubus for Player 1 (Red) at ^Leak

(Line: 181) (Word: 11) Location Leak
Unit - Create 2 Shadow Discipline for Player 8 (Pink) at (Random point in Training1 <gen>) facing Default building facing degrees
Unit - Create 2 Shadow Discipline for Player 8 (Pink) at ^Leak

(Line: 182) (Word: 11) Location Leak
Unit - Create 1 Blood Ghoul for Player 8 (Pink) at (Random point in Training1 <gen>) facing Default building facing degrees
Unit - Create 1 Blood Ghoul for Player 8 (Pink) at ^Leak

(Line: 190) (Word: 10) Location Leak
Unit - Create 2 Wolf Mother for Neutral Hostile at (Random point in Training Ground <gen>) facing Default building facing degrees
Unit - Create 2 Wolf Mother for Neutral Hostile at ^Leak

(Line: 191) (Word: 10) Location Leak
Unit - Create 5 Baby Wolf for Neutral Hostile at (Random point in Training Ground <gen>) facing Default building facing degrees
Unit - Create 5 Baby Wolf for Neutral Hostile at ^Leak

Scan Complete
Location leaks: 11
Special Effect leaks: 0
Lightning leaks: 0
Unit Group leaks: 0
Player Group leaks: 0

Summary
Total Leaks: 11
Unremoved Variables: 0
Scan duration: 1 seconds
Total Lines Scanned: 192
Total Words Scanned: 1148
Fixing Memory Leaks: http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=27219
 
Status
Not open for further replies.
Top