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

[Plugin] Auction price history saver

LordManzana

New Member
Joined
May 2, 2015
Messages
207
Reaction score
0
Hello!

I maded one auction price saver, wich let you save price history of your desireed items and get it when you will buy/sell your items on the future. Of course, you can save your search list and load it when you want ;)

If you don't have Patron, you will need to open auction house yourself.

Images:
af5fd527e8e51da80321cba3e270989f.png

2db89fe84d82f241de1eef576bb958a3.png

659f4222d4fdf02c7d51b14dc7252e9d.png

9cecabfff2c01d5abee93759623721ca.png


Let me know if you find bugs, I'll solve it asap!

P.S: REALLY BIG Thanks to @Mitryy, I have Windows 8.1 and was impossible to debug my program without him.



Buy me a coffe if you want apreciate my work with any donation! :)
 

Attachments

Last edited:
Nice looking plugin.

When I run it with AH open (Patron account) and search an item, it takes a few seconds to do anything, but returns nothing (using full name of items to search for (i.e. Sunlight Archeum Motes). Try to use the save function, once I have my lines complete and follow main>save, nothing happens apart from removing all of my entered information.
 
Nice looking plugin.

When I run it with AH open (Patron account) and search an item, it takes a few seconds to do anything, but returns nothing (using full name of items to search for (i.e. Sunlight Archeum Motes). Try to use the save function, once I have my lines complete and follow main>save, nothing happens apart from removing all of my entered information.

I tryed it myself and works good :S

Can do teamviewer or something like that and try to solve your trouble?
 
Doesn't work with win 8.1 AND 8. So yeah fuck this. Let's download Win 7 again :D
But it's related to archebuddy I think. Got some problems with LPT too on my win 8.1 Archebuddy is going to crash if the plugin close 1 archeage client while another one is open and still running LPT.
 
Doesn't work with win 8.1 AND 8. So yeah fuck this. Let's download Win 7 again :D
But it's related to archebuddy I think. Got some problems with LPT too on my win 8.1 Archebuddy is going to crash if the plugin close 1 archeage client while another one is open and still running LPT.

If noone developer can give me response, I can edit my plugin and print table content into richtext or something like that... Just for allow all users use it until 8.1 problems will be solved.

BTW I waiting one more day to got response from @Out or some other Core about 8.1 issues.
 
I put the plugin folder in my games/Plugins folder but I dont know what to do with the source folder so I put in in the main game directory. When I run the plugin I can see it searching the AH but it does not display anything on the plugin itself. Can you please tell me what i am doing wrong.
 
I put the plugin folder in my games/Plugins folder but I dont know what to do with the source folder so I put in in the main game directory. When I run the plugin I can see it searching the AH but it does not display anything on the plugin itself. Can you please tell me what i am doing wrong.

Source it's for developers, don't copy it or you will be able to select wrong .dll file. Copy file situated on folder called "Plugin" into your "Plugins" folder situated on your updater.exe path. Make sure to create directory for it. Example:

C:\ArcheBuddy\Plugins\AHPriceChecker4Free\AHPriceChecker4Free.dll

When "Archeubuddy" folder contains "updater.exe".

Do it, run your program, select the correct .dll and try it!

Let me know if it works please!
 
Nice looking plugin.

When I run it with AH open (Patron account) and search an item, it takes a few seconds to do anything, but returns nothing (using full name of items to search for (i.e. Sunlight Archeum Motes). Try to use the save function, once I have my lines complete and follow main>save, nothing happens apart from removing all of my entered information.

I put the plugin folder in my games/Plugins folder but I dont know what to do with the source folder so I put in in the main game directory. When I run the plugin I can see it searching the AH but it does not display anything on the plugin itself. Can you please tell me what i am doing wrong.

Sorry, my bad. Not published last build... Now I updated it! Make sure to use 1.0.2.0
 
I did all you said, and it runs the AH searching for what I typed in the "search" box, but it does not display anything in the main window.
 
i just had the time to test it and it works perfect for me.
The last price is copper? can i (on my own) chance that the price will alsways be in G. So lets say Lumber costs 9 silver and 37 copper it will display 0,0937.
Would be fitting my other xls table perfect. If not its fine too, i can convert it in the other table ;)


it works rly great. It needs a little bit to get my table filled and a little loading later i have all i need. Big thx again ;)


only little suggestion or wish ^^.
Other programms can save their own "save files".
In the How to you write we have to save it manually in a txt file. But that means no xls or xml where excel could directly read it out. Its fine for me to do the extra step like import to excel from the txt and safe the xls then. but it would be great if it is possible to save it into xml or direkt in an excel readable table to get a permanent "connection" with my other table with all the calculations in it.
 
i just had the time to test it and it works perfect for me.
The last price is copper? can i (on my own) chance that the price will alsways be in G. So lets say Lumber costs 9 silver and 37 copper it will display 0,0937.
Would be fitting my other xls table perfect. If not its fine too, i can convert it in the other table ;)


it works rly great. It needs a little bit to get my table filled and a little loading later i have all i need. Big thx again ;)


only little suggestion or wish ^^.
Other programms can save their own "save files".
In the How to you write we have to save it manually in a txt file. But that means no xls or xml where excel could directly read it out. Its fine for me to do the extra step like import to excel from the txt and safe the xls then. but it would be great if it is possible to save it into xml or direkt in an excel readable table to get a permanent "connection" with my other table with all the calculations in it.

In my other plugins, I let save file to disk, but on that... I have windows 8.1 and plugin crash on start, cause of data greed view component, so, can't test save file problems...

If you need import to excel, just change ";" for one tabulation (can do it with "search and replace" option of your text editor). Then, import txt to excel and voilá, you have it on your excel :)
 
Last edited:
as i said its just a comfort thing, its ok, if i have to import it manually ^^ MAybe if you get the Windows 8 problems solved it can change ;)

About my first question, is it possible (for me) to chance the prices to gold value and not cooper value like it is atm?


btw found a little problem by filling my list atm. If i search for APEX it only adds the clear fire lunagem: Apex, but not the actual APEX.
 
as i said its just a comfort thing, its ok, if i have to import it manually ^^ MAybe if you get the Windows 8 problems solved it can change ;)

About my first question, is it possible (for me) to chance the prices to gold value and not cooper value like it is atm?


btw found a little problem by filling my list atm. If i search for APEX it only adds the clear fire lunagem: Apex, but not the actual APEX.

On each search, you can change manually all desired "Actual price". And then save it.
I maded with gold because you can use it that values on public auction bot of this forum:
https://www.thebuddyforum.com/arche...y-plugins/other/180037-auction-house-bot.html

Let me know if you need more!
 
i still cant get the APEX (the apex which gives you the 1250 credits on rightclick) in my list. oO
if i search for apex only a "Clear fire lunagem: Apex" is listend.
 
Last edited:
i still cant get the APEX (the apex which gives you the 1250 credits on rightclick) in my list. oO
if i search for apex only a "Clear fire lunagem: Apex" is listend.

Hmmmm, I'll take a look on that... Maybe find by Item id will be the solution (let user search by name or id).

thanks for you report :)
 
Back
Top