[MTX Finder] Find your MTX no matter where it is
Updated to only pull from Standard and Hardcore only.
MTX Finder: http://www.pathofexile.com/forum/view-thread/989787
QoL Updates Offline Skilltree Planner: http://www.pathofexile.com/forum/view-thread/996805 Buy me a coffee here :P https://www.paypal.me/EmmittJ | |
I love you. This is awesome thanks!
IGN: Dmillz
| |
Works like a charm, good work OP
|
|
" Thanks! " Thank you :) Glad you guys like it! MTX Finder: http://www.pathofexile.com/forum/view-thread/989787
QoL Updates Offline Skilltree Planner: http://www.pathofexile.com/forum/view-thread/996805 Buy me a coffee here :P https://www.paypal.me/EmmittJ | |
Awesome little tool which made me find some mtx on characters, i would have never checked for any mtx.
Thank you very much! | |
" No problem at all! Glad it's useful :) MTX Finder: http://www.pathofexile.com/forum/view-thread/989787
QoL Updates Offline Skilltree Planner: http://www.pathofexile.com/forum/view-thread/996805 Buy me a coffee here :P https://www.paypal.me/EmmittJ | |
free bump from me since the new league is about to start and people might be in desperate search of their mtx :)
| |
Bump, updated leagues
MTX Finder: http://www.pathofexile.com/forum/view-thread/989787
QoL Updates Offline Skilltree Planner: http://www.pathofexile.com/forum/view-thread/996805 Buy me a coffee here :P https://www.paypal.me/EmmittJ | |
nvm :)
Last edited by ToxDwarf on Apr 20, 2015, 10:01:51 AM
| |
Hey, nice script.
I've added a function to pull current event leagues from poe's website, so the script is more dynamic. Would you mind adding it? You just need to trigger the function on load.
Spoiler
function pullLeagues() { // pull leagues
$.ajax({ //- url: "http://api.pathofexile.com/leagues?type=event", success: function(data2) { for (var i = 0; i < data2.length; i++) { leagues.push(data2.id); } } }); //- } Cheers Last edited by XeroX on Apr 21, 2015, 7:33:44 AM
|