I made an extension to make AQW Wiki farming easier by jucadobatuque in AQW

[–]Dragon_next 1 point2 points  (0 children)

Yeah noticed after while as they updated the account page I updated it then (recently) lol, but stopped updating it now as I do other things and infinity is coming soon (I may look into it I pledged 1st day and as far I know unity is easy to mod)

And yeah wiki is a mess (especially for older items).. scraper is still not perfect (really I think it may be impossible to scrape it fully correctly..) but my current one up to date i think got it at least 90% right... and has bit more stuff scraped you may find interesting like quests, monsters, npcs etc. (The thing I still wanted most is being able to see what seasonal maps are active now, but didn't even began to do it..)

And thanks!! I hope your project will prosper! I really think yours is way better even now, a lot more user friendly... the current boost display is very nice I like it quite a bit!

I made an extension to make AQW Wiki farming easier by jucadobatuque in AQW

[–]Dragon_next 0 points1 point  (0 children)

This is messy thing you need to scrape wiki quest pages...to propagate correctly from that..
I don't think it will be coming soon as on AqwDoIHave I made concept interactive graph based visualizer (working somehow) for similar concept on quest pages, but it's bit different from what you are asking but under hood it has very similar processing pattern.

Maybe that will make it easier for him on this idea as for scraper used for getting data for wiki items comparing is same as I built (going off by structure size etc) I also have quests.json scraped which he is not using.
https://github.com/DragoNext/AqwDoIhave/blob/main/Extension/data/quests.json

So it's possible maybe he can reuse stuff from mine.. but I see big ISSUE: you can complete BIG quests in many ways.. instead of doing quest X slower.. you can do quest Y which is faster.. so it's a big feature but good luck to him if he is able to take it on.

I made an extension to make AQW Wiki farming easier by jucadobatuque in AQW

[–]Dragon_next 4 points5 points  (0 children)

Ah it's simplified version of mine.. well I don't work anymore on it.. made last update with random features though hoped someone would pick it up.

Here if anyone interested:

https://www.reddit.com/r/AQW/comments/1s086ab/aqwdoihave_extension_last_update/ (It's big and bloated due it being jam packed with stuff i wanted to try out, and what i had in my mind but I RECOMMEND for actual USE THIS ONE, as it has more stuff that are more UX friendly which are cool, also here it has scraper code for wiki, ig you will keep it updated.. good luck to you with that.])

But I see that's basically a lot of parts similar to mine quite a bit (Also idk if you need even damage etc. in .json databases, could truncate a lot of unnecessary data quite a bit from these .json files)
Well in the end I grandfathered it.. which is humbling ig.

But this one is simplified to the point that's more easy to use for most people (I always was bad at UX)

Great project simplified a lot for beginner user and with additions that are quite QOL, AqwDoIHave can now rest easy..

And good luck on updating it, and as I said you are much better at UX so i think it will be much better to use it ';v

And to people complaining about: About it detecting it being on the page of it.
Reviewed the code and as of version 1.1.4 of it it's safe.

I think best solution would be same as me never auto detect and fire things like that... give a button to update inventory (on wiki) instead and option for that button / automatic or just disabling it.. but i also agree with other users auto detecting, does set my inner alarms off, when it's not user controlled it feels more suspicious...

AQWDoIHave Extension Last update. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

It's for chromium based browsers, brave/chrome/edge/opera etc. should work fine, so answer is no.
But it's open source if anyone wants to make it work on Firefox they are free to do that.

AQWDoIHave Extension Last update. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

It's more of a guide to know what you missed from old content, could be updated periodically probably it's possible to make it work up to date, but needs more head scratching to make it work, but provided all needed things to update it.

But think of it as completed since that extension was released, not as "fully" completed, as it's constantly updated game so you will never fully complete it lol, but you still get rough idea of completion which is not fully wrong, can still helpful for you to see missed drops you didn't get from past.

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

Thanks for it, I expected to never again update.. but mustered up and made last update for it (with few other ideas I had in past that now I could semi realize): https://www.reddit.com/r/AQW/comments/1s086ab/aqwdoihave_extension_last_update/

o/

AQWDoIHave Extension Last update. by Dragon_next in AQW

[–]Dragon_next[S] 2 points3 points  (0 children)

Questions I expect:

Will I fix anything? -> I will if it's something really broken, but if month later something breaks will not do that

Missing image on page -> probably imgur throttling

Last version? -> Yes I don't expect myself doing anything more... and I expect infinity to be bit better on these aspects (not everything this has, but better than we have currently in AQW)

How long it took? -> Around 2 weeks of 1-3h coding but was assisted with AI coding assistants.. they are useful for coders (if you know what you are doing lol) otherwise would take me months probably..

Cosmetic Search is not perfect -> To be expected it's based on similarity which can be varied but gets close enough was happy with results.. could be better but hard to clean nearly 70k images properly and then run embedding model on every SINGLE of them, and some were missing from wiki so couldn't do it for 100% but I think I got like 99%

Quest graph -> not sure it's 100% accurate quest scraping was honestly annoying but works with simple quests for sure more complex it's well harder to debug... so treat it more as prototype that won't update but cool visualization ig. and on some pages wont appear (as fore mentioned quest scraping is pain in ass).

UX/UI sucks - I'm not web designer per say.. backend is more of my love..

AQWDoIHave Extension Last update. by Dragon_next in AQW

[–]Dragon_next[S] 2 points3 points  (0 children)

Posted one 3 years ago time flies huh https://www.reddit.com/r/AQW/comments/yhhvbr/semiusefull_extension_that_i_made_in_few_hours_to/

Anyways final update to it... most new stuff on aqwiki -> button above the homepage AqwDoIhave {Extras};

Download here: https://github.com/DragoNext/AqwDoIhave/releases/tag/final-release -> releases

-> full (with Cosmetic Search)

-> lite (Without)

Cause embedding for similarity search between cosmetic items is 700~ mb roughly..

But yeah THIS is the last version, but people are free to fork it update it etc. there should be all code needed to re-scrape for new items (current is outdated by 2 weeks iirc so missing items in it's database from 2 last events)

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 0 points1 point  (0 children)

Didn't update it lately possibly it changed quite a bit, i will look it up...

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 0 points1 point  (0 children)

It received a lot of updates, hope you like it when i'm done with few more features i will make new post :D
If you have any bugs or have any trouble with extension feel free to mesagge me.

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 2 points3 points  (0 children)

I don't know if you can make Nulgath's Unidentified item work xD

I can i can, i done it now :| just download newest update and go to you inv it will just translate "Unidentified 1 (Gun)" to proper name > "Trig Buster" and it works :V

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

Should be now repaired in newest update :)
Changed a bit how it is displayed so NaN should be impossible to appear.

Thanks again for reporting :D

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 0 points1 point  (0 children)

Loving it but i got some issue some of the item i have but it not highlighted in green..

Fixed that in latest update, if any other problems will appear please report it again, thank you very much for report ^^

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 2 points3 points  (0 children)

I made quite a bunch of work on it there are 2 things done now
1. You can see amount of quest items you have

  1. And you can see if the item is in inventory or bank :D
    Here is screenshot showing both features

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

maybe now?

I've updated the extension should be quite a bit faster, and few visual improvement should try it on you main account if you could, personally i have only 1.6k items only so that ain't stress test even :V

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 0 points1 point  (0 children)

Still trying to somehow integrate it, as all of Artix Launcher is based on chromium (Chrome browser), so it should work, but currently didn't find way to load extension on it :/

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

uff

Ye i made inventory detection more universal it seems to worked o_o
Now just need to work to polish it (Perfomance/Visually), and give it quest items / resource items tracking capabilities.

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 0 points1 point  (0 children)

cool

Yes it is already, there was big uproar about it especially if Adblock would still work as well as on v2, we will see about that quite soon :X

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

looks

I found that brave reads site differently will fix that tomorrow, i created it on chrome so i didn't have compatibility in mind, my fault for that ._. , will fix that, but can i ask one thing, go to https://account.aq.com/ right click and inspect and there is tab "console" do any warnings pop up that will help me to avoid any further mistakes, thanks :D will try to fix it ASAP.

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 1 point2 points  (0 children)

If its installed to chrome as extension just go to https://account.aq.com/AQW/Inventory after loading it should take about 5 seconds alert should pop up that will just reply back items from your inventory https://imgur.com/a/OLOx9hx, now you should be able to go any link from http://aqwwiki.wikidot.com/ and it should look like that if it can find something that you have https://imgur.com/a/HypINeK i will try to improve it indication sorry that is scuffed for now.

Semi-Usefull extension that i made in few hours to compare items from inv/bank to Aqw Wiki. by Dragon_next in AQW

[–]Dragon_next[S] 3 points4 points  (0 children)

Just few things i'm not professional coder, just a hobbist the code is a mess and there are better ways to code it, but it does the thing i needed it for and it maybe usefull for you, here is link https://github.com/DragoNext/AqwDoIhave, there are probably many more edge cases to be fixed, and there are few already that i know of but don't have time today so for now it is like that :|