[TOOL] 🦉 PoE Buddy - Browser / Mobile supported Path of Building Viewer (3.9)

"
🔖 v0.0.25 (08/28/2018 04:42 PM)

✨ Added missing Enemy Resistence configuration options
💅 New option on Config page to "Display only configured options", set by default.


Missing options & New Display Option

All in one screenshot:

Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
"
🔖 v0.0.26 (08/28/2018 09:15 PM)

✨ Added 3.4.0 Passive Skill Tree
✨ Added # of Nearby Allies config option released in PoB 1.4.97


3.4.0 Passive Skill Tree



1.4.97 Config Options

Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
Nice tool!

Do you think you will be able to add support for league price estimates to go along with Standard market prices? I don't really know how you find those prices, but for a person that wants to say, jump into a league a week or so after it starts and wants to copy a streamer build, he can just get the pastebin, pop it in and see an estimate of the total price of the build as a whole.
"
CookieBuddy wrote:
Nice tool!

Do you think you will be able to add support for league price estimates to go along with Standard market prices? I don't really know how you find those prices, but for a person that wants to say, jump into a league a week or so after it starts and wants to copy a streamer build, he can just get the pastebin, pop it in and see an estimate of the total price of the build as a whole.


This already exists, you can change the league by using `?league=<name>`

Where <name> is:

  • Standard
  • Hardcore


Example of Hardcore instead of Standard:

https://poe.technology/poebuddy/bwH6bzx7?league=Hardcore#items-view

Note

Hardcore is not great since nobody really plays on it and the machine learning prices get messed up (poeprices), but we can point to it as an example.

League Names can be found here

https://poe.technology/poebuddy/api/leagues

Note... SSF / Solo leagues do not work.
Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
Last edited by ComfyGangsta#5968 on Aug 30, 2018, 12:08:17 AM
"
🔖 v0.0.27 (08/29/2018 09:16 PM)

🐛 Fixed issue where PoE Prices would return negative min/max values
Created CurrencyCop and PoeBuddy.
Check out my Item Filters: https://www.pathofexile.com/forum/view-thread/3510357
HI all,
thanks for this great tool, do you have an estimate when the interaction for might of the meek and unnatural instincts will work?

Is it also somehow possible to see your ombined stats like life etc. ?
Edit: ok my pastabin was wrong.

greetings Aicen
Last edited by Aicen1987#2555 on Sep 12, 2018, 3:49:39 AM
Hello ! Once again, just wanted to share my experience with this, I have been using it every day since Delve launch, and it is amazing. Really good time saver, compatible with PoB and also no-add friendly.

Much appreciated site, good job man ! ^^

P.S. Also price checking is pretty accurate and super useful too, amazing stuff !
https://www.youtube.com/user/PeipeMasta
Visual bug with mjölnir (probably because pob exchange ö with o) - https://pastebin.com/v6EVWjkz
I've made this userscript (for greasemonkey or similar browser extensions) that automatically changes pastebin links to work with PoEBuddy (it is restricted to PoE subreddit and official forums, don't worry).

"

// ==UserScript==
// @name PastebinToPOEBuddy
// @namespace lii
// @description redirect to anothersite
// @include https://www.reddit.com/r/pathofexile/*
// @include https://old.reddit.com/r/pathofexile/*
// @include https://www.pathofexile.com/*
// @include http://www.reddit.com/r/pathofexile/*
// @include http://old.reddit.com/r/pathofexile/*
// @include http://www.pathofexile.com/*
// @version 1
// @grant none
// ==/UserScript==

var links,thisLink;
links = document.evaluate("//a[@href]",
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);

for (var i=0;i<links.snapshotLength;i++) {
var thisLink = links.snapshotItem(i);

thisLink.href = thisLink.href.replace('https://pastebin.com/',
'https://poe.technology/poebuddy/');

}


I did not add this to any userscript repositories, in case OP wants to have control of this (as I provably won't be updating this).
Internal Server Error when using a pastebin link generated from PoB client currently.

Report Forum Post

Report Account:

Report Type

Additional Info