Results 1 to 8 of 8

Thread: Magic Tree Cutter/Banker

  1. #1
    Join Date
    Aug 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Magic Tree Cutter/Banker

    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.

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    There is one in MSI.

  3. #3
    Join Date
    Aug 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have no clue how to use MSI i got it downloaded and everything but couldnt figure it out lol

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Can't possibly go wrong if you follow this guide.

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

  5. #5
    Join Date
    Aug 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.
    Last edited by Peek XD; 12-20-2010 at 09:06 PM.

  6. #6
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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?

  7. #7
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    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'.

  8. #8
    Join Date
    Aug 2010
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude thank you guys so much!

    One more thing its not reading that I have a D Hatchet?
    Last edited by Peek XD; 12-21-2010 at 12:09 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •