suggestions

Satanus Inaximasus [333]
2017-02-05 07:24:28
[7 years, 80 days ago]

as its annoying writing my stats in build calc maybe this is a good idea

saves a little bit of time

prob be bottom of the list if it was to be implemented as im sure there is more useless updates to do before anything worthy but hey its still worth a try getting ender do something


 
Fishwick [134]
Moderator
2017-02-05 07:48:50
[7 years, 80 days ago]

Cool idea, even cooler if it put the armours in too.

For now though you can use this script. Just open the Workshop page, press F12, click console and paste in:

var $ = jQuery;
var level = $('.box').eq(1).find('div').eq(0).text();
var str = $('#display-str').text().split(' ')[0];
var dex = $('#display-dex').text().split(' ')[0];
var con = $('#display-con').text().split(' ')[0];
var int = $('#display-int').text().split(' ')[0];
var url = "http://edmazur.com/bots/build_calculator.php?l="+level+"&s="+str+"&c="+con+"&d="+dex+"&i="+int;
window.open(url, '_blank')

Note: I don't recommend running JavaScript that strangers tell you to, but this is fine, promise.


 
Ender [1]
Administrator
2017-02-06 22:44:59
[7 years, 78 days ago]

This sounds like a nice gap for an extension to fill. In general I'm hesitant to build "official" links to BU as first-class features because I've always been on the fence about wanting to maintain the game's fansite as the game's admin.