Locked Home » Forums » Legacy & Archived » Archived Content » Vanguard » VGExtreme Programs

VGExtreme Crafting Bot - Completed : VGExtreme Programs

Posted: November 5th, 2007
stuarcl
I had a problem like this. Come to find out it was an old version of vbcrafting.vbs. Delete it and restart the pgm and see what that does.
Posted: November 6th, 2007
Total Posts:12 Joined:2007
Thanks Stuarcl, that got the problem fixed!
Posted: November 6th, 2007
Total Posts:12 Joined:2007
Running Into another issue, the script just seems to completly ignore the QC I set the items for. I've tried 25, C, 294, XVC... Dosnt seem to affect the script at all. The Hotkeys are set correctly and the work. Cant seem to locate why It would just be ignoring the CQ check and just clicks away finishing with a 0% D class item every time.

I just redownloaded the scripts so I'm not sure if this is a new occurance or not?
Posted: November 7th, 2007
Total Posts:7 Joined:2007
strabomeeks wrote:Tool 1 - this is the action that uses tools
Tool 2 - this is also a action that uses tools but you wont get it till around level 30
Utility 1 - this uses a utility
Utility 2 - this also uses a utility but you wont get it till around level 20
Station 1 - these actions do not use tools or utilities
Station 2 - this is the same as station 1 but you wont get it till around level 40
Just to make it correctly: the second tool stage is coming with lvl20+ in workorders. Second utility stage with 30+.
Posted: November 7th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
you can put a msgbox or a debuglog line there to see why.

_________________
Use Search first, ask questions later!
Posted: November 8th, 2007
beergeek
airess wrote:Running Into another issue, the script just seems to completly ignore the QC I set the items for. I've tried 25, C, 294, XVC... Dosnt seem to affect the script at all. The Hotkeys are set correctly and the work. Cant seem to locate why It would just be ignoring the CQ check and just clicks away finishing with a 0% D class item every time.

I just redownloaded the scripts so I'm not sure if this is a new occurance or not?
This was happening with an update with errors in it. They were corrected yesterday and wyvernx put up another.
Posted: November 13th, 2007
kronfu
Loaded up this script for the first time tonight. I am working on Carpentry / Artificer. The problem i seem to be having right now is that the bot keeps going to the WO screen, goes to available, keeps clicking the down arrow, runs off then comes back and does the same thing again. Any suggestions? The script itself is giving no erros. Thanks.

Have WO section set as:

If (Crafting_AvailableWorkOrderDifficulty = "Difficulty: Easy") OR (Crafting_AvailableWorkOrderDifficulty = "Difficulty: Very Easy") Then 'You can decide wether or not you can handle harder WO's here
'If (Crafting_AvailableWorkOrderSkill = "Skill: Mineralogy ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Artificing ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Forming ")Then 'This is where you set what work order skillset you desire
'If (Crafting_AvailableWorkOrderSkill = "Skill: Armor Smithing ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Metallurgy ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Blacksmithing ")Then
'If (Crafting_AvailableWorkOrderSkill = "Skill: Tailoring ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Outfitting ")Then
If (Crafting_AvailableWorkOrderSkill = "Skill: Carpentry ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Artificing ")Then
Posted: November 13th, 2007
yizzer
kronfu wrote:Loaded up this script for the first time tonight. I am working on Carpentry / Artificer. The problem i seem to be having right now is that the bot keeps going to the WO screen, goes to available, keeps clicking the down arrow, runs off then comes back and does the same thing again.
The bot will only check the WO that appears at the top of the screen. If it doesn't match, it scrolls down and tries again. If you have it set to "easy" and "very easy" it's possible there are very few of each, too few for them to make it to the top of the list when scrolled all the way down.
Posted: November 13th, 2007
beergeek
yizzer, I have been working on another bot (heavily modified and expanded version of this one) where I have already addressed the problem you describe. In addition, it will use improved crafting logic, use the best comp remedy that can be played, has new smooth waypoint navigation (smooth running, able to open doors and much more accurate--no more stopping 5m short), will switch taskmasters when work orders run dry, buy utilities from utility merchant and maybe even make coffee in the morning (well, maybe not). I also made a modified version of binafus' waypoint creator that makes waypoint generation in the format needed a cinch.

The new waypoint navigation routine (adapted from eq2 harvestbot 4.01) is in a standalone file and can be easily incorporated into any other script

I will probably be releasing all of these in a week or so. While they work now, it is only programmed with data from one archetype so far, and there are some fundamental changes I wish to make.
Posted: November 14th, 2007
kronfu
Yisser, thanks for the help. BeerGeek (awesome name, shoulda been mine), I am definitely looking forward to yourscript.
Posted: November 14th, 2007
Total Posts:35 Joined:2007
beergeek, I'm totally looking forward to your script too!
Posted: November 17th, 2007
User avatar
Total Posts:374 Joined:2005
since 2 days i have problems with the bot..
if the bot open the craftin station but didnt start with crafting.. ??
any idears?

Noone have problems with the BoT since few days?


no support anymore?
Posted: December 9th, 2007
kronfu
I am trying to tweak this wonderful bot so that i can grind out a specific recipe, however it only seems to work with limited success. I modified the vbinclude file like so:

If Crafting_State = 4 Then
Mouse.LMouseClick RL_X, RL_Y, 1, 1
Mouse.LMouseClick WO_X, WO_Y, 1, 1
Sleep 1000
VGSendText HK9
Sleep 1000
Mouse.LMouseClick OK_X, OK_Y, 1, 1
sleep 1000
VGsendText HK7
sleep 1000
Mouse.LMouseClick OK_X, OK_Y, 1, 1
sleep 2000

I then make a CTRL-SHIFT key for HK9 with the following:

/RefineSetREcipe "Practice Plank"

So far it does select the recipe and beings to craft. However it only crafts 1 item, and it ignores my quality setting.

I would like it to be able to do the following:

Continue repeating the recipe define in HK9, with an A quality.

Also how would i change the first action to choose a different quality or type. i.e. making 1, 3, or 5 of an item. I sometimes need to change this.

I know its asking alot, thanks in advance.
End If
Posted: February 6th, 2008
phyresis
Installed this bot today, and it's working fantastically, except for one thing: on some crafts the bot just keeps spamming the "quality pump" action (specifically during the Oil step for black/armor/weaponsmithing goods and I can't seem to figure out how to stop it. It's not a quality issue, it's been making 0% D items like I told it to up until now. Is there a fix to this problem, or is it just a result of the order of the abilities that pop up for the Oil step? The order of the three buttons from left to right is Oil Polish (High Qua 100 AP), Gleam (V High Progress 125 AP), and then Oil Application (Moderate Progress 75 AP.) Obviously I want the bot to just Gleam or Oil Application in order to finish but it just wastes all its AP on Oil Polish. Any way to fix this?
Posted: February 7th, 2008
beergeek
phyresis wrote:Installed this bot today, and it's working fantastically, except for one thing: on some crafts the bot just keeps spamming the "quality pump" action (specifically during the Oil step for black/armor/weaponsmithing goods and I can't seem to figure out how to stop it. It's not a quality issue, it's been making 0% D items like I told it to up until now. Is there a fix to this problem, or is it just a result of the order of the abilities that pop up for the Oil step? The order of the three buttons from left to right is Oil Polish (High Qua 100 AP), Gleam (V High Progress 125 AP), and then Oil Application (Moderate Progress 75 AP.) Obviously I want the bot to just Gleam or Oil Application in order to finish but it just wastes all its AP on Oil Polish. Any way to fix this?
try this one instead Register to unlock hidden link since I do not believe this bot is supported anymore

By the way, the problem you're having is likely due to the vg bug where the actions are put out of order on some recipes. The bot in the link above compensates for that bug.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 2 guests
Locked