friedmag / bider

DKP/auction addon for World of Warcraft
1 stars 0 forks source link

External comms? #8

Closed friedmag closed 15 years ago

friedmag commented 15 years ago

WoW really gives us no way of saving or importing data outside of SavedVariables. Well, except one - copy/paste! We could share data with an external application by giving the user a text window they can copy, then paste into the other app. Also, the app could dump stuff to the clipboard to be pasted in.

This would be most useful for attendance taking and tracking DKP over time.

friedmag commented 15 years ago

losed by 0a19e04108983b2dd62a5eac77af4b49e04d18b0 ... kinda. I now have an import function, though you need to manually hack it into the SavedVariables Lua. Need to add a BidER_Imports = { dkp = { set = [[name: dkp (loot)]] } }