Page 52 of 74 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 738

Thread: [UNSUPPORTED] NeoQuester! - Fully Automated Neoquest 1 Completer

  1. #511

    NPs's Avatar
    Joined
    May 2016
    Posts
    71
    Userbars
    2
    Thanks
    91
    Thanked
    22/13
    DL/UL
    45/0
    Mentioned
    3 times
    Time Online
    4d 12h 53m
    Avg. Time Online
    2m
    I run usually for 4 hours... And that error means character is at incorrect position. Check on stages folder what is the nearest point, manually place your character there, and type the stage number on program

    Sent from my SM-G920I

  2. #512
    Miky896's Avatar
    Joined
    Nov 2015
    Posts
    26
    Userbars
    0
    Thanks
    9
    Thanked
    9/5
    DL/UL
    10/0
    Mentioned
    2 times
    Time Online
    15h 38m
    Avg. Time Online
    N/A
    Checking for needed items - glowing stone, chunk of metal, small yellow gem,
    We don't have glowing stone
    We don't have chunk of metal
    We don't have small yellow gem



    Doing this for 1 hr.... it's ok?

  3. #513
    ily's Avatar
    Joined
    May 2016
    Posts
    49
    Userbars
    0
    Thanks
    33
    Thanked
    11/7
    DL/UL
    57/0
    Mentioned
    13 times
    Time Online
    3d 20h 56m
    Avg. Time Online
    1m
    it keeps exiting on me and then when I open it back up, it just logs in but doesn't do anything else.

    Im using windows 10

  4. #514
    helios's Avatar
    Joined
    Mar 2017
    Posts
    56
    Userbars
    1
    Thanks
    0
    Thanked
    7/5
    DL/UL
    30/0
    Mentioned
    1 time
    Time Online
    1d 1h 21m
    Avg. Time Online
    N/A
    So far I have been able to do Normal and Evil. It died to the 1st final boss on Insane mode though . Excellent work though!

  5. #515

    Joined
    Apr 2017
    Posts
    193
    Thanks
    6
    Thanked
    144/55
    DL/UL
    15/0
    Mentioned
    15 times
    Time Online
    4d 10h 41m
    Avg. Time Online
    2m
    I followed all the instructions listed here and on the Downloads page, but my game doesn't seem to do anything after "Training next to town until level 3" for several hours.

    Are there other specifications needed to run this? I have Python installed and I'm using Windows 7.

  6. #516
    XPandoraX's Avatar
    Joined
    Apr 2017
    Posts
    15
    Userbars
    0
    Thanks
    5
    Thanked
    15/7
    DL/UL
    5/0
    Mentioned
    2 times
    Time Online
    10h 58m
    Avg. Time Online
    N/A
    Ok I know nothing about coding or python. I tried to open it in CMD with C:\Users\Pandora>C:\Users\Pandora\Downloads\NeoQue ster\NeoQuester\client.py and got this response:
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 1, in <module>
    from output import *
    ModuleNotFoundError: No module named 'output'

    Any idea how I fix that?

  7. #517
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by XPandoraX View Post
    Ok I know nothing about coding or python. I tried to open it in CMD with C:\Users\Pandora>C:\Users\Pandora\Downloads\NeoQue ster\NeoQuester\client.py and got this response:
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 1, in <module>
    from output import *
    ModuleNotFoundError: No module named 'output'

    Any idea how I fix that?
    Your current directory is your user folder, change it to the folder the program is in with the following command
    Code:
    cd "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester"
    Then drag and drop the main .py file into the CMD window.
    Also make sure you have all the python modules installed, they're in the OP.

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  8. #518
    XPandoraX's Avatar
    Joined
    Apr 2017
    Posts
    15
    Userbars
    0
    Thanks
    5
    Thanked
    15/7
    DL/UL
    5/0
    Mentioned
    2 times
    Time Online
    10h 58m
    Avg. Time Online
    N/A
    Quote Originally Posted by XPandoraX View Post
    Ok I know nothing about coding or python. I tried to open it in CMD with C:\Users\Pandora>C:\Users\Pandora\Downloads\NeoQue ster\NeoQuester\client.py and got this response:
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 1, in <module>
    from output import *
    ModuleNotFoundError: No module named 'output'

    Any idea how I fix that?
    C:\Users\Pandora>cd C:\Users\Pandora\Downloads\NeoQuester\NeoQuester

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 1, in <module>
    from output import *
    ModuleNotFoundError: No module named 'output'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 2, in <module>
    import skills
    ModuleNotFoundError: No module named 'skills'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 14, in <module>
    import classes.battle
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\battle.py", line 2, in <module>
    import skills
    ModuleNotFoundError: No module named 'skills'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 16, in <module>
    from classes.NQLoop import NQLoop
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\NQLoop.py", line 6, in <module>
    import move
    ModuleNotFoundError: No module named 'move'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 16, in <module>
    from classes.NQLoop import NQLoop
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\NQLoop.py", line 7, in <module>
    import battle
    ModuleNotFoundError: No module named 'battle'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 16, in <module>
    from classes.NQLoop import NQLoop
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\NQLoop.py", line 8, in <module>
    import items
    ModuleNotFoundError: No module named 'items'

    C:\Users\Pandora\Downloads\NeoQuester\NeoQuester>c lient.py
    Traceback (most recent call last):
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ client.py", line 16, in <module>
    from classes.NQLoop import NQLoop
    File "C:\Users\Pandora\Downloads\NeoQuester\NeoQuester\ classes\NQLoop.py", line 9, in <module>
    from output import logMsg, savePage
    ImportError: cannot import name 'logMsg'

    So I saw an older post saying that an output folder is needed but it kept asking me for more folders and ended at this... I don't know what I did wrong to start with.

  9. #519
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by XPandoraX View Post
    C:\Users\Pandora>cd C:\Users\Pandora\Downloads\NeoQuester\NeoQuester



    So I saw an older post saying that an output folder is needed but it kept asking me for more folders and ended at this... I don't know what I did wrong to start with.
    Did you extract everything from the zip? (All programs here come zipped and you must extract them before you use them)
    If we both have free time tomorrow and (more importantly) if you'd like I can help you via TeamViewer or you can try some steps from a (you need an account to see links) I made

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  10. #520
    XPandoraX's Avatar
    Joined
    Apr 2017
    Posts
    15
    Userbars
    0
    Thanks
    5
    Thanked
    15/7
    DL/UL
    5/0
    Mentioned
    2 times
    Time Online
    10h 58m
    Avg. Time Online
    N/A
    Quote Originally Posted by Accelerator View Post
    Did you extract everything from the zip? (All programs here come zipped and you must extract them before you use them)
    If we both have free time tomorrow and (more importantly) if you'd like I can help you via TeamViewer or you can try some steps from a (you need an account to see links) I made
    That would be awesome. As I have extracted everything, and I have the latest version of python installed. I'll try re-downloading the zip first just to double check something didn't go wrong. I'm east coast USA so EST and I work from home so I'm pretty flexible with time.

Page 52 of 74 FirstFirst ... 242505152535462 ... LastLast

Posting Permissions

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