Code Monkey home page Code Monkey logo

Comments (27)

oGabrielFreitas avatar oGabrielFreitas commented on September 27, 2024 1

It's working fine for me also, after Travian update.

image

Finally they removed that annoying popup from the market page

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024 1

M , M+ not working , % and = working

What browser, what script manager? can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

Latest Chrome with Violentmonkey ( tried Tampermonkey, same issue)

Gets this error when clicking M Travian Resource bar plus.user.js:3316 Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute') at HTMLAnchorElement.mhRowLinkMem (Travian Resource bar plus.user.js:3316:37) mhRowLinkMem @ Travian Resource bar plus.user.js:3316

Check the new script version 2.23.19 and let me know if it's working or if there are other errors.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024 1

M , M+ not working , % and = working

What browser, what script manager? can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

Latest Chrome with Violentmonkey ( tried Tampermonkey, same issue)
Gets this error when clicking M Travian Resource bar plus.user.js:3316 Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute') at HTMLAnchorElement.mhRowLinkMem (Travian Resource bar plus.user.js:3316:37) mhRowLinkMem @ Travian Resource bar plus.user.js:3316

Check the new script version 2.23.19 and let me know if it's working or if there are other errors.

Working now! You're the best!

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Hi,
the market buttons work if you use the script send resources buttons.
If you go directly in the market to enter the village coordinates, or if you go on the map and select the village to send resources, it will not work.
I will try to see if I can add some events for the market popup.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Another info. Right now the script is using a 0.7sec delay to load the market buttons.
Maybe your PC is not fast enough and needs a longer delay?
Try to modify this line and increase the timeout value.

setTimeout(marketSend,700); setTimeout(marketSumm,700); marketOffer(); marketBuy(); setTimeout(marketTradeRoutes,700); stopRP();

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

I guess with the new Tavian update that removed the popup, this issue is no longer valid.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

But the M function isn't working after latest server update.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

function isn't working after latest server update.

Did you update the script?

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

Yes, using latest script.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

image

No market popup on update servers. M functions works fine. What is the problem?

Yes, using latest script.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

After recording M from building requirement, then trying to retrieve it in market, nothing happens after clicking M

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

After recording M from building requirement, then trying to retrieve it in market, nothing happens after clicking M

It works fine. There is something wrong on your account maybe? Do you have a different language, date?

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

After recording M from building requirement, then trying to retrieve it in market, nothing happens after clicking M

If you don't use the script send resources button, or you are in the market, you need to press M 2 times. One to load the correct village coordinates, and the 2nd time to load the resources.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

After recording M from building requirement, then trying to retrieve it in market, nothing happens after clicking M

Check new version 2.23.17. I did some improvements and you need to click M only one time.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

Updated script but M still doesn't load for me, = % C work fine.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Updated script but M still doesn't load for me, = % C work fine.

M works only if there are missing resources. Are you sure Memory has saved anything? If you have enough resources, it will not save anything in M.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

Yes memory is saved. And village next to each other.
Screenshot 2023-11-27 021340

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Yes memory is saved. And village next to each other.

:( I guess there is a particular scenario on your account. I can't think of anything else. If you want, you can contact me on skype id: adipiciu
We can do a remote session so I can debug the script if you want.

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Updated script but M still doesn't load for me, = % C work fine.

I think I know what's the problem. Please check in the script settings the map size and the server speed. It's possible the script does not read these settings properly.

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

Settings are correct. Tried reset with 0 and still correct.

from travian-scripts.

raedzzzzz avatar raedzzzzz commented on September 27, 2024

M , M+ not working , % and = working

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

M , M+ not working , % and = working

What browser, what script manager?
can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

from travian-scripts.

raedzzzzz avatar raedzzzzz commented on September 27, 2024

M , M+ not working , % and = working

What browser, what script manager? can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

tempaermonkey - google chrome or brave and firefox , no error

from travian-scripts.

raedzzzzz avatar raedzzzzz commented on September 27, 2024

Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute')
i have this error 3316

from travian-scripts.

kikuman avatar kikuman commented on September 27, 2024

M , M+ not working , % and = working

What browser, what script manager? can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

Latest Chrome with Violentmonkey ( tried Tampermonkey, same issue)

Gets this error when clicking M
Travian Resource bar plus.user.js:3316 Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute')
at HTMLAnchorElement.mhRowLinkMem (Travian Resource bar plus.user.js:3316:37)
mhRowLinkMem @ Travian Resource bar plus.user.js:3316

from travian-scripts.

raedzzzzz avatar raedzzzzz commented on September 27, 2024

M , M+ not working , % and = working

What browser, what script manager? can you check in the script console tab if there is any error? (Press F12 to open the developer tools)

Latest Chrome with Violentmonkey

Gets this error when clicking M Travian Resource bar plus.user.js:3316 Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute') at HTMLAnchorElement.mhRowLinkMem (Travian Resource bar plus.user.js:3316:37) mhRowLinkMem @ Travian Resource bar plus.user.js:3316

Me as well same problem

from travian-scripts.

adipiciu avatar adipiciu commented on September 27, 2024

Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute') i have this error 3316

Fixed in new script version 2.23.19

from travian-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.