PDA

View Full Version : Magic Tree Cutter/Banker



Peek XD
12-20-2010, 08:50 PM
Does anyone know where I can find one? It would be greatly appreciated.
Or if someone could make one please? It doesnt have to be amazingly perfect just get the job done so i can make some fast Cash.

NCDS
12-20-2010, 08:51 PM
There is one in MSI.

Peek XD
12-20-2010, 08:52 PM
I have no clue how to use MSI i got it downloaded and everything but couldnt figure it out lol

NCDS
12-20-2010, 08:54 PM
Can't possibly go wrong if you follow this guide.

http://villavu.com/forum/showthread.php?t=57723

Peek XD
12-20-2010, 08:59 PM
I have no experience in scripting so im still completely lost.. :/

Am I supposed to make the script using MSI?
Heres what I have.. I know I fail..

begin;
with MSI_Players[0] do
Name := 'Peek XD';
Pass := '';
Nick := 'Peek';
Pin := '';
Active := True;
Member := False;
Location := LOC_POWER_SKILL;
BreakLoads := 20;
TotalLoads := 500;
TotalTime := 0;

with Scripts[0] do
begin

Name := SCRIPT_SV_MAGICS; // The script constant
Trees := [TREE_MAGIC]; // Trees to cut
Priority := [];
DontDrop := []; // For powerchopping only
Exceptions := [];
end;
end;program new;
begin
end.

doublex8
12-20-2010, 10:45 PM
If you open the runme file and enter in the information that you did it should work. I don't think you have to put birdnests in the don't drop section do you?

NCDS
12-20-2010, 10:49 PM
Open RunMe.Simba in your MSI folder, then fill out the setup the same way you did above, but change 'Location' to 'LOC_SV_BANK'.

Peek XD
12-20-2010, 11:50 PM
Dude thank you guys so much! :D

One more thing its not reading that I have a D Hatchet?