Crafting bot

06/06/2013 20:19 Icebonetest#46
Nice tool when it works, i follow this idea hopefully.

Until now i see the following Problems:

- At the start of the explorer(i use the firefox you link) it doesn't autologin. If i copy the Gateway link to open the site again with link it works fine.
- After the login the tool doesn't choose the character automatically. If i choose it manually it runs through normally.

Last download today
06/07/2013 03:11 wintertime123#47
Quote:
Originally Posted by breadwolf View Post
Can you guys grab the latest version from my page? There was an issue with professions not selecting prof types other than leadership, which I fixed a couple days ago and re-uploaded. Another guy was having a similar issue and said it's working OK for him now.
Still doesn't work. Mhm. Oh well, I am happy with just Leadership :D

Thanks for the tool!
06/07/2013 10:10 beetleharry#48
I'm getting a bit frustrated setting up this bot, i've tried just about everything.
The problem is the following: it doesn't actually start the task, only says it did.
What it does and logs:

*********: Going to professions screen
*********: Starting tasks
*********: Found 4 tasks in progress
*********: Found 0 completed tasks. Collecting reward.
*********: Rewards collected
*********: Found 1 available slots for new tasks
*********: Starting task Explore Local Area
*********: Trying to find task name
*********: Found 1 tasks that match the name
*********: Task has 2 assets (required + optional)
*********: Found a required asset. Trying to select Mercenary
*********: Found an optional asset
*********: No optional assets selected
*********: Trying to start the task
*********: Task started successfully (I think...)
*********: All tasks completed. Sleeping.


after that it returns to the task page and restarts the process. When multiple slots are empty for example 2, it executes the loop twice and returns to the tasks page with still 2 open task slots.


here's what i've tried:
  • Installed a fresh version of firefox this version: 20.0 from [Only registered and activated users can see links. Click Here To Register...]
  • Installed Java Version 7 Update 21, (last recommended update on java.com)
  • Installed Selenium IDE 2.0.0 from [Only registered and activated users can see links. Click Here To Register...]
  • Downloaded lastest bot version from breadwolf.com on the 7th of june

Firefox does not have any other addons installed and its a fresh windows 7 installation. without any anti virus or any other software installed.


What could be going wrong here?
06/07/2013 12:04 trophywife#49
Everytime I use the bot I get the classic "Cryptic Account Guard: New Computer Accessed" even though I dont get it when I use the same Firefox browser manually (yes, the checkbox for remebering the pc is marked!).

Edit: I just disabled it Account Guard for testing porpouses. Now back to testing phase.
06/08/2013 00:51 wintertime123#50
Mhm, after the patch, it does not seem to be working anymore. It can pick the task but it can't insert the Asset. (mercenary)
06/08/2013 11:08 nightraidfm#51
I'm not going to use something where the author does not put up the source, especially* if it asks for my account and password!

Now, if a source was provided that I did not have to reverse engineer to see... =p
06/10/2013 18:00 trophywife#52
Hello there,

I had some time to test this bot. Sadly it does not work for me. The problem comes with this buttom:

Code:
<button onclick="client.professionStartAssignment('Med_Armorsmithing_Tier1_Gather_Basic')">Start Task</button>
(or any other proffession Start Task button, even leadership)

Everything looks fine, characted logs, rewards got collected, new task get selected, assets got assigned... but when all it has to do is simply click on the "Start Task" buttom, it doest not do it. To be exact, it tryies to perform the action "startBttn.click();" since I got the log "Task started successfully (I think...)" displayed, but it does not work.

I suggest maybe adding a customizable sleep timer (a variable that you can setup in a box) or at the very least maybe changing this in your code:

Code:
public void sleep(int mili)
   {
    try 
       {
        Thread.sleep(mili + 3000);
       }
    catch (InterruptedException e)
       {
         e.printStackTrace();
       }
   }
... so theres is a 3 seconds delay to allow the page to "refresh" before attempting to click on the "Start Task" buttom.

Another suggestion would be to customize the sleep between "attempts". If you know that you are running 10 minutes tasks, it is worth setting a 600000 ms delay before the next attempt, so it doesnt "spam" login (fishy!)

Great job with this bot amigo! and sorry if my suggestion are stupid, last time I saw source code, Michael Jordan was trying to become a golf pro...
06/10/2013 18:53 Kserix#53
Hmm, the website doesn't working ;/
06/11/2013 05:41 breadwolf#54
If something worked for you and then broke, make sure your Firefox isn't auto-updating. I think by default it silently installs new versions.

I also uploaded a new version that lets you specify the exact task URL (optional), which will bypass searching for it. May help some people that are having trouble with the task not finding properly or not selecting tasks for some professions.
06/11/2013 18:20 juliusrock#55
does this wont work in windows 8? when i hit start it says

Starting a brand new run

open the website login page and dont do nothing more
06/12/2013 11:11 Zombiac#56
The bot can't open the browser it just is saying
Quote:
Starting a brand new run
Run crashed. Closing browser, sleeping, and restarting
Starting a brand new run
Run crashed. Closing browser, sleeping, and restarting
Starting a brand new run
Run crashed. Closing browser, sleeping, and restarting
Starting a brand new run
06/12/2013 21:34 breadwolf#57
Quote:
Originally Posted by juliusrock View Post
does this wont work in windows 8? when i hit start it says

Starting a brand new run

open the website login page and dont do nothing more
Quote:
Originally Posted by Zombiac View Post
The bot can't open the browser it just is saying
Make sure firefox is installed and is version 20.0 or lower.
06/12/2013 21:46 Zombiac#58
I'm using firefox an it is the version 20.0
and now i even installed version 19.0 and it still won't start
06/13/2013 23:04 Belgerog#59
For Those having Problems to get this bot to work because the Gateway is German.

Just deinstall Firefox an use the US Version of Firefox for it.

Now its working fine for me ;)
06/14/2013 00:24 deliah99#60
Has this gateway update broken the bot or?