airess wrote:OK, I dont know if this has been an issue for anyone else, but I have all my mouse points and crafting table points right, everything seems to work right, but when selecting a WorkOrder, it scrolls, clicks on one, goes down to scrolling again, stops, clicks on the top WO, and repeats without selecting a WO. After a few attempts, my char runs off to the Forge. Rinses and repeats. HELP! =O I cannot figure out what it is doing or what I need to fix!
I had this issue 2 times once because of what Strabo posted which is because i didnt have the correct class phrase un commented by removeing the ( ' ) symbol from one line and adding ( ' ) to the correct line with out the brackets of course here is what mine looks like ...........
Do Until (Crafting_AvailableWorkOrderDifficulty = "") OR (Counter > 35)
Counter = Counter + 1
Sleep 1500
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: Blacksmithing ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Metallurgy ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Armor Smithing ")Then
'If (Crafting_AvailableWorkOrderSkill = "Skill: Tailoring ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Outfitting ")Then
'If (Crafting_AvailableWorkOrderSkill = "Skill: Carpentry ") OR (Crafting_AvailableWorkOrderSkill = "Skill: Artificing ")Then
Mouse.LMouseClick CB_X, CB_Y, 1, 1
Mouse.LMouseClick FWO_X, FWO_Y, 1, 1
Else
Mouse.LMouseClick DA_X, DA_Y, 1, 1
Mouse.LMouseClick FWO_X, FWO_Y, 1, 1
End If
Else
Mouse.LMouseClick DA_X, DA_Y, 3, 1
Mouse.LMouseClick FWO_X, FWO_Y, 1, 1
End If
Loop
MovetoCT
End Sub
Second reason is where it says (counter>20) i had to raise the number depending on where i was crafting for some have a very long list of WO so experiment with that number. Hope that helps for im still learning myself.
and To you Strabo ill be posting a Dumbies guide to Crafting Bot Script do's and donts and possible changes that should help so that you wont be over run with alot of noob questions from us non script people HAHA :O)
Peace !