MMOMinion

Full Version: Is this possible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, 
Im writing a bot that through combo boxes will gather materials either for LVLing crafts or harvesting for a stack of Collectible turn in materials. 
Is it possible through the "Quest" profile to get the bot to do something like this? Go to Dravanian hinterlands fly to the location farm the 
cockatrice for thighs until i farm 99 then move onto the next step. I have it working for all my Carpentry farming. I just want it to be able to grind mobs as well. 
Like it would for instance in a Quest.  Thank you so much for your help ahead of time. 

[5] = {

["minlevel"] = 59;
["maxlevel"] = 60;
["radius"] = 100;
["mapid"] = 399;
["meshname"] = "The Dravanian Hinterlands";
["id"] = 3609;
["itemreward"] = false;
["itemturnin"] = false;

["pos"] = {
["x"] = -227.77;
["y"] = 155.73;
["z"] = 538.22;
["h"] = 2.01;
};
["type"] = "kill";

["condition"] = {
                ["ItemCount(12876) < 99"] = true;
                         };
["complete"] = {
                ["ItemCount(12876) < 99"] = false;
};
};
Ace Answered me! Thanks all.