Giter VIP home page Giter VIP logo

Comments (8)

overlordbossk avatar overlordbossk commented on June 1, 2024

It also looks like you can't have all the Oak Items equipped at same time if you click to change your loadout.

UPDATE: I didn't try clicking the Oak Items after I saw it reverted to the default. Clicking them enabled them all again.

from pokeclicker-scripts.

Organ1zedCha0s9 avatar Organ1zedCha0s9 commented on June 1, 2024

Yeah, it is an issue.. For the moment until fixed, you could just delete additionalvisualsettings.js from the scripts folder. I tried looking at the code for the file but I don't see a reason it would be creating infinite icons and duplicating the menu.

from pokeclicker-scripts.

shibii1111 avatar shibii1111 commented on June 1, 2024

I wish we could, but it keeps reinstalling it by itself and same if we change it. It's part of the whole thing

from pokeclicker-scripts.

shibii1111 avatar shibii1111 commented on June 1, 2024

Semi quick fix if anyone is reading this and is bothered:

open it in your editor(VSCode, notepad, whatever) and comment those lines :
24 : quickSettings.src = ....
29 to 60 :

document.querySelectorAll('tr[data-bind*="currencyMainDisplayReduced"')[0].outerHTML += `<tr>
    <td class="p-2">
        <label class="m-0">Show wild Pokémon Name</label>
    </td>
    <td class="p-2">
        <input id="poke-name" type="checkbox">
    </td>
</tr>
<tr>
    <td class="p-2">
        <label class="m-0">Show wild Pokémon Defeated</label>
    </td>
    <td class="p-2">
        <input id="poke-defeat" type="checkbox">
    </td>
</tr>
<tr>
    <td class="p-2">
        <label class="m-0">Show wild Pokémon Image</label>
    </td>
    <td class="p-2">
        <input id="poke-image" type="checkbox">
    </td>
</tr>
<tr>
    <td class="p-2">
        <label class="m-0">Show Pokémon Health</label>
    </td>
    <td class="p-2">
        <input id="poke-health" type="checkbox">
    </td>
</tr>`

then set the file to read only.

from pokeclicker-scripts.

Stivenzino avatar Stivenzino commented on June 1, 2024

Ok I figured it out, but commenting them will disable autoclicker tho. Any solution on this?

from pokeclicker-scripts.

shibii1111 avatar shibii1111 commented on June 1, 2024

Ok I figured it out, but commenting them will disable autoclicker tho. Any solution on this?

sorry for the long time response, actually it happens to me too, I noticed that when you open the game, you should wait about 10secondes before clicking on your save, but I end up rebooting the game usually 4-5 times then it's all good and I'm leaving it open forever haha

from pokeclicker-scripts.

Iamthebestintheworld222 avatar Iamthebestintheworld222 commented on June 1, 2024

That happened to me too.

from pokeclicker-scripts.

KarmaAlex avatar KarmaAlex commented on June 1, 2024

Better way of fixing the options spam is by editing only line 249
if (typeof gameState != 'undefined') {
and changing it to
if (typeof gameState != 'number') {
read only still required of course.
The rest of the file still doesn't work though, I might look into fixing it later seen as the dev has been inactive recently.

from pokeclicker-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.