NITRONAT 6 Share Posted July 5, 2017 should be great to have this tools on console too Link to post Share on other sites
PHysX 0 Share Posted July 5, 2017 1 hour ago, Stiffi136 said: Some items do not have an recipe and therefore no "+"-icon so make sure you are on a item page like this one: https://crossoutdb.com/item/31 There you should see the "+"-icon on the left of the recipe box: Reveal hidden contents If you still can't see the icon check your browser(s) for website filtering addons. The website relies on javascript so this could also be the issue if you use addons like noscript. If you still can't see the icon, please send us an screenshot of the page I linked above. Oh yea I see, Thank you for the answer. Link to post Share on other sites
CPTAceMaverick 0 Share Posted July 5, 2017 2 hours ago, Stiffi136 said: We're currently don't have access to console data. There might be item stats for console players in the future but probably no market data. A higher margin is better if you want to buy an item and sell it afterwards for profit. The margin tells you what profit you will make if you do so. Is there i method i can use to do the calculations without the website? Link to post Share on other sites
Zicore 81 Author Share Posted July 5, 2017 (edited) 11 minutes ago, CPTAceMaverick said: Is there i method i can use to do the calculations without the website? You want to calculate the margin? Sell fee is 10%. That translates to: Margin = Sellprice * 0.9 - Buyprice Edited July 5, 2017 by Zicore Link to post Share on other sites
Antianalyst 53 Share Posted July 5, 2017 (edited) To make it quickly without calculator, if for example the sell price is 454 and the buy price is 360, get the first 45 from 454 ( its the 10%), subtract it from it, then subtract the 360: First 454 - 45 = 410 (aprox). Then 410 - 360 = 50. Edited July 5, 2017 by Antianalyst Link to post Share on other sites
CPTAceMaverick 0 Share Posted July 5, 2017 23 minutes ago, Antianalyst said: To make it quickly without calculator, if for example the sell price is 454 and the buy price is 360, get the first 45 from 454 ( its the 10%), subtract it from it, then subtract the 360: First 454 - 45 = 410 (aprox). Then 410 - 360 = 40. So sell + tax(sell x 0.1) - buy = margin? Link to post Share on other sites
Zicore 81 Author Share Posted July 5, 2017 (edited) 36 minutes ago, CPTAceMaverick said: So sell + tax(sell x 0.1) - buy = margin? No. You don't want to add the tax to your sell value, since that would increase your profits. You want to deduct fees from potential profit. Fee = Sell * 0.1 Margin = Sell - Fee - Buy or in one line: Margin = Sell - Sell * 0.1 - Buy No parentheses required, because of math rules Edited July 5, 2017 by Zicore Link to post Share on other sites
Antianalyst 53 Share Posted July 5, 2017 1 hour ago, CPTAceMaverick said: So sell + tax(sell x 0.1) - buy = margin? Switch the + for a - and thats it. BTW I said in my example 40 but it was 50 lol. Anyway my "trick" is for telling quickly is something is worth or not, for knowing exactly go for the calc. Link to post Share on other sites
Antianalyst 53 Share Posted July 6, 2017 What should I do with scrap and copper, sell it or craft and sell? Link to post Share on other sites
RedStar690 143 Share Posted July 12, 2017 503 Service Unavailable No server is available to handle this request. Link to post Share on other sites
ost3rh4g3n 231 Share Posted July 12, 2017 6 minutes ago, RedStar690 said: 503 Service Unavailable No server is available to handle this request. just assume they allrdy shut down the API before the maintenance Link to post Share on other sites
Stiffi136 61 Share Posted July 12, 2017 4 hours ago, RedStar690 said: 503 Service Unavailable No server is available to handle this request. The server is up again. Link to post Share on other sites
kcirreda 1 Share Posted July 12, 2017 The recipe for Armored Track is incorrect, instead of Chained Wheels (ST) it is Large Wheels (ST). 1 Link to post Share on other sites
Stiffi136 61 Share Posted July 13, 2017 12 hours ago, kcirreda said: The recipe for Armored Track is incorrect, instead of Chained Wheels (ST) it is Large Wheels (ST). Fixed it. Thanks for the report! Link to post Share on other sites
PenaDeda 0 Share Posted July 13, 2017 Hi, I'm writing my calculator based on data from "crossoutdb", but I ran into one problem. I get data from the web page parsing, it's very slow and loads the server! Me need to download 8 pages to find out the prices for the recipe. How can I get the current prices from the server? Thanks. Link to post Share on other sites
Zicore 81 Author Share Posted July 14, 2017 (edited) On 13.7.2017 at 1:33 PM, PenaDeda said: Hi, I'm writing my calculator based on data from "crossoutdb", but I ran into one problem. I get data from the web page parsing, it's very slow and loads the server! Me need to download 8 pages to find out the prices for the recipe. How can I get the current prices from the server? Thanks. We have an internal API for our recipes: https://crossoutdb.com/data/recipe/44 however it's not documented and can change at any time. You can use this for now. We will add a proper API in future. Edit: Would be cool if you would link us somehow in the app Edited July 14, 2017 by Zicore Link to post Share on other sites
PenaDeda 0 Share Posted July 14, 2017 11 hours ago, Zicore said: We have an internal API for our recipes: https://crossoutdb.com/data/recipe/44 however it's not documented and can change at any time. You can use this for now. We will add a proper API in future. Edit: Would be cool if you would link us somehow in the app Thanks for the answer. This is what need.Great job! Of course, I will leave direct links to the project site. Link to post Share on other sites
Stiffi136 61 Share Posted July 15, 2017 Update Added export buttons Added regex search functionality Note: The export buttons only export what is currently visible. So if you want to export the whole table you would want to set the shown entries to "all". The regex search can also help you with exporting. If you only want to export copper, scrap and wires you would enter the following search string: "copper|scrap|wire". Link to post Share on other sites
kapinow 0 Share Posted July 18, 2017 Humpback don't need Trucker but apc wheel https://www.crossoutdb.com/item/372 Link to post Share on other sites
kapinow 0 Share Posted July 18, 2017 TOW don't need rocket booster but apc wheel https://www.crossoutdb.com/item/374 Link to post Share on other sites
Stiffi136 61 Share Posted July 19, 2017 (edited) 15 hours ago, kapinow said: Humpback don't need Trucker but apc wheel https://www.crossoutdb.com/item/372 10 hours ago, kapinow said: TOW don't need rocket booster but apc wheel https://www.crossoutdb.com/item/374 We fixed them as well as a bunch of other recipes. Thanks for the report! Edited July 19, 2017 by Stiffi136 Link to post Share on other sites
Stiffi136 61 Share Posted July 21, 2017 Update for 0.7.20 Updated fuel tank name Updated stats Added minimum workbench fees to crafting calculation Added filter for meta items Link to post Share on other sites
RaiderIzzyle 0 Share Posted July 23, 2017 Hi @Stiffi136, I have found mistake in recipe of Hardened Track: there is Copper x50 needed instead of x150. Could you fix it please? Link to post Share on other sites
Stiffi136 61 Share Posted July 23, 2017 5 minutes ago, RaiderIzzyle said: Hi @Stiffi136, I have found mistake in recipe of Hardened Track: there is Copper x50 needed instead of x150. Could you fix it please? Fixed it. Thanks for the report! 1 Link to post Share on other sites
Recommended Posts