#off-topic-chat

1 messages Β· Page 612 of 1

junior canyon
#

I should probably virus scan too

jagged junco
#

yeah good old MBAM scan

fluid sierra
#

Should not be pokeclicker unless you made your script selfreplicating

#

next thing for me is dungeon script i guess.... i dont know how to solve the problem how to get out if it repeats a dungeon

jagged junco
#

Disregard anything you might have thought you saw, I dont know what I'm talking about

fluid sierra
#

Deerjump when are you going make me a quest script

#

?

junior canyon
#

Lol never :p

fluid sierra
#

It will end with me automating most of the stuff...

junior canyon
#

Haha well you gotta leave some of the game to be played!

fluid sierra
#

So what do you think of my underground script?

junior canyon
#

I haven't looked at it yet lol

#

I'm running late this morning I gotta get ready for work

#

Just wanted to make sure my comp was gonna be fine

fluid sierra
#

Right xd

#

I'm used to everyone on discord not having a job

#

Everyone active*

junior canyon
#

Grrr.... My comp is being so stupid

jagged junco
#

FINISHED KANTO

#

pincer was my last one, 2% spawn rate in safari zone

fluid sierra
#

I need more quest tokens to finish Kanto

winged sigil
#

52 of those are from kanto lol

foggy thorn
winged sigil
#

god damn the prices ramp up from 1k to 10k

#

e.g. lucky eggs go from 1m for 1k to 158m for 10k

junior canyon
#

I wish I had a shiny legendary

foggy thorn
#

deer cant you make a script or something that gives me entei and raikou

winged sigil
#

I have a shiny manaphy, does that count

junior canyon
#

lol I could, but I'm not gonna πŸ˜›

foggy thorn
#

😠

winged sigil
#

just use masterballs

foggy thorn
#

manaphy is a mythical

#

cant use them if they dont show up

winged sigil
#

are you sitting on the highest route you can oneshot

junior canyon
foggy thorn
#

yes

#

well i cant oneshot

#

but its the one i clear the fastest

winged sigil
#

you can't oneshot even the first route in johto?

#

oneshotting on the first route is at least as good as two shotting everywhere else

fluid sierra
#

21 shines

#

I still need a few to finish Kanto...

junior canyon
#

lol what do you have left?

winged sigil
#

Kaze, your auto underground just mines in random spots?

junior canyon
#

So rotom is literally just like a motor lol

winged sigil
#

well that's also what it stands for

fluid sierra
winged sigil
#

why not do the grid search

fluid sierra
#

It could be optinised I guess

winged sigil
fluid sierra
#

Could do that I guess.

#

I'm on phone now so...

#

Tho. It would not work good with the way its working right now.

Cause if you run out of energy while digging a treasure it will not continue digging it

#

Nvm it should work..

#

I'll see if I can try it after the kids sleeping.

winged sigil
#

has anyone done a auto dungeon yet

fluid sierra
#

Is the priority green yellow red.

winged sigil
#

yea

fluid sierra
#

I'll make an auto dungeon soon I guess.

#

I just don't know how to 'escape"
it

#

If I don't want to run the dungeon anymore

winged sigil
#

wdym escape

fluid sierra
#

Well you can't click the map while in a dungeon

winged sigil
#

you could just call the function with some number

#

and it runs the dungeon that many times

fluid sierra
#

Well that is my first thought. Guess maybe add a GUI button for it aswell

#

Should not be hard to make a dungeon runner.

jagged junco
#

is there some way to make the auto egg feeder prioritize eggs and fosiles?

winged sigil
#

you could just run up the middle column and then the one to either side and so on

#

possibly but you can just stop it and add in your eggs

fluid sierra
#

Why would you want to prio fossils?

#

Well it's impossible to add them now I guess

jagged junco
#

ive got some fossiles I need to hatch

fluid sierra
#

If running auto.

#

Well when you don't need them you don't want auto xd

jagged junco
#

i can just exit chrome and reopen and then add the fossiles, then copy paste the script in

fluid sierra
#

Yes or clear the timer in console

jagged junco
#

prioritizing the eggs you buy in the shops would still be nice tho

fluid sierra
#

I guess I'll add functions to manually insert items

#

If it's possible.

jagged junco
#

its probably not as simple as "check to see if there are any eggs already and if not then make an egg out of a pokemon"?

#

lol I dont really know how difficult of a request it is, probably not even worth the time idk

junior canyon
winged sigil
#

neat

junior canyon
#

Should I open chests or no?

winged sigil
#

perhaps add an option for it?

junior canyon
#

πŸ‘

#

Sounds good

fluid sierra
#

Damn u have a headstart.

winged sigil
#

now after I approximately doubled my damage I might be able to open chests in unova dungeons again but it's a bit iffy

fluid sierra
#

What's the path u usually take

#

I go left then snake up and down

#

Towards right

winged sigil
#

up the middle then up the one on the left and so on until I hit a wall, then same on the right

fluid sierra
#

Why like that?

junior canyon
#

I might just go straight left then snake up and down till it's done

#

I also considered making a cheaty method of going straight to the boss lol

winged sigil
#

and minimal mouse movement

#

because I only need to click on the bottom row tiles

fluid sierra
#

I see

#

No cheating 🦌

winged sigil
junior canyon
#

Would I just create a double nested for loop and loop through the coords of the dungeon?

#

nah, that would require starting at a corner

#

Just realized my original design won't work lol

#

I'll have to trade a while loop for a setInterval

winged sigil
#

why did I never do kanto gyms for shards..

fluid sierra
#

so at the computer now. guess ill have to start coding a dungeon script

junior canyon
#

That's what I'm doing rn

fluid sierra
#

πŸ˜›

junior canyon
#

just write me a function that moves

#

like doesn't have to use setInterval but like just handles the logic of moving

fluid sierra
#

you are the proffesional programmer

#

XD

junior canyon
#

And you're a freelancer

fluid sierra
#

im just a lousy unempoyed guy

junior canyon
#

Now hop to it πŸ˜›

#

Haha I'm just a student technically πŸ˜›

fluid sierra
#

what im like 2 courses from my teaching licence

#

and not in programming

winged sigil
#

how do you trigger a gym battle

#

preferably for the town you're currently in

#

so I don't need to hold space

junior canyon
#
var autoGym = setInterval(() => {
  if (App.game.gameState == 6 && player.town().gym) {
    GymRunner.startGym(player.town().gym);
  }
}, 50);```
winged sigil
#

ty

#

this flickers unlike holding space tho

junior canyon
#

What do you mean?

#

Like it's too fast?

winged sigil
#

as in I see the town image sometimes

#

but if I hold space I don't

junior canyon
#

hmmm

#

Wierd

jagged junco
#

yall gotten berry #23?

#

i cannot seem to get it to mutate

winged sigil
#

qualot?

jagged junco
#

following the instructions on wiki 🀷

winged sigil
#

do you have the oak item

#

for mutations

jagged junco
#

yeah

#

just gotta keep at it, it will show up eventually

#

just a stubborn little bugger

junior canyon
#

I flicker with space bar too

winged sigil
#

maybe it was just flickering less

#

but still flickering

velvet nexus
#

baba yetu yetu uliye

junior canyon
#

how much memory is your app using?

winged sigil
#

1.1gb

#

you could try refreshing the game I suppose

junior canyon
#

Mine's at 550 now but it's climbing

winged sigil
#

maybe there are some old scripts or something taking up memory

#

location.refresh() to do it from the console

#

since f5 doesn't work

fluid sierra
#

Ctrl+R

#

reloads

graceful shard
#

on anything

junior canyon
#

I think I'm going to look into how the code handles some things and see if I can't optimize these further

#

I definitely think it was the cause of my memory issues

#

Just based off these results

#

but we'll see

fluid sierra
#

So i finished the movement code.

#

now i just need to enter the boss battle i guess

fluid sierra
#

so im soon finished with the dungeon script

junior canyon
#

let me see what you did for movement

#

I got distracted with other things

fluid sierra
#

just 4 if cases

#

ill release the script soon i just need to find a way from blocking it from running while not at the dungeon screen

#

... im stupid...

#

its gamestate ofc...

foggy thorn
#

hi stupid im kuaka

fleet ivy
junior canyon
#

Yeah those are too finnicky imo

#

Too many logical branches

fleet ivy
# winged sigil

This chart isn't technically the best anymore since all items rotate now

fluid sierra
#

ill soon release the dungeon script. i think i just have 1 bug left

fleet ivy
#

Like any ball quest might be okay. Just do a search for the ball name then a search for the number and purchase them, then equip them

#

And oak item quests you just have to turn on an item

fluid sierra
#

so i think its done. Want the whole script file or just the dungeon script part?

fleet ivy
#

I'm curious about the dungeon if you want to post just that

#

And is it dynamic?

fluid sierra
#

... its over 2000 characters...

#

cant type it

#

ok so it works like this

#

you need to type in console

Autopoke.dungeon.runs = 10;
#

and it runs the next dungeon you enter 10 times

#

Should

#

it does not collect treasures at the moment by default

#

if you want to collect chests

fleet ivy
#

Is it dynamic? Like region 1 dungeons are 5x6 and region 4 dungeons are like 9x10

fluid sierra
#
Autopoke.dungeon.openChests=true
#

should be

#

it goes by the size variable

#

for the dungeon

#
var DRmap = DungeonRunner.map;
        if (DRmap.playerPosition().x>0 && !DRmap.board()[DungeonRunner.map.playerPosition().y][DungeonRunner.map.playerPosition().x-1].isVisible) {
                DRmap.moveLeft();
        }
        else if (DRmap.playerPosition().y>0 && !DRmap.board()[DungeonRunner.map.playerPosition().y-1][DungeonRunner.map.playerPosition().x].isVisible) {
                DRmap.moveUp();
        }
        else if (DRmap.playerPosition().y<DRmap.size-1 && !DRmap.board()[DungeonRunner.map.playerPosition().y+1][DungeonRunner.map.playerPosition().x].isVisible) {
                DRmap.moveDown();
        }
        else if (DRmap.playerPosition().x<DRmap.size-1 && !DRmap.board()[DungeonRunner.map.playerPosition().y][DungeonRunner.map.playerPosition().x+1].isVisible) {
                DRmap.moveRight();
        }
        if (this.openChests) DungeonRunner.openChest();
        DungeonRunner.startBossFight();
#

there is the movement code

#

ive acually not tried the chest openings

#

now that i think of it

#

OK IGNORE CHESTS FOR NOW!

#

its messing with the movement part when you unlock the map

fleet ivy
#

Add a small delay after a chest opening, and possibly before

fluid sierra
#

that would not help

#

the code is litterly checking if the next panel is visible

#

so if all panels turn visible it stops

#

cant move anywhere

fleet ivy
#

Ah it only works atm because entering a boss is the last thing you do, nothing after

#

So it can't be messed up

#

Imo dungeons are not a good way to farm items anyways. So I never care about getting them if I can help it

fluid sierra
#

well i might have it fixed sooooon

fleet ivy
#

@junior canyon idk what's wrong with yours bro. My computer is literally 10 years old and I'm only using 43% of my CPU

junior canyon
#

Yeah, I'll try again

#

I've got my scripts running again so we'll see how they do

#

I ran a virus scan and a few were found so hopefully that remedies the issue

fleet ivy
#

gotta use better nighttime sites bro

#

over 16k click damage now

#

at 120 shinies

junior canyon
#

Nice!

fleet ivy
#

maybe try a malware scan

#

those can really bog your shit down

#

especially since the app is chrome based

jagged junco
#

WHERE IS THE OTHER ONE

fleet ivy
#

some are 1x3

junior canyon
#

Yeah I had one running all morning, found 13 potential risks

fleet ivy
#

or 3x1 in this case

junior canyon
#

So hopefully that helps

jagged junco
#

I guess checkered pattern really is best then

#

cause there are also heart/ L shaped ones

fleet ivy
jagged junco
#

all of those are gone now

junior canyon
#

lol

fleet ivy
#

those were examples

#

lol

#

any 1x3 is possible

junior canyon
#

bottom left

fleet ivy
#

i see 2 on the left side

jagged junco
#

heart shaped MOFO

fleet ivy
#

post a picture

#

lol

jagged junco
fleet ivy
#

that's even worse

#

lol

#

christ

#

they really made that shit annoying

jagged junco
#

yeah checkered pattern is the only garunteed way to find that sht

#

ive never seen it twisted any other way though

#

always shaped like an L

fleet ivy
#

the patch went through like 12 hours ago lol

#

i did finally get my lum berry though

jagged junco
#

I guess ive just been lucky/unlucky with the heart ones then

fleet ivy
#

50k coins an hour here i come

jagged junco
#

not that i get that many of them to begin with

fleet ivy
#

25k coins, not 50

#

still 600k coins a day

winged sigil
#

I mean the grid approach will still work in almost every case except 2 rotations of the heart

fleet ivy
#

@winged sigil yo what's the command to sort by shiny?

#

partyPokemon. what?

winged sigil
#

shiny

fleet ivy
#

what do i set it equal to?

#

i have !partyPokemon.shiny

winged sigil
#

so if you want only non-shinies, !partyPokemon.shiny

#

otherwise leave out the !

#

if you want to breed only shinies

fleet ivy
#

it's still missing something

#

var autoHatch = setInterval(() => {
// App.game.breeding.hatchPokemonEgg(0);
while (App.game.breeding.hasFreeQueueSlot()) {
App.game.breeding.addPokemonToHatchery(
[...App.game.party.caughtPokemon].filter((partyPokemon) =>
!partyPokemon.breeding && partyPokemon.level >= 100 && !partyPokemon.shiny;
).sort(PartyController.compareBy(6, false))[0]);
}
}, 20000)

winged sigil
#

idk, what should work

#

it's what I have

fleet ivy
#

mind posting yours?

#

to compare

winged sigil
#
var autoHatch = setInterval(() => {
    // App.game.breeding.hatchPokemonEgg(0);
    while (App.game.breeding.hasFreeQueueSlot()) {
        App.game.breeding.addPokemonToHatchery([...App.game.party.caughtPokemon].filter((partyPokemon) => !partyPokemon.breeding && partyPokemon.level >= 100 && !partyPokemon.shiny).sort(PartyController.compareBy(6, false))[0]);
    }
}, 20000)```
fleet ivy
#

ahh i added an extra ; at the end needlessly

winged sigil
#

was it not working at all?

fleet ivy
#

no

fluid sierra
#

so it should be working now to collect chests

junior canyon
#

I feel like you have a lot of bloat in here πŸ˜›

#

Not going to lie

#

I might try to refactor it for you

fleet ivy
#

var autoHatch = setInterval(() => {
// App.game.breeding.hatchPokemonEgg(0);
while (App.game.breeding.hasFreeQueueSlot()) {
App.game.breeding.addPokemonToHatchery(
[...App.game.party.caughtPokemon].filter((partyPokemon) =>
!partyPokemon.breeding && partyPokemon.level >= 100 &&
//!partyPokemon.shiny //Uncomment for shiny filter
).sort(PartyController.compareBy(6, false))[0]);
}
}, 20000)

#

there, now the shiny part can be turned on and off

winged sigil
#

that trailing && might cause problems

fleet ivy
#

hmm good point, better put that behind the //

winged sigil
fleet ivy
fluid sierra
#

maybe...

fleet ivy
#

4 in 9 minutes

winged sigil
#

I'm farming some kanto gyms to max out the shards I can

topaz quarry
#

How many shiny rattata

#

And why rattata

#

Why

fleet ivy
#

3 in 1 minute

#

and i didn't do it, the game did lol

topaz quarry
#

How is it possible to have that many shiny rattata

winged sigil
fleet ivy
#

route 3 has fighting and ground shards @winged sigil

winged sigil
#

gyms give 5 shards per mon

#

routes give only 1

topaz quarry
#

Also mind filling me in on what game that is and were it's from

winged sigil
#

pokeclicker

#

I guess, I've been using it for a few hours

topaz quarry
#

I really only play the how to say it official games

#

I didn't mean it in a bad way though

#

I also only have the money 2d ones

#

We're the he'll did money come from

#

Stupid auto correct

#

I hate the fact my figured save got deleted

#

Still dont know who did it

#

Fire red

#

God I hate auto correct

fleet ivy
#

tell this Sandshrew to stop being a dick and turn gold

#

or whatever color his shiny is

topaz quarry
#

Blue?

#

Green that's it

#

I don't find shinys a lot

#

If I do it's on Pokemon go

fleet ivy
#

lol

topaz quarry
#

And it's really only eevee and castform

#

I found a shiny chikorita once

#

Spawned right next to me

#

Is it a bad thing that it took me half of my life playing Pokemon to find a shiny

#

When usually I have pretty good luck

#

Kind of

#

It tends to be a bit random

#

I love ruby

#

It's my favorite one out of all of the games

#

God I'm getting some nostalgia

fleet ivy
#

did someone post the gym script?

topaz quarry
#

Then idiot five year old me deleted the save file were I had a single gym left

#

Just like on my first save I released groudon

#

The box legendary

jagged junco
#

I mostly played fire red

topaz quarry
#

I thought what it meant by release and was like huh I wonder what this does does does it level up a pokemon

jagged junco
#

i tend to download a good emulator every few years and play it again for a few hours

fleet ivy
#

var autoGym = setInterval(() => {
if (App.game.gameState == 6 && player.town().gym) {
GymRunner.startGym(player.town().gym);
}
}, 50);

topaz quarry
#

I better do it on groudon then

fleet ivy
#

this script doesn't have a limit lol

topaz quarry
#

Then he just disappeared

jagged junco
#

yeah just click away from the town lol

winged sigil
#

wdym

fleet ivy
#

i meant basically that

jagged junco
#

I dont mind just holding spacebar for the gym fights though, is the script faster than that?

fleet ivy
#

you were stuck there

winged sigil
#

just clearInterval or click away from town yea

#

I think it's about as fast

topaz quarry
#

And then last year I found my old fire red cartridge that had been missing for a while

#

I was about to beat the champion

#

I go back on to finish it

winged sigil
#

but it lets you use your pc for other stuff than just holding spacebar

topaz quarry
#

And I see myself at the start

jagged junco
#

fair enough. I only do the gyms when I am trying to complete a quest

topaz quarry
#

With a charmander in my inventory

#

Named sick burn

winged sigil
#

I'm doing them to get shards atm

topaz quarry
#

SICK BURN

jagged junco
#

I cant use shards XD

winged sigil
fleet ivy
#

that flicker though

winged sigil
#

did you enable the challenge mode?

topaz quarry
#

SICK FUCKING BURN

jagged junco
#

lmao yeah yesterday when it updated it was like, DO YOU WANT CHALLENGE MODE? I was like... I guess?

#

turns out its irreversable πŸ™‚

topaz quarry
#

my entire life's work all gone by someone probably my brother because he had the cartridge last and came up with the name sick burn

winged sigil
#

just reload the backup save

topaz quarry
#

Yeah guess what game I'm never playing again

jagged junco
#

can the underground script use potions to regain energy?

#

fair enough

fleet ivy
#

i'm currently doing all the kanto achievements while i farm eggs

#

10k in each zone, 1k in each gym, etc

#

doing the dungeons that take 400k per try 1000 times is going to be painful

#

that's what, 400m coins?

#

per dungeon lol

winged sigil
#

and now quick catch isn't even a thing

fleet ivy
#

yeah

#

but the later regions give quite a bit of dungeon tokens

jagged junco
fleet ivy
#

well kinda

#

i was getting like 1500 tokens per catch in the 4th region iirc

jagged junco
#

7.25 billion divided by 1.5k

#

a modest 5 million catches should do it

fleet ivy
#

lol

#

hope your mom birthed you with adamant nature

winged sigil
#

and you get at most about 40k catches a day

#

because 1s to kill and 1s to catch

#

assuming you catch every single time

fleet ivy
#

and assuming you one shot

jagged junco
#

125 days or did i misplace a zero?

fleet ivy
#

maybe the 5th region gives 10k a catch

jagged junco
#

ohey then it would only be 725k catches

#

if so

winged sigil
#

oneshotting is easy enough to arrange

jagged junco
#

only 2.5 weeks straight

#

the underground script doesnt seem to work

#

i think it only procs when I am at 50 energy

winged sigil
#

yes

jagged junco
#

if I fill the energy bar it just sits there for about 20 seconds before anything happens, which value should I adjust if I want to shorten the interval? Im illiterate when it comes to this stuff

fleet ivy
#

it's snowing on route 119 in my game atm if anyone needs snowy castform @winged sigil @junior canyon

#

region 3

#

idk who else is that far lol

junior canyon
#

But it's sunny for me

fleet ivy
#

sunny has one too

#

there are 4

junior canyon
#

yeah I know but I didn't need sunny πŸ˜›

fleet ivy
#

alien they changed how many berries you get from lum -.-

#

you only get 1

#

so you have to farm 25 separate now

junior canyon
#

Yeah it's kind weird ngl

fleet ivy
#

by weird you mean completely fucking stupid

#

i agree

winged sigil
#

you can get lum from mew

fleet ivy
#

yeah 1 at a time

#

at a low rate lol

#

planting 1 only produces 1 again with the new patch

winged sigil
#

does shoveling give you the berry back

#

or does it just void it

jagged junco
#

just voids it i think

#

if you have modifiers that increase drop rate do you get more than 1 from lum?

#

like fertilizer

topaz quarry
#

dQw4w9WgXcQ

jagged junco
#

do yall even use fertilizer?

winged sigil
#

nah

#

too much of a pain

fleet ivy
#

there is a berry though

jagged junco
#

rich mulch "increases berry harvest rate"

#

since there is one that increases growth rate I assumed rich mulch meant it increased yield

fleet ivy
#

hmm

jagged junco
#

from wikipedia

winged sigil
#

or just the wiki I assume

jagged junco
#

yeah from the game wiki

fleet ivy
#

yeah i must have read that wrong

#

lol

#

idk what i thought it did

jagged junco
#

all g

fleet ivy
#

but it's pretty clear it gives more per harvest

#

i'm ready

fossil shale
#

how much attck is reccomended for entering jhoto ?

fleet ivy
#

i recommend being able to 1 shot every zone before moving on

#

that applies to every region

fossil shale
#

πŸ‘€

#

that's gonna. be awhile

#

im only just one shotting route 15 now

fleet ivy
#

just routes, not bosses/trainers

fossil shale
#

does breeding speed up after awhile ?

#

because im only getting like +1K attck per hour being pretty active rn

fleet ivy
#

are you using the 40 scripts we've been posting? lol

fossil shale
#

i cant remember

#

im being pretty optimal for active play though

#

at least in terms of breeding

fleet ivy
#

the best way to do it is go to the highest zone you can one shot with a click and use the auto hatch and auto click scripts

winged sigil
#

btw, unova only gives ~3k DT per catch

fossil shale
#

what im doing rn, is going to my highest clickable zone, doing that till an egg hatches, switching to my highest AFKable zone, hatching and refilling the egg slot, back to more manual clicking, repeat

winged sigil
#

a far cry from 10k

fleet ivy
#

i said that being hopeful lol

#

i didn't expect it

fleet ivy
fossil shale
fleet ivy
#

ahh you're that guy

#

the boarding school one

#

boring school :p

#

anyways

#

can you not get to the console of chrome, or is it locked down?

fossil shale
#

my school somehow locks us out of the inspect feature

#

so i cant access the console no

fluid sierra
topaz quarry
#

I just made myself another gmail account so my school doesn't limit the things I do

fluid sierra
#
var lastCompatibleVersion = "0.7.5";
if (versionCompare(App.game.update.version,lastCompatibleVersion)==1) {
    Notifier.notify({
        title: 'WARNING: PokΓ©clicker version is newer than this version of Autopoke',
        message: 'Last tested version for Autopoke is: '+ lastCompatibleVersion,
        type: 2,
        timeout: GameConstants.DAY,
    });
}
var base = 'https://kazeshinu.github.io/Autopoke/'
  , module = 'modules/'
var modules = ['breeding', 'clicking', 'dungeon', 'farming', 'underground'];
for (var i=0,len=modules.length; i<len; i++) {
    document.head.appendChild(document.createElement('script')).src = base + module + modules[i] + '.js';
    Notifier.notify({
    title: 'Autopoke: ',
    message: 'Loaded: '+modules[i],
    type: 1,
    timeout:20000,
    });
}    
function versionCompare(v1, v2, options) {
    var lexicographical = options && options.lexicographical,
        zeroExtend = options && options.zeroExtend,
        v1parts = v1.split('.'),
        v2parts = v2.split('.');
    function isValidPart(x) {
        return (lexicographical ? /^\d+[A-Za-z]*$/ : /^\d+$/).test(x);
    }
    if (!v1parts.every(isValidPart) || !v2parts.every(isValidPart)) {
        return NaN;
    }
    if (zeroExtend) {
        while (v1parts.length < v2parts.length) v1parts.push("0");
        while (v2parts.length < v1parts.length) v2parts.push("0");
    }
    if (!lexicographical) {
        v1parts = v1parts.map(Number);
        v2parts = v2parts.map(Number);
    }
    for (var i = 0; i < v1parts.length; ++i) {
        if (v2parts.length == i) {
            return 1;
        }
        if (v1parts[i] == v2parts[i]) {
            continue;
        }
        else if (v1parts[i] > v2parts[i]) {
            return 1;
        }
        else {
            return -1;
        }
    }
    if (v1parts.length != v2parts.length) {
        return -1;
    }
    return 0;
}
#

if you want to load all the modules

topaz quarry
#

I may be doing good in computer science but we didn't move onto that yet

fossil shale
fleet ivy
#

does anything even happen when you hit f12?

fossil shale
fluid sierra
#

Im not a programmer i said

junior canyon
#

Same dif πŸ˜›

fluid sierra
#

well i only steal code

#

so i guess i am a programmer....

jagged junco
#

lmao

#

according to the programmers I know

#

that is correct

fluid sierra
#

<--- soon high school teacher... not a professional programmer...

#

,,,

#

yes apparently.. something broke ;;__;;

#

it should not even be moving

jagged junco
#

how many shinys yall have?

#

shinies? how tf do you pluralize that

fossil shale
#

btw, im unclear if +25% base attck per breeding cycle means 0 breeding cycle base, or current breeding cycles base

jagged junco
#

up to 24 now, they seem to make a big difference with click dmg

#

I assume its additive, not multiplicitive

fossil shale
#

bummer

jagged junco
#

so 25% of its original base stats every time

#

or damage numbers would scale a lot faster

fossil shale
#

that means it only gets less and less effective over time

jagged junco
#

correct

fossil shale
#

so how long does it take to get like 100K with only kanto mons ? im almost at a full dex, still only got like 15K

jagged junco
#

well, the damage increase you get per hour of hatching eggs like a madman will stay consistent, but as a percentage it will decrease

fleet ivy
#

it's +25% base attack+protien per breed cycle

fossil shale
#

seems like it'll take almost a full day of active time to get to OHKO all of kanto stats

jagged junco
#

yall talkin fancy with your shards and attack buffs and protien

#

the damage stat is misleading

#

you do pretty much 50% more than that depending on types involved

fossil shale
#

btw,how does breeding efficency get clalced ? it seems like it would be best tp sort by base dmg no ?

winged sigil
#

breeding eff takes into account the time to hatch as well

jagged junco
#

in kanto you can hatch the eggs as fast as the pokemon get to level 100 so it doesnt really matter too much regardless

winged sigil
#

and probably the time to level up

jagged junco
#

but yeah I agree with aliens analysis, though I dont have any empirical evidence to support that view

junior canyon
#

I'm just farming kanto gyms for shards rn πŸ˜›

fleet ivy
winged sigil
#

huh

fleet ivy
#

gyrados levels up really slow :p

#

but he's still first

winged sigil
#

maybe it just gains so much attack per cycle that it offsets the level up speed

fleet ivy
#

i don't think breeding eff takes leveling into account

jagged junco
#

hey hey Snorlax is over 2k dmg

fleet ivy
#

clefable and wigglytuff give almost as much attack and have close to the same egg hatch rate, but level almost twice as fast and they're lower than gyrados

fossil shale
#

is it better to dump shards into lower tiers like not very and immune first, or spread it out evenly ?

junior canyon
#

I just do the cheapest

jagged junco
#

idk what are shards lmao

fluid sierra
#

... sorry about that dungeon script XD

#

it should be fixed now

fossil shale
#

you get one shard per mon of each type killed

fleet ivy
#

i use shards from the top down, keeping the costs even

fluid sierra
#

To use the dungeon script you need to use the console

fleet ivy
fleet ivy
fossil shale
#

oh damn

#

i should farm there then

jagged junco
#

0.5 million shards and i cant use a single one lol

winged sigil
#

or they were dumb and enabled the challenge mode

jagged junco
winged sigil
#

and aren't loading the backup for some reason

fleet ivy
jagged junco
#

Ive thought about starting over

fleet ivy
#

if you're still in kanto just start over

#

we have the scripts to make it fast

jagged junco
#

need to find 30 more in johoto

fleet ivy
#

what challenge did you take?

jagged junco
#

mostly just dont want to do the dungeons and the safari again

fluid sierra
#
Autopoke.dungeon.runs=1000; //runs 1000 dungeons when you next time enters a dungeon area
Autopoke.dungeon.openChests = true; //to open all the chests

Autopoke.dungeon.runs=0; //stops the script
#

well dungeons are automatic now πŸ˜›

#

safari isnt.

fleet ivy
#

safari is a one time thing, i don't think we need to automate it lol

#

maybe 2 if you're unlucky

jagged junco
#

I had to try a few times to get one of them, only spawns at a 2% rate and had like a 5% catch chance

#

but aside from that you are right it really isnt THAT bad to start over

fleet ivy
#

what challenge did you take?

fluid sierra
#

there is a "cheat code" in the game that finishes Kanto

#

tho its hashed so i dont know the code

winged sigil
#

I think those are player specific anyway

jagged junco
winged sigil
#

lol why

fluid sierra
#

no there are 3 codes in the game that is not linked to discord

fleet ivy
#

yeah i would start over for sure

jagged junco
#

it didnt tell me it was permanent

fluid sierra
#

XD

jagged junco
#

XD

fluid sierra
#

well it is

#

i did the same

jagged junco
#

yeah realized that after

fluid sierra
#

loaded backup after

fleet ivy
# winged sigil lol why

if it updated while you were playing, it doesn't tell you any of the warnings. like it's permanent

junior canyon
winged sigil
#

yea but still, why

fossil shale
#

do protiens apply retroactively?

winged sigil
#

no

fleet ivy
#

they should but sadly no

fossil shale
#

k, also is there any way to reset shop costs?

jagged junco
#

it wasnt till several hours later that I realized it was permanent, didnt even know how to go about finding a save that old, from a previous version so I just rolled with it

winged sigil
#

which costs

fossil shale
#

because 1.5M for 10 protiens is a bit much

winged sigil
#

protein?

#

no

junior canyon
fleet ivy
winged sigil
#

protein and masterball are permanent increases

fluid sierra
#

btw you can stop and start all my scripts with

Autopoke.clicking.Stop()
//and
Autopoke.clicking.Start()```
jagged junco
#

I dont care that much, thanks tho!

fluid sierra
#

@junior canyon not a developer ....

junior canyon
#

lol right πŸ˜›

#

The save is just JSON encoded into base64 anyway, so really easy to poke around

fleet ivy
jagged junco
#

restarting, up to Rt3 now

fleet ivy
#

or just find a save before yesterday

winged sigil
#

it should've created a backup on update as well

fleet ivy
#

why does my discord keep beeping and showing i have new stuff when no one tags me?

#

nothing on the side bar has any icons lit up

#

saying i have a new notification

#

it's driving me nuts lol

#

i just keep hearing beeps

#

i can't even tell what server it's coming from

#

rich mulch works on lum berries

jagged junco
#

so whats the most recent .txt with all the script?

#

I think I have one of the older ones still

#

found the github

fluid sierra
fleet ivy
#

127 shinies lol

#

i found the notification issue, one of the servers had "all" selected for notifications

#

or at least i hope i did

fluid sierra
#

damn looks hot now XD

junior canyon
#

lol

#

nice!

fluid sierra
#

Guess a userinterface could be needed..... if a programmer acually knows how to make one

#

like my code is prob like shit XD

fleet ivy
#

is there an elite 4 script?

fluid sierra
#

nope.

#

Deerjump could prob modify my Dungeon script to work for gyms

junior canyon
#

gyms?

#

You don't need all that jazz for gyms

fluid sierra
#

well if you want to run it X amount of times

rustic trench
#

anyone make any money off of the current economic crisis?

fluid sierra
#

nope.

jagged junco
#

define current

#

ive dont quite well since covid hit

#

this week has been rough but that happens sometimes

#

just means I get to buy more in the dip

fleet ivy
#

i wonder how hard it would be to add an if statement to check if the plant is ripe, then add rich mulch before harvesting

jagged junco
#

im just trying to figure out a simple way to switch the berry type

#

but im dumb lol

fluid sierra
#

you using the script?

#

Autopoke.farming.berry = "Aspear"

jagged junco
#

Autopoke.farming.Start=BerryType.Chesto
was my best guess lol

#

probably painful to see XD

fluid sierra
#

haha nope. just type
Autopoke.farming.berry = "Name of berry case sensitive"

jagged junco
#

legit

fluid sierra
#

and it switches for you automaticly

jagged junco
#

THE QUOTES

#

lol thats what I was missing, I think i tried that exact phrasing by chance earlier but it didnt work

#

didnt use the quotes

fluid sierra
#

didnt it print error in the console?

#

"No berry with that name (Case sensitive)"

#

??

#

nvm it doesnt...

#

might have updated it.

junior canyon
#

My overly complicated script checked if it was ripe

fleet ivy
#

i mean instead of auto harvesting every 10th of a growth rate it could just check and do something based on that

#

like add rich mulch and then harvest, then plant again

junior canyon
#

Yeah, would be easy

fluid sierra
#

Well ill be going to sleep... dont break my script XD

fleet ivy
#

it only matters now because lum berries only produce 1 berry each, so you HAVE to add rich mulch to them to make your way up to 25

#

almost done with kanto route achievements

burnt pecan
#

this hurts

fleet ivy
#

next is the seizure inducing gym fights

burnt pecan
#

im missing 2 items

fluid sierra
#

im just letting my mining script mine for me XD

fleet ivy
burnt pecan
#

yea

#

ive been burning cash on the pot things on cinnabar

fleet ivy
#

i'd save money for protein

burnt pecan
#

yea i should

#

lol

fleet ivy
#

i did buy 700 of the +6 energy ones though lol

#

so i can't really lecture

burnt pecan
#

also almost done with kanto

#

need 4 moon stone evolves and then jinx

#

also 20 shinies

#

feels nice

#

does protein price ever go back down?

#

guessing not

fleet ivy
#

no

#

but it caps at 1m

burnt pecan
#

oh

#

cool

#

im at 600k rn

fleet ivy
#

you can add 5 protien per pokemon per region unlocked

burnt pecan
#

ye

#

just jinx now

#

then im done with kanto

fleet ivy
#

i don't even remember how to get jinx

#

lol

#

wasn't he in a dungeon?

burnt pecan
#

shop

#

2.5k

fleet ivy
#

ahh

#

right

burnt pecan
#

just gotta grind more quests out

fleet ivy
#

the casino

burnt pecan
#

yes

#

lol

#

actually tho

#

shinies from eggs is gonna suck

#

lol

winged sigil
junior canyon
#

They are just passive

winged sigil
#

you can always go back to kanto to farm those

burnt pecan
#

yea i guess

#

still gonna be hard than natural mobs

#

to get shinies

junior canyon
#

I have more from eggs than I do from natural mobs

burnt pecan
#

weird

#

ive gotten like 4 from eggs

#

rest are from catches

#

ive shinied up to route 9

burnt pecan
#

we the same

#

woot

wind burrow
#

just "bought" monster sanctuary

fleet ivy
#

we play pokemon around here

wind burrow
#

thats like pokemon

fleet ivy
#

lol

wind burrow
burnt pecan
#

lol

#

I crashed pokeclicker

fluid sierra
#

What did u do?

burnt pecan
#

I did a dungeon

#

boss made my game die

fluid sierra
#

Killer boss

burnt pecan
#

true lol

#

oh okay

#

im apparently clicking too fast

fluid sierra
#

Like 1 in 500 or so with charm?

#

Check wiki xd

fossil shale
#

got my first egg hatched shiny

#

btw, does shiny charm affect eggs?

fleet ivy
#

yes

#

i just posted the shiny stats page lol

burnt pecan
#

where was that autobomb script again?

#

I didnt save it

fleet ivy
#

// AutoBomb
var autoBomb = setInterval(() => {
while(App.game.underground.energy >= 50) {
Mine.bomb();
}
}, App.game.underground.getEnergyRegenTime())

fleet ivy
#

Action Chance (no Shiny Charm) Chance (Lv 5 Shiny Charm) Chance (Lv 5 Shiny Charm and Full Starf Farm)
Route Encounter 1 / 8192 1 / 4096 1 / 2823
Dungeon Encounter 1 / 4096 1 / 2048 1 / 1412
Evolution stone/item use 1 / 2048 1 / 1024 1 / 706
Purchasing shop PokΓ©mon
Safari Zone Encounter
Hatching an Egg 1 / 1024 1 / 512 1 / 353

#

@fossil shale those are the rates if you can't visit the site

#

sorry for format, i just copied it lol

fossil shale
#

thanks

burnt pecan
#

thanks

#

:)

winged sigil
#

wtf, I just lost my save

burnt pecan
#

F

winged sigil
#

at least I had the backup but still, wtf

#

that was from like yesterday

junior canyon
#

Off

#

Oof

winged sigil
#

so I lost like 12 shinies and half of my damage

#

well all of those are easily gained back

#

I'll try to remember to backup from now on lol

#

idk what happened there

#

how do I set the berry for auto poke

#

Autopoke.farming.berry = BerryType.Hondew?

#

ah, more like Autopoke.farming.berry = "Hondew"

fleet ivy
#

I save like 20 times a day lol

winged sigil
#

kinda sucks to lose a day of progress but at least it was only a day

fleet ivy
#

// AutoFarm
var autoFarm = (() => {
const berry = BerryType.Hondew; // Change this to your desired berry
const farming = App.game.farming;
const waitTime = farming.berryData[berry].growthTime[3] * 25; // tenth of a full growth
return setInterval(() => {
farming.harvestAll();
farming.plantAll(berry);
}, waitTime);
})();

#

here's the one i use for farm

#

@winged sigil i found a way to get more lum berries, use rich mulch on it right before you harvest

winged sigil
#

yea I read

#

just need to get the first lum then

fleet ivy
#

mew has a higher chance of spawning in higher routes afaik

#

and he drops one

#

or you could try the horrible process of trying to make one lol

fossil shale
#

is berry "breeding" or however making new berries works anything worth putting time into?

winged sigil
#

yes

jagged junco
#

i cant get a ditto to save my life

#

ive done the dungeon like 40 times

#

or rather the script did the dungeon 40 times for me, time to farm more dungeon thingies to try again

#

Autopoke.farming.Stop doesn't stop it

#

forgot the ()

#

we good

burnt pecan
#

wait we got an auto dungeon script?

winged sigil
#

ye

jagged shadow
#

if anyone wanna try the game

#

we need a few more players

fleet ivy
#

good call on gym farming for shards alien, this is much faster lol

golden ivy
copper fable
#

😺

burnt pecan
#

I tried the auto dungeon script but it doesnt seem to work

#

Idk if theres something else im missing

winged sigil
#

you need to set the number of runs it does

burnt pecan
#

o

#

you put it here right?

winged sigil
#

no

#

Autopoke.dungeon.runs = X

junior canyon
#

6 shard types left to max

burnt pecan
#

is there a use for shards after maxing?

#

ive maxed a few already

junior canyon
#

Nope

burnt pecan
#

damn

fleet ivy
#

Let me buy a free shiny chance at a pokemon for 5k of a shard

fallow berry
#

how do i add a reaction?

#

can i do it on LAvas?

junior canyon
#

Some channels you don't have permissions to add reactions

fallow berry
#

what about where he says to?

#

is thta only for mods?

junior canyon
#

Which message

fallow berry
#

he says t add add a rainbow parrot emogi to win 4000 gems

#

i cant add a reaction tho

junior canyon
#

You're not adding a reaction to a message that doesn't have any

#

There is a message with the parrot on it

fallow berry
#

fake?

junior canyon
#

No

fallow berry
#

okay i see now

#

never mind

junior canyon
#

Oh I see lol it split up the process lol

wind burrow
#

my team roight now

#

frog is good

shrewd shadow
#

Topic

fluid sierra
#

Morning.

fleet ivy
#

Can someone post the dungeon script please?

fluid sierra
#

To run all scripts

fluid sierra
topaz quarry
#

On pokeclicker I just defeated lt surge aa the time ran out

#

The exact same millisecond

ivory adder
pearl glade
#

can somebody help me

#

my ps4 doesnt turn on anymore

#

the power button is broken but I would just turn it on using my controller or inserting a disk

#

but now none of those methods work

#

when I plug in the power cord u can hear electricity crackle meaning its just fine

#

what the fuck is the problem then?

karmic tendon
pearl glade
#

nah not in a bad way

#

like I mean I know the power cord is just fine and is giving electricity off

#

man fuck it, I think it's the main power inside the ps4 that's faulty imma go repair it for 55€

topaz quarry
#

My brother got a pc that broke in a week

#

Cooling fan went into permanent overdrive

#

It heated up until the pc broke

#

Yes you read it right

#

The cooling fan heated the pc until it broke

fleet ivy
#

@fluid sierra how do you set the number of times you want to run it?

#

i tried making _runs higher but it still doesn't do anything

#

ahh it think i figured it out

#

Autopoke.dungeons.runs = whatever

fluid sierra
#

Yes

fluid sierra
fleet ivy
#

i just made that my final line

#

lol

#

to remember

#

currently running a dungeon 950 times

#

i'll let you know if there are any issues with it or the counting

#

it's already run 450 times with no issues

fluid sierra
#

If you are able to beat it while collecting chests it's faster if you turn on chest collection

#

Autopoke.dungeon.openChests=true

#

And you don't need to use start command for dungeons

#

It's starting when setting the run to a value.

fleet ivy
#

it's giving errors now

#

i think it's when you get 4 chests and the tiles turn red instead of white

fluid sierra
#

Yes but it's not breaking.

fleet ivy
#

it doesn't know how to read them

fluid sierra
#

I think I have it fixed but not updated

fleet ivy
#

380 runs left

fluid sierra
#

I'm on phone so I can't try my fix.

fleet ivy
#

i set mine to exactly my 1k runs achievement

#

we'll see if it keeps count that long

fluid sierra
#

Did you enable chests?

#

Does it go faster?

fleet ivy
#

yeah

#

yeah once you find 4 it auto fights boss

#

if chests are enabled like that you should make it grab every chests before jumping to the boss

fluid sierra
#

Guess i could add that some time.

fleet ivy
#

oh it's giving an error because they aren't "covered" anymore

#

which i think you said your code is based on

fluid sierra
#

Not it's giving error cause I forgot to check if boss fight is going on

#

Xd

#

So it's trying to find the boss panel again

fleet ivy
#

ahh

#

lol

#

it works fine though

#

180 left

winged sigil
#

would it be possible for the breeding script to take the pokemon in the order they appear in the breeding list

fleet ivy
#

what do you mean?

#

it does that afaik

winged sigil
#

no it doesn't

fleet ivy
#

but not if you have shiny on

#

cause it skips shinies

winged sigil
#

it has its own order

fleet ivy
#

they turn into eggs in order on the side of my screen

#

and i have them sorted in breed eff order

#

what do you mean exactly?

worldly lichen
#

Oh btw you stopped being a mod dudes ?

fleet ivy
#

yeah

winged sigil
#

if you change the order on the breeding screen, the script doesn't change anything

#

or if you change the filtering, the script doesn't change

fleet ivy
#

cause it's manually set to breed eff order

winged sigil
#

I know

fleet ivy
#

you would have to set it to pull from your list and not manually set it

winged sigil
#

that's why I'm asking if it's possible to tie it to what the hatchery list is set to

fleet ivy
#

@fluid sierra it stopped at exactly 1k, so it kept up with 954 runs

fleet ivy
#

i'd have to mess with it

fluid sierra
#

@winged sigil its its own order because i have my list set to pokemon id :/

#

and i want it to breed by efficiency

winged sigil
#

add the option to choose?

fluid sierra
#

could do. but not now. ive got free time in 6 hours XD now the kids are making me busy

winged sigil
#

that's totally fine, they're more important than this anyway

fluid sierra
#

i think i could help u a little bit

fleet ivy
#

tell that to my daughter "NotPokeclicker"

fluid sierra
#
Autopoke.breeding.intervalFunction = function() {
    return setInterval(() => {
        if(!App.game.breeding.queueSlots()){
            App.game.breeding.hatchPokemonEgg(0);
            App.game.breeding.hatchPokemonEgg(1);
            App.game.breeding.hatchPokemonEgg(2);
            App.game.breeding.hatchPokemonEgg(3);
        }
        if(App.game.breeding.hasFreeQueueSlot()||App.game.breeding.hasFreeEggSlot()) {
            App.game.breeding.addPokemonToHatchery(
            App.game.party.caughtPokemon
                .filter(
                (partyPokemon) => !partyPokemon.breeding && partyPokemon.level >= 100
                )[0]
            );
        }
    },this.intervalTime);
}
Autopoke.breeding.Stop();
Autopoke.breeding.Start();
#

ive not tried

#

but if you paste that it might work

#

ill try now

#

and you might need to run Stop()
and Start()

#

@winged sigil if you paste the code above it goes after the pokemon list

winged sigil
#

let's see

fluid sierra
#

you still need to run the base script

winged sigil
#

I have

fluid sierra
#

this just modifies the "loop" function

fleet ivy
#

App.game.breeding.hatchList might be the setting you need alien

#

can't test atm

#

or App.game.breeding.queueList

fluid sierra
#

no that doesnt change the script it goes after the pokemon list

#

App.game.party.caughtPokemon is what it goes after

fleet ivy
#

it's hard to check because partyPokemon doesn't show any of its variables

#

PartyPokemon does, but that's not the one you need

#

partyPokemon.breeding.currentList would be nice, but i can't tell any of the variables that work under partyPokemon

#

where's the list?

winged sigil
#

BreedingController.filter seems to have the filter conditions set in the day care screen but idk how to use them

fleet ivy
#

1.1m sheet damage now

#

i do ~5m a hit lol

winged sigil
#

with a full breeding list?

fleet ivy
#

yeah

#

but it's only grabbing non shines so it isn't grabbing my huge hitters

#

so it'd be less if i had it set differently

#

and i'm in kanto

fluid sierra
#

btw i found one of the redeemable codes

#

one that gives you a random shiny

#
bbc~aV`

Gives one random shiny useable once

fleet ivy
#

one that you don't have or just one in general?

fluid sierra
#

random by highest region

#

so just a random one

#

works only once

winged sigil
#

App.game.party.caughtPokemon.filter(BreedingController.visible) why does this just return all pokemon

fluid sierra
#

there is 2 other codes ive not found yet

complete-kanto
and
farming-quick-start

#

i dont know. im going to the liquor store before it closes

#

#swedish problems

winged sigil
#

Found the breeding efficiency formula (pokemon.baseAttack * (GameConstants.BREEDING_ATTACK_BONUS / 100) + pokemon.proteinsUsed()) / pokemonMap[pokemon.name].eggCycles

fluid sierra
#

yes that one is correct

fleet ivy
#

so no leveling time

#

i didn't think so because of gyrados

#

he takes twice as long to level as wigglytuff and clefable, but they give about the same attack and hatch rate is about the same

fluid sierra
#

isnt gyarados really fast hatchrate?

fleet ivy
#

yeah, but they aren't far behind

#

he has twice the leveling time as wigglytuff and clefable though

#

exp requirement

fluid sierra
#

Magocarp line to OP

#

...

#

Phone autocorrect...

fleet ivy
#

3 dungeons done and no issues kaze

#

3 dungeons of 1k each done* :p

#

minus the annoying error spam lol

winged sigil
#

omg I got it

#

App.game.party.caughtPokemon.filter(partyPokemon=>BreedingController.visible(partyPokemon)())

fleet ivy
#

nice lol

fluid sierra
#

Does that persist with closing it?

winged sigil
#

yes

fluid sierra
#

Well I mean is that list updated while closed?

winged sigil
#

yes

fluid sierra
#

I see good

#

Otherwise it's possible to breed the same PokΓ©mon over and over again

winged sigil
#

yea, somehow I managed to get a queue full of missingno:s

topaz quarry
#

Well I'm at a bit of a standing point in pokeclicker

fleet ivy
#

define standing point

topaz quarry
#

I need to get past mount moon but can't enter it

winged sigil
#

you need dungeon tokens

#

so catch pokemon

topaz quarry
#

I can't get them

#

I caught all the Pokemon I could

winged sigil
#

you need to click on that and set a ball there

topaz quarry
#

Oh

#

I misunderstood that part of the tutorial

#

Thanks a lot

#

Also for a bit I was on the wrong pokeclicker

#

There are multiple all named the same

#

And by multiple I mean the two I saw

fleet ivy
#

one is the original

#

i think they left it as an homage to the original creator

#

the github one

#

it only has gen 1 iirc

velvet nexus
#

I prefer herbal tea to fruity tea

#

And peanut butter was the greatest of mankind's inventions

topaz quarry
#

Another question what do I do with the berries