MMOMinion

Full Version: Crystal/Shard farming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
* What OS are you running? Win10
* What AV is installed?(Antivirus) Windows Defender
* Where is the bot installed?(installed path) C:\Minionapp
* Do you have any Anti-Malware installed? No
* do you have Mumble, Teamspeak, Fraps, any other recording software, Nvida Gamers Experience, Raptr, Caytalist Control Center, guildworks,Teamviwer installed? Teamspeak, Nvidia Game Experience
* Did you follow the install instructions found HERE Yes
* Are you running the bot as admin? Yes
* Are you using the attach button or having minionapp launch the client? MinionApp Launcher
*Are you running any Bot addons? No

Hey guys,

I was running my shard/crystal farming script for about 2 months with no major troubles a few month ago. Yesterday I started the script again, all went fine, but when it comes to farm lighntning shard/crystals the bot does strange things:

It teleports to Central Thanalan as wanted but keeps standing at the Aetheryte - when I move the char a few steps it starts moving to the stated position, farms 2 nodes, moves to the stated position again and keeps standing until I move it again a few steps, then farms 2 nodes and so on...

I'm a bit clueless, I'm trying for hours now, but cant get it to work. Maybe someone had the same problem in the past and can help me out?

Heres an abstract of my code:
Code:
    [6] = {
            ["type"] = "botany";
            ["radius"] = 150;
            ["item1"] = "Lightning Crystal";
            ["item2"] = "Lightning Shard";    
            ["minlevel"] = 26;
            ["mapid"] = 141;
            ["pos"] =  { 
                ["x"] = 158.58;
                ["y"] = 11.65;     
                 ["z"] = 470.65; 
            };
            ["normalpriority"] = true;
            ["usestealth"] = false;
            ["gathermaps"] = false;
            ["skillprofile"] = "Crystals2";
            ["condition"] = {
                ["ItemCount(6) < 500"] = true;
            };
            ["complete"] = {
                ["ItemCount(6) <= 500"] = false;
            };    
        };
Thanks in advance!
Rush

/edit

Tried a fresh created marker with same results, 2 nodes then stop (with 2 nodes right in front of me). Here's a screenshot of what it says.

[attachment=5654]