Quantcast

Jump to content


Photo

[Program] Neoquest's Auto Trainers


  • Please log in to reply
260 replies to this topic

#151 Fikri

Fikri
  • submissive


  • 4433 posts


Users Awards

Posted 24 July 2013 - 11:47 PM

this is great, thanks.

 

+rep


Edited by Starrr, 25 July 2013 - 02:42 AM.


#152 BlueDraik

BlueDraik
  • 17 posts

Posted 25 July 2013 - 04:15 PM

Is there anyway to get it to take the codestones from my sdb? or atleast my inventory? I have like 70 something codestones, but it keeps buying new ones...



#153 Elindoril

Elindoril
  • Weeaboo Trash

  • 9254 posts


Users Awards

Posted 25 July 2013 - 04:19 PM

Is there anyway to get it to take the codestones from my sdb? or atleast my inventory? I have like 70 something codestones, but it keeps buying new ones...

It should automatically use ones that it needs from your inventory.

Unless you fear the reaper pant devil you should just take them out of your SDB.

#154 BlueDraik

BlueDraik
  • 17 posts

Posted 25 July 2013 - 04:21 PM

It should automatically use ones that it needs from your inventory.

Unless you fear the reaper pant devil you should just take them out of your SDB.

should being the key word. I put them all in my inventory and it still buys new ones



#155 Elindoril

Elindoril
  • Weeaboo Trash

  • 9254 posts


Users Awards

Posted 25 July 2013 - 04:41 PM

should being the key word. I put them all in my inventory and it still buys new ones

Make sure it's buying ones you already have in your inventory.

#156 BlueDraik

BlueDraik
  • 17 posts

Posted 26 July 2013 - 02:54 PM

Make sure it's buying ones you already have in your inventory.

 

I had every type in my inventory :/

 

 

edit: It also crashes when its trying to complete course.


I rewrote the algo.py to train hp up to 3 times level after you reach level 20, 40, 60, etc to save some codestones, but I havent tested it because the program still isnt working properly for me

 

Spoiler


Edited by BlueDraik, 25 July 2013 - 06:22 PM.


#157 Neoquest

Neoquest
  • 1760 posts


Users Awards

Posted 27 July 2013 - 07:03 AM

Added a ninja school trainer, it works exactly the same as the normal trainer, except it will only work with pets that are level 250+. You can thank Turbo for this release, as he commissioned me to make it.

 

It's also gotten VERY limited testing, so it's pretty much a Beta quality release.


Edited by Neoquest, 27 July 2013 - 07:04 AM.


#158 yolo

yolo
  • 33 posts

Posted 27 July 2013 - 12:36 PM

can i play Neo on the same account while the autotrainer is running?

 

p.s. thanks for the update, but i didn't even realize there was a regular auto trainer lol

any chance of adding training for multiple pets? <3


Edited by yolo, 27 July 2013 - 12:36 PM.


#159 Turbo

Turbo
  • 122 posts


Users Awards

Posted 27 July 2013 - 08:32 PM

that was going to be the next thing i requested/commissioned. it might wait a bit :p

multiple pets would be cool. a lot of work.

 

as for the codestones you have.

i know it doesn't sound like a great answer.

but my understanding of the program is it sees what you need for the course and goes straight to buying it.

i like keeping backups just to have as a idk i'm paranoid back up.

but really why not just throw them into your shop? sell em. 

just make sure they sell while your program is not running. no need to make your own error.

 

its usually not recommended to run any program while you browse the site.

also don't open the program twice to train two pets. as one program will shut the other one down.



#160 verano

verano
  • 116 posts


Users Awards

Posted 27 July 2013 - 10:23 PM

Perfect timing for the ninja trainer! My pet just hit lv250 not too long ago.  :ninja:



#161 andyhoi

andyhoi
  • 70 posts

Posted 28 July 2013 - 03:10 PM

Thanks for the Ninja Trainer! I'll guess I'll be switching over to windows now so I can train my girl :D



#162 Fikri

Fikri
  • submissive


  • 4433 posts


Users Awards

Posted 28 July 2013 - 03:32 PM

can i play Neo on the same account while the autotrainer is running?

 

yep you can. it won't log you out.



#163 cuttingedge

cuttingedge
  • 311 posts


Users Awards

Posted 29 July 2013 - 05:03 PM

I do get logged out depending on how much I use neo. When I'm finished I just quit and restart the program so there's no interruptions.



#164 Underwatered

Underwatered
  • 51 posts

Posted 29 July 2013 - 07:51 PM

Thanks for the awesome program :D ! will start using once i wean off the aber and get enough nps :p



#165 BlueFox

BlueFox
  • 20 posts

Posted 09 August 2013 - 01:37 AM

What should I download/use to effectively open/run this program with? :)



#166 Strategist

Strategist
  • Sadmin

  • 10012 posts


Users Awards

Posted 09 August 2013 - 01:43 AM

What should I download/use to effectively open/run this program with? :)

Download Python 2.7.5 from here.



#167 scgain

scgain
  • 52 posts

Posted 10 August 2013 - 02:52 PM

Download Python 2.7.5 from here.

^Thank you for that! I'd never get it otherwise.



#168 Asakura

Asakura
  • 703 posts

Posted 10 August 2013 - 10:48 PM

Hey, I dont suppose you have a Mac version? :):)



#169 Alstroemeria

Alstroemeria
  • 156 posts

Posted 11 August 2013 - 01:19 AM

Is it possible to add an auto-login function if I get logged out? :x When I'm running this program simultaneously with others, it tries to complete my pet's course at the end of the training, but ends up shutting itself down. I suspect this happens because I was logged out of the auto-trainer? 



#170 netus

netus
  • 37 posts

Posted 12 August 2013 - 08:54 AM

Oh I love you (: thanks u 



#171 yolo

yolo
  • 33 posts

Posted 16 August 2013 - 12:26 PM

I don't really understand how to change the training algorithm

 

If I wanted it to not train defense at all, how would I alter the code?

if mov > lvl*2 or stren > lvl*2 or defen > lvl*2 or hp > lvl*2:
	next_stat = "Level"
elif defen < lvl*2:
	next_stat = "Defence"
elif hp < lvl*2:
	next_stat = "Endurance"
elif stren < lvl*2:
	next_stat = "Strength"
else:
	next_stat = "Level"

Thanks


Edited by yolo, 16 August 2013 - 12:26 PM.


#172 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 16 August 2013 - 12:37 PM

Take this out:

 

elif defen < lvl*2:
    next_stat = "Defence"



#173 windy

windy
  • 25 posts


Users Awards

Posted 18 August 2013 - 02:21 PM

What file do we download from http://www.python.or...releases/2.7.5/ ?

I have Windows 7..



#174 Fikri

Fikri
  • submissive


  • 4433 posts


Users Awards

Posted 26 August 2013 - 09:31 AM

if the program can auto-select my one and only pet for training, that'd be great.



#175 mamaluigi1234

mamaluigi1234
  • 9 posts

Posted 30 August 2013 - 08:25 AM

THANK YOU! +REP!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users