Autoprofessionbot V1.0 - release menu

User Tag List

Page 19 of 48 FirstFirst ... 151617181920212223 ... LastLast
Results 271 to 285 of 712
  1. #271
    Cines's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking good and running solid as always, keep up the good work Dragonef22!

    Autoprofessionbot V1.0 - release
  2. #272
    Lapp's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    6 (83%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job on the sleep timer, my cpu thanks you

  3. #273
    Dragonef22's Avatar Contributor
    Reputation
    178
    Join Date
    Jan 2011
    Posts
    252
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cines View Post
    Looking good and running solid as always, keep up the good work Dragonef22!
    Originally Posted by Lapp View Post
    Great job on the sleep timer, my cpu thanks you
    nice to hear, let me know some more feedback after you used it a while

    I still would like to improve memory usage

  4. #274
    p3rsian's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay after using the new updated version I think the boy is working wonderfully I dono what u changed but I think the ping timing for the server is perfect I haven't been disconnected for over 8h and the memory leak is a lot better now seems flawless keep up the good work

  5. #275
    trophywife's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dragonef22 View Post
    Good to hear and I just released 1.3.1 right now
    Ok, this bot simply does what is supposed to do the way it is supposed to be done, which is basically the best thing you can say about any software. Congratulations for such a nice job, both programming and supporting it on the forums.

    EDIT:

    I was toying a bit with the bot, trying to find out any issues (not really bugs), and I came into one:

    If you place in your first slot a job that you lack any of the specified assets, (i.e. you dont have the optional men-at-arms because it was used in any other running job...) it will continue trying to do the job in the first slot forever (until the asset becomes available), instead of trying to continue with the second, third,... slots, what is a performance loss (Specially if first slot has a long 18h job!).

    So basically I suggest that when some task in a slot fails, it doesnt abort the whole loop and tries to start from the begining, ignoring the next slots.

    Sadly I closed the bot without saving the log, but I hope that you can understand what I mean. It was something like:

    10:30:42 : Bot was started
    10:30:42 : Waiting for the professionmenu
    10:30:43 : User is logged in, mainloop begins
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED

    (ignore timers ^^. Basically the error was that I had a gateway open in a normal Firefox window, and even though the asset was available, it was not selecting it, and failing to start it. But this is not the issue (we all know that the bot sometimes messes up if you simultaenously play with the gateway), the issue is that failing in slot n, prevents slots n+1, n+2,... to be even attempted!
    Last edited by trophywife; 06-18-2013 at 03:45 AM. Reason: EDIT: aditional info

  6. #276
    vulgey's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't seem to get this to work. Just locks up after clicking "Save Settings", any ideas?

  7. #277
    Methuselas's Avatar Sergeant Major
    Reputation
    15
    Join Date
    Jun 2013
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, I *LOVE* the memory usage now! I was running long hour jobs, last night, but when I woke up today, it was still at only 6k of mem use. Of course, it jumped up, when I started messing around in it, but I'm impressed. Thanks, Dragonne.

  8. #278
    Methuselas's Avatar Sergeant Major
    Reputation
    15
    Join Date
    Jun 2013
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trophywife View Post
    Ok, this bot simply does what is supposed to do the way it is supposed to be done, which is basically the best thing you can say about any software. Congratulations for such a nice job, both programming and supporting it on the forums.

    EDIT:

    I was toying a bit with the bot, trying to find out any issues (not really bugs), and I came into one:

    If you place in your first slot a job that you lack any of the specified assets, (i.e. you dont have the optional men-at-arms because it was used in any other running job...) it will continue trying to do the job in the first slot forever (until the asset becomes available), instead of trying to continue with the second, third,... slots, what is a performance loss (Specially if first slot has a long 18h job!).

    So basically I suggest that when some task in a slot fails, it doesnt abort the whole loop and tries to start from the begining, ignoring the next slots.

    Sadly I closed the bot without saving the log, but I hope that you can understand what I mean. It was something like:

    10:30:42 : Bot was started
    10:30:42 : Waiting for the professionmenu
    10:30:43 : User is logged in, mainloop begins
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED

    (ignore timers ^^. Basically the error was that I had a gateway open in a normal Firefox window, and even though the asset was available, it was not selecting it, and failing to start it. But this is not the issue (we all know that the bot sometimes messes up if you simultaenously play with the gateway), the issue is that failing in slot n, prevents slots n+1, n+2,... to be even attempted!

    I saw this a couple of versions ago, but not very often. The workaround I found was to just manually add the job, 'cos once you do, the bot seems to reset itself and you won't get that error again.

  9. #279
    Dragonef22's Avatar Contributor
    Reputation
    178
    Join Date
    Jan 2011
    Posts
    252
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by p3rsian View Post
    Okay after using the new updated version I think the boy is working wonderfully I dono what u changed but I think the ping timing for the server is perfect I haven't been disconnected for over 8h and the memory leak is a lot better now seems flawless keep up the good work
    nice to hear

    Originally Posted by trophywife View Post
    Ok, this bot simply does what is supposed to do the way it is supposed to be done, which is basically the best thing you can say about any software. Congratulations for such a nice job, both programming and supporting it on the forums.

    EDIT:

    I was toying a bit with the bot, trying to find out any issues (not really bugs), and I came into one:

    If you place in your first slot a job that you lack any of the specified assets, (i.e. you dont have the optional men-at-arms because it was used in any other running job...) it will continue trying to do the job in the first slot forever (until the asset becomes available), instead of trying to continue with the second, third,... slots, what is a performance loss (Specially if first slot has a long 18h job!).

    So basically I suggest that when some task in a slot fails, it doesnt abort the whole loop and tries to start from the begining, ignoring the next slots.

    Sadly I closed the bot without saving the log, but I hope that you can understand what I mean. It was something like:

    10:30:42 : Bot was started
    10:30:42 : Waiting for the professionmenu
    10:30:43 : User is logged in, mainloop begins
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED
    10:30:47 : Starting slot 1
    10:30:47 : Going to the jobsite
    10:30:59 : Found 1 required slot/s
    10:30:59 : Found 1 optional slot/s
    10:30:59 : Filling optional slot 1
    10:31:03 : Asset Man-at-Arms found and selected, ID: 435983968462963685
    10:31:09 : Starting job
    10:31:12 : Slot FAILED

    (ignore timers ^^. Basically the error was that I had a gateway open in a normal Firefox window, and even though the asset was available, it was not selecting it, and failing to start it. But this is not the issue (we all know that the bot sometimes messes up if you simultaenously play with the gateway), the issue is that failing in slot n, prevents slots n+1, n+2,... to be even attempted!
    Originally Posted by Methuselas View Post
    I saw this a couple of versions ago, but not very often. The workaround I found was to just manually add the job, 'cos once you do, the bot seems to reset itself and you won't get that error again.
    It was actually on purpose, because I wanted the bot to start a slot again if it failed for any reason

    However this is of course based on the fact that the user does not fail with setting the jobs up and all slots can work in theory

    However, I can remove it

    Originally Posted by vulgey View Post
    Can't seem to get this to work. Just locks up after clicking "Save Settings", any ideas?
    I need more information

    1. Start bot
    2. load your settings
    3. press start
    4. go manually to your professions

    where does it fail, what does the log say, what happens

    Originally Posted by Methuselas View Post
    Yeah, I *LOVE* the memory usage now! I was running long hour jobs, last night, but when I woke up today, it was still at only 6k of mem use. Of course, it jumped up, when I started messing around in it, but I'm impressed. Thanks, Dragonne.
    good to hear

  10. #280
    weedyweedpacker's Avatar Corporal
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job Dragon!
    The last few updates are very nice.
    I have been using version 1.3.0 for a couple of days, and it ran very smooth.
    Running 3 accounts with 11 slots total.
    No memory problems at all.
    The only problem was CPU usage.

    Just downloaded the new 1.3.1 version, and it looks even nicer.
    check the memory usage in the below image

    Attachment 14525

    If I see any bugs, I will let you know.
    Last edited by weedyweedpacker; 06-18-2013 at 07:33 PM.

  11. #281
    CopyWritten's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The CPU usage is MUCH better. Thanks a lot for the update!

  12. #282
    Dragonef22's Avatar Contributor
    Reputation
    178
    Join Date
    Jan 2011
    Posts
    252
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by weedyweedpacker View Post
    Great job Dragon!
    The last few updates are very nice.
    I have been using version 1.3.0 for a couple of days, and it ran very smooth.
    Running 3 accounts with 11 slots total.
    No memory problems at all.
    The only problem was CPU usage.

    Just downloaded the new 1.3.1 version, and it looks even nicer.
    check the memory usage in the below image

    Attachment 14525

    If I see any bugs, I will let you know.
    Originally Posted by CopyWritten View Post
    The CPU usage is MUCH better. Thanks a lot for the update!
    All right, good to hear

    Seems like the bot is in a good state now, time to code a pvp bot :P

  13. #283
    Lupidu's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all good job, I worked with this bot since 1.1.2 or near that and after crashing all around the clock, cause of my 12 minute jobs, now it runs nearly smooth, even after 8 hours.


    But one question, did you remove the strg+w shortcut? Since 1.3 it won't work for me. Or did I broke it and it's just me and my dropbox who failed an update or something.

  14. #284
    Dragonef22's Avatar Contributor
    Reputation
    178
    Join Date
    Jan 2011
    Posts
    252
    Thanks G/R
    0/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lupidu View Post
    First of all good job, I worked with this bot since 1.1.2 or near that and after crashing all around the clock, cause of my 12 minute jobs, now it runs nearly smooth, even after 8 hours.


    But one question, did you remove the strg+w shortcut? Since 1.3 it won't work for me. Or did I broke it and it's just me and my dropbox who failed an update or something.
    hey, good to hear about the smooth runs

    I removed the shortcut, thought it was kinda useless

  15. #285
    2serious's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK so when I go to download this program, the site keeps trying to get my to download a bunch of spyware software which I do not want on my computer.

    Can you post it on a site which has a clear link to the actual download of the program please? Or post a pic of which of the 3 or 4 download links I see that is legit?

    Thank you in advance

    PS: I found the correct link, both Bundlore and iLivid were trying to trick me into downloading their setup programs instead.
    Last edited by 2serious; 06-19-2013 at 05:38 PM.

Page 19 of 48 FirstFirst ... 151617181920212223 ... LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 08:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search