What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Wich plugin you want to have and don't released already?

Can't you set a filter for buy out only items ?

About auction price history? What you mean on "filter only items"? You put the name of desired item and then program will search it for you... I don't know your question if you are thinking with that. If not, please, let me know little more (if possible, on main post of plugin :P)

EDIT:
Ok, you removed question hahahaha, will put on main thread of plugin?
 
Regarding the get auction price plugin :)

Is it possible to add a tab where you can enter several items (materials used for Crafting items) and get the expected value of the materials used and the value of the end product?
If this is possible, then possible to setup each Profession with what the materials cost to make and what you can expect to make per labour spent.

I gave you an example on PM for an excel overview, I'll try to explain:


Product AH Price Mat Cost on AH Diff making/AH Worth per LP Profit per LP on AH(Remember the 10% AH cut) Labour cost(Needs to be modified based on skill, if you can extrapolate this that's awesome)
Stone Brick 31 29.25 1.75 6.2 0.315 5

We could all chip in and help setup each Profession if you provide us with the base to use as input.
 
Regarding the get auction price plugin :)

Is it possible to add a tab where you can enter several items (materials used for Crafting items) and get the expected value of the materials used and the value of the end product?
If this is possible, then possible to setup each Profession with what the materials cost to make and what you can expect to make per labour spent.

I gave you an example on PM for an excel overview, I'll try to explain:


Product AH Price Mat Cost on AH Diff making/AH Worth per LP Profit per LP on AH(Remember the 10% AH cut) Labour cost(Needs to be modified based on skill, if you can extrapolate this that's awesome)
Stone Brick 31 29.25 1.75 6.2 0.315 5

We could all chip in and help setup each Profession if you provide us with the base to use as input.

What you asks i have in a sperate xls file, all calculation etc.
And 1 table for all the prices which i dont have to fill manually now ^^ Maybe if i get it little bit cleared i can share this because its a LOT of work to get all that together and i dont know if LordManzana can or wants to do this for everything ;)
 
Stans, this is my point :p
I have the same excel sheet with several crafting professions. While the product and such doesnt change, updating all the crafting material prices several times a day does take a shitload of time.
That is why I asked for this in the first place :)
 
Regarding the get auction price plugin :)

Is it possible to add a tab where you can enter several items (materials used for Crafting items) and get the expected value of the materials used and the value of the end product?
If this is possible, then possible to setup each Profession with what the materials cost to make and what you can expect to make per labour spent.

I gave you an example on PM for an excel overview, I'll try to explain:


Product AH Price Mat Cost on AH Diff making/AH Worth per LP Profit per LP on AH(Remember the 10% AH cut) Labour cost(Needs to be modified based on skill, if you can extrapolate this that's awesome)
Stone Brick 31 29.25 1.75 6.2 0.315 5

We could all chip in and help setup each Profession if you provide us with the base to use as input.

I'll made one plugin just for crafting cost calculator, I think is better option than include it on my Auction plugin and mix different purposes.
 
Sure, maybe with the posibility to read the text.txt into that new programm for the prices.

and i am happy like it is because my excellist is so that 1 table have the prices in it and the others have the calculations. With the txt datei i can get the first tablesheet up-to-date with 2 clicks and so all my calculations ;)
 
Last edited:
hi lord as you ask on other topic i write here.
what i need? only 1 simple plugin to gather all mats gaterable in pubblic area.
example ... i go arund for the map and find 200 lemon tree on illegal farm , launch the script and my toon gather all fruti (only no chop) and stop, so i continue to next find, or find pine tree and cut all (thunderstruck too why not) and stop, one simple interface like scarecrow plugin is ideal ;)
i hope you undestand my request and sorry for my english

Today I'll put my hands on that petition and try to made it. If I need more specific information I'll ask it to you so, stay tuned!
 
right XD or i don't have the skil to correct the plugin
Code:
 //----------Settings----------// 
        public string seedchoice = "Lemon Sapling"; //Seed Name
        public string mature = "Nonnative Fruited Lemon Tree"; //Name upon Maturity.
        public string iname = "Lemon"; // Item name
        public int radius = 400; // How big will your public farm be (1 = 3 seeds, 2 = 3 ...)
        public int radius2 = 1000; // How big the gathering space will be (make this larger than the farm area)
        public string farm = "Farming: Spend 10 Labor to harvest crops."; //text when harvesting
        public int lpoints = 100; // Will not do any farming once the labor is below this number

modified this from that script but don't gather anyting
 
Last edited:
Try to chage "Spend up to 10 Labor to harvest crops.";

And let me know!

Note:
If you need more than 1 lp, you MUST use "up to X Labor"
 
Last edited:
Back
Top