Author Topic: Stack it?
kinslayer271 
Posts: 8,975
Registered: Aug 20, '02
Extended Info (if available)
Real Post Cnt: 8,633
User ID: 707,730
Subject: Stack it?
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
Link to this post
kinslayer271 
Posts: 8,975
Registered: Aug 20, '02
Extended Info (if available)
Real Post Cnt: 8,633
User ID: 707,730
Subject: Stack it?
up up

 

-----signature-----
Komitet Gosudarstvennoy Bezopasnosti
"Ok I deleted my computer" <Ramuh>
http://vnboards.ign.com/banned.asp
I can't stand hypocrites
Link to this post
annysia 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Stack it?
yes please small plugin but a BIG usefull

 

-----signature-----
Link to this post
Ftuoil_XelRasH 
Posts: 10,194
Registered: Feb 9, '01
Extended Info (if available)
Real Post Cnt: 9,713
User ID: 67,385
Subject: Stack it?
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
Link to this post
vellus 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Stack it?
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

 

-----signature-----
Link to this post
kinslayer271 
Posts: 8,975
Registered: Aug 20, '02
Extended Info (if available)
Real Post Cnt: 8,633
User ID: 707,730
Subject: Stack it?
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
Link to this post
vellus 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Stack it?
and how was I to know what you do/don't or would/won't use?

 

-----signature-----
Link to this post

Valid XHTML 1.0 Transitional Powered by PHP