VaultNetwork.net Vault Network Boards
Author Topic: Stack it? [Locked]
kinslayer271  1 star
Posts: 145
Registered: 2002-8-20 13:38:24
Any plans to update this to Alpha5d?

 

-----signature-----
Komitet Gosudarstvennoy Bezopasnosti
"Ok I deleted my computer" <Ramuh>
http://vnboards.ign.com/banned.asp
I can't stand hypocrites
kinslayer271  1 star
Posts: 145
Registered: 2002-8-20 13:38:24
up up

 

-----signature-----
Komitet Gosudarstvennoy Bezopasnosti
"Ok I deleted my computer" <Ramuh>
http://vnboards.ign.com/banned.asp
I can't stand hypocrites
annysia
Posts: 6
Registered:
yes please small plugin but a BIG usefull
Ftuoil_XelRasH  1 star
Posts: 233
Registered: 2001-2-9 09:29:37
Stacker?


The source for this plugin, which stopped working after Alpha 3 is like 85% or more WorldFilter. In Alpha 4 WF had a TON of changes that called for more then just a re-compile on the dll. I haven't seen the author since Alpha3.


You can find the latest source here.


http://www.mesaten.org/stacker/

 

-----signature-----
Killing Farmers since 1999!
http://ac.circleofseven.com
vellus  1 star
Posts: 66
Registered:
use ACTool. I had posted a while ago (quite a while ago it seems) a macro that will stack for you. Can;t find it in search, since it seems things are nto kept that far back.


Anyhow, this is what I use, and put it in my macros, and is part of some of the ones I had put out to the public.


copy everything after this


Constants


count = 0

loop_count = 0

from_end = 0

stack_this = 0

on_this = 0


End


Procedure Stack_items Using Stack_item, MaxStack


while 1 = 1

LoadDecalInventory

DSFilter DSInventory, Name='$Stack_item' AND Count<'$MaxStack'

DSCount DSInventory, $count

If $count <= 1

exit

End

compute loop_count = floor ($count / 2)

loop $loop_count

compute from_end = $count - {loopno} + 1

DSGotoRec DSInventory, {loopno}

setconst stack_this = DSInventory[Guid]

DSGotoRec DSInventory, $from_end

setconst on_this = DSInventory[Guid]

StackItem $stack_this, $on_this

delay 100

end

end


End


///////////////////////////////////////////////////////////////////////////////

// MAIN LOOP

///////////////////////////////////////////////////////////////////////////////


Include companion.inc


SetActiveWindow Asheron's Call


Call Stack_items Pyreal, 10000


it is this last itme where you add the different items you want to stack. Where the word pyreal is, put the exact spelling of the item, and where the 1000 is, put the maximum number of items in one stack. Make sure to leave the comma
kinslayer271  1 star
Posts: 145
Registered: 2002-8-20 13:38:24
I don't use AC tool, cause I can't use it on more then one account.

 

-----signature-----
Komitet Gosudarstvennoy Bezopasnosti
"Ok I deleted my computer" <Ramuh>
http://vnboards.ign.com/banned.asp
I can't stand hypocrites
vellus  1 star
Posts: 66
Registered:
and how was I to know what you do/don't or would/won't use?

VaultNetwork.net is an independently operated community forum and is not affiliated with, endorsed by, or technically based on IGN, GameSpy, FilePlanet, GameStats, or the former IGN/GameSpy Vault Network.
References to VaultNetwork.net mean this site/domain. VNBoards-style presentation is a visual homage only. By using this site, you agree to the forum rules.