You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's basic ui and ux, and you already have code for it. Like it's 99% done.
Your add material button cycle through all the items in the game in some set order, It even moves on the screen so you can't spam click it, you need to move the mouse, scroll down and click, and how much it moves isn't even constant. Why do I need a macro to add a dragon part?
and it doesn't even add it at 0, so you need to modify it cause otherwise it might feel like cheating.
Dragon parts sucks and I couldn't find the divine dragon after 30 min of searching, so I figured, fuck that let's just add the parts.
Went on the site, and when i nearly had it all, it crashed firefox.
Seriously, GG dude, you were so close, but wtf is up with that shitty decision.
Look at litteraly any other save editor or cheat engine.
When you add an item, you have a scroll menu where you can type the name of the item.
And if that's too hard, then create a unique id for every item, and upload the item id on the page, then make us type it. So we can just control + F to find the item we want.
Like, you must have some way to add new item to the inventory in your code. Some function that as input. I don't think it's hardcoded with that shitty loop and completly unwrapped.
Like, just use that function, and wrap it in something a user can use. That additional part is like 101 level.
Again, gg for the code, just wtf is up with that decision
The text was updated successfully, but these errors were encountered:
Totk website:
It's basic ui and ux, and you already have code for it. Like it's 99% done.
Your add material button cycle through all the items in the game in some set order, It even moves on the screen so you can't spam click it, you need to move the mouse, scroll down and click, and how much it moves isn't even constant. Why do I need a macro to add a dragon part?
and it doesn't even add it at 0, so you need to modify it cause otherwise it might feel like cheating.
Dragon parts sucks and I couldn't find the divine dragon after 30 min of searching, so I figured, fuck that let's just add the parts.
Went on the site, and when i nearly had it all, it crashed firefox.
Seriously, GG dude, you were so close, but wtf is up with that shitty decision.
Look at litteraly any other save editor or cheat engine.
When you add an item, you have a scroll menu where you can type the name of the item.
And if that's too hard, then create a unique id for every item, and upload the item id on the page, then make us type it. So we can just control + F to find the item we want.
Like, you must have some way to add new item to the inventory in your code. Some function that as input. I don't think it's hardcoded with that shitty loop and completly unwrapped.
Like, just use that function, and wrap it in something a user can use. That additional part is like 101 level.
Again, gg for the code, just wtf is up with that decision
The text was updated successfully, but these errors were encountered: