An addon to store character data for use out of game.
The collected data could be used by an app, extracted to a spreadsheet, used on a guild website, etc. It also includes a command /pt to open a textbox with a list of all part members to copy out for boss kills / etc for dkp.
Currently supports:
- Character meta like name, race, level, xp, etc.
- Character skills
- Character trade skills
- Character inventory
- Character quests
- Character spells
- Character talents
Source code and bug tracker:
https://github.com/Pulse-Classic/Addon
Screenshots are taken from an app that reads the data, source code and app download: https://sourceforge.net/projects/pulse-classic/. The app can be build from source with electron.
in your app for reading: "to enable Sync, paste server string here"? no readme, no explain ?
In reply to Forge_User_11349442:
This is true, it is an option if a guild or other website wants to offer ability to sync the data. We use for our guild to populate the guild website with data from this, and other addons (Like GRM to make a guild roster view on the website). If someone is interested in using this feature other than us, I would gladly make a small technical guide on how to implement generation of this string, and how the system works. Guess I just figured no one would really use this other than us, so I have not prioritized that part (yet). The app does not do any form for synching by default, so that anyone can be free to to make a sync string for their service without any connection to our guild or website.
Hey, first of all, nice work!
At this time and about some Tests theres the following not work (yet?):
Or i cant find them in the Pulse Classic app. Could you give a Hint where to look at? Thanks!
(P.s: Sorry for bad English :D )
In reply to Forge_User_47203467:
Heya! And thanks for the feedback :) And yes, it will take me some time to get it all working. The addon should store this information, but you are right, the app does not display them (yet). I first focused on getting the app to be able to sync to a website. We use this so we can have guild bank, and tradeskills available on the guild website, but the app is not bound to any particular site, so it should be possible for others to implement the same on their website using the same app. Once I have more stuff working on the website, the goal is to backport the code so that the app can also do the same stuff. This will take some time tho, with work, family and some playtime on the side as well, sorry about that.
In reply to drogos__:
There! Managed to publish a new version that at least displays bag contents. No search or advanced functions yet tho.