HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Does anyone have a copy of this...

08-10-2005, 03:03 AM#1
Switch33
So many attachments lost....
i was just wondering if anyone could help me with this one: Hivespawn System: Advanced No Lag Spawn System For AoS Maps
-It's a spawn system that looks really neat, and i need one for my AoS map, and well with attachments lost i can't do much... I tried doing another ok AoS spawning system which was this: http://www.wc3campaigns.com/thread_view.php?t=76470 however i had problems installing it, and i think the Hivespawn System might be more effecient.
I don't want to make my own spawning system, because im somewhat new to JASS, and i wouldn't have the spawn system set up as good as either of those two systems i posted.
(I'm submitting this to the Jass/AI scripting forum because u can't ask questions or revive old threads as the site policy in the submissions category.)

If anyone has it plz, give me a dl link.. O and thx in advance..
08-10-2005, 01:58 PM#2
Zoxc
If u want less lags u don't need a advanced spawns system.

http://www.wc3campaigns.com/thread_view.php?t=76470

This one is way more that u need. ( I guess )

To install it copy the part between PATH SYSTEM and END OF PATH SYSTEM to global script, then you can use it.
08-10-2005, 06:04 PM#3
Switch33
Ya, well i tried installing it before and no luck... i have the handle vars..Things like I2Rect i think still give me errors for some reason... also so does I2Location (Not sure about I2S) I did copy the parts between the PATH SYSTEM an END OF PATH SYSTEM to my global script... so it should work i guess... but i don't know how to get the 2-3 functions that i need like: I2Rect and I2Location (I think I2S works fine though..)

I'll do some checks around to see what might be causing it... although... i am going to have a lot of spawns on my map, and i think i would better be using the hivespawn system.. (I'm thinking of making my AoS have less paths for guys... but that would make it a lot harder...)
Edit1:
Oh I think i need the StoredGameCache variable... (Also for the handle vars do i need to create a gamecache called jasslocalvars?)

Edit2: Yes i did need that variable, but its still not working and i still have no answer for this question:(Also for the handle vars do i need to create a gamecache called jasslocalvars?)

Plz does anyone have the hive spawn system, it would better suit my map, because i have a lot of spawns around 20 or so...(With 4 sides it gets this way if u want to make it really good...)
08-11-2005, 11:27 AM#4
Zoxc
Quote:
function I2Rect takes integer I returns rect
if I != 0 then
return I
endif
return null
endfunction

function I2Location takes integer I returns location
if I != 0 then
return I
endif
return null
endfunction

You need a global variable StoredGameCache as a Game Cache and you need to init this on map init.
08-11-2005, 05:22 PM#5
Switch33
Thx, i guess, i will try that, but what do you mean that i need to "init this on map init." How would i do that? If you mean to put it in the global script, ok then i know that...

Alright! i got it to work! thx...