Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: Neoquest 1 Player

  1. #1


    methrend's Avatar
    Joined
    May 2014
    Posts
    148
    Userbars
    3
    Thanks
    17
    Thanked
    244/33
    DL/UL
    24/1
    Mentioned
    57 times
    Time Online
    5d 20h 51m
    Avg. Time Online
    2m

    Neoquest 1 Player

    Just thought I'd give you all a preview of my current project - a python program that'll play NeoQuest 1 from start to finish with no input required, and will work for any difficulty level.

    At the moment I've got the framework all running fine and am just in the process of coding up all the progression steps (I'm having to do a lot of testing to make sure move patterns are correct and items are being tracked and obtained properly)

    Couple of screenshots (yeah, it's all boring terminal, that's Python for ya)

    (you need an account to see links)

    (you need an account to see links)

    I've tried to make output give you decent information, and the program tells you everything it is doing.

    It also saves progress so you can stop/start it without worrying.

    Current Estimate for completion is some time next week, which gives me time to test it a whole heap over the weekend (I should have all progression coded by then).

    Anyone got questions or input into what'd be good for it?

  2. The Following 12 Users Say Thank You to methrend For This Useful Post:

    Accelerator (05-27-2014),Ban (05-28-2014),Daviid (03-07-2016),fairydust201 (05-27-2014),Ghosts (05-28-2014),j03 (05-27-2014),Jager (05-27-2014),metaldroga (05-27-2014),Raj (05-27-2014),Six (06-01-2014),Strat (05-27-2014),Tapir (05-29-2014)

  3. #2

    Joined
    Apr 2014
    Posts
    363
    Thanks
    77
    Thanked
    346/143
    DL/UL
    51/7
    Mentioned
    105 times
    Time Online
    21d 20h 18m
    Avg. Time Online
    8m
    Looks great so far. Excited to see how this works in the end. Keep goin'!

  4. #3
    Targaryen's Avatar
    Joined
    Dec 2013
    Posts
    773
    Pronouns
    She/her
    Userbars
    18
    Thanks
    293
    Thanked
    434/273
    DL/UL
    48/0
    Mentioned
    117 times
    Time Online
    78d 23h 23m
    Avg. Time Online
    30m
    This looks awesome because I SUCK at this game

    is it spooky season yet?

  5. #4
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,722
    Userbars
    166
    Thanks
    5,907
    Thanked
    33,078/6,609
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 5h 38m
    Avg. Time Online
    3h 13m
    No input? That's what I'm talking about!

    Looking forward to the release of this!
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  6. The Following 2 Users Say Thank You to j03 For This Useful Post:

    methrend (05-27-2014),Tapir (05-29-2014)

  7. #5


    methrend's Avatar
    Joined
    May 2014
    Posts
    148
    Userbars
    3
    Thanks
    17
    Thanked
    244/33
    DL/UL
    24/1
    Mentioned
    57 times
    Time Online
    5d 20h 51m
    Avg. Time Online
    2m
    Quote Originally Posted by Infamous Joe View Post
    No input? That's what I'm talking about!

    Looking forward to the release of this!
    Well, none except for initial setup of account details, and changing skills for those that want to (though the skill order I have got works really well, especially for automating)

  8. #6

    Joined
    May 2014
    Posts
    30
    Userbars
    0
    Thanks
    2
    Thanked
    1/1
    DL/UL
    1/0
    Mentioned
    9 times
    Time Online
    22h 28m
    Avg. Time Online
    N/A
    Very good that you're working on this-- really looking forward to getting my hands on this at some point. As far as feedback, will there be a GUI version or just a Python command line interface? Nice job, I admire programmers very much as it's something I just can't stand to do myself due to how difficult it is.

  9. #7


    methrend's Avatar
    Joined
    May 2014
    Posts
    148
    Userbars
    3
    Thanks
    17
    Thanked
    244/33
    DL/UL
    24/1
    Mentioned
    57 times
    Time Online
    5d 20h 51m
    Avg. Time Online
    2m
    Quote Originally Posted by pattengfx View Post
    Very good that you're working on this-- really looking forward to getting my hands on this at some point. As far as feedback, will there be a GUI version or just a Python command line interface? Nice job, I admire programmers very much as it's something I just can't stand to do myself due to how difficult it is.
    Thanks

    It'll stay as the CMD line interface, there's not really any decent GUI libraries for python.
    Luckily, you don't really need a GUI - none of the code has to be changed, as I read the account login details from a text file. It'll just be a case of changing the .txt to have your login, optional proxy and difficulty setting, and then running the main client.py, and letting it do it's thing.

  10. #8

    Joined
    May 2014
    Posts
    30
    Userbars
    0
    Thanks
    2
    Thanked
    1/1
    DL/UL
    1/0
    Mentioned
    9 times
    Time Online
    22h 28m
    Avg. Time Online
    N/A
    You're welcome. I was actually a Computer Science major for a while myself before I realized how much I hated it-- we coded in Python and VB. Glad to see someone using their programming knowledge this way.

  11. #9
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,722
    Userbars
    166
    Thanks
    5,907
    Thanked
    33,078/6,609
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 5h 38m
    Avg. Time Online
    3h 13m
    This makes me want to write a fully automated NQII bot! I have scripts for my current auto-player to finish the game at a much easier and faster rate but I still have to pause the program from time to distribute skills.
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  12. #10

    Joined
    Apr 2014
    Posts
    363
    Thanks
    77
    Thanked
    346/143
    DL/UL
    51/7
    Mentioned
    105 times
    Time Online
    21d 20h 18m
    Avg. Time Online
    8m
    Quote Originally Posted by Infamous Joe View Post
    This makes me want to write a fully automated NQII bot! I have scripts for my current auto-player to finish the game at a much easier and faster rate but I still have to pause the program from time to distribute skills.
    Do it. You won't!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •