Thread Tools Display Modes
04-27-16, 02:19 AM   #1
Kiirsten
A Defias Bandit
Join Date: Oct 2008
Posts: 3
Looking for a dev for a project

Hi, i am working on an website that can be used to track raids attendance and several other data, useful for guild officers.
I need someone able to help me with an addon (i know zero about lua scripting..). The addon just need to export some data in a XML format, kinda easy job probably. If someone is interested and want to help me please contact me.

Thank you!
  Reply With Quote
04-27-16, 10:20 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Blizzard doesn't give us direct control over the filesystem. If you want data exported, you'll have to read through the SavedVars Blizzard writes in Lua table format.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
04-27-16, 10:47 AM   #3
Kiirsten
A Defias Bandit
Join Date: Oct 2008
Posts: 3
Originally Posted by SDPhantom View Post
Blizzard doesn't give us direct control over the filesystem. If you want data exported, you'll have to read through the SavedVars Blizzard writes in Lua table format.
I know that, but you can create a window and copy paste the text.
  Reply With Quote
04-27-16, 11:02 AM   #4
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
You'll be able to read the saved variables once they are stored on disk on logout/exit/reload, but it will be in lua format. You can't export data from the client in XML. You have to either parse the lua table and convert it to XML or read the lua table directly.
__________________
  Reply With Quote
04-27-16, 11:26 AM   #5
Mazzop
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 74
Ofc can export from ingame in any format you want. Myself using
http://mods.curse.com/addons/wow/mizusraidtracker
for that. There is plenty more addons like that.

Importing parsed data is different story tho and i use lua format for that, but probably can also other ways, ingame.
  Reply With Quote
04-27-16, 11:33 AM   #6
Kiirsten
A Defias Bandit
Join Date: Oct 2008
Posts: 3
Originally Posted by Mazzop View Post
Ofc can export from ingame in any format you want. Myself using
http://mods.curse.com/addons/wow/mizusraidtracker
for that. There is plenty more addons like that.

Importing parsed data is different story tho and i use lua format for that, but probably can also other ways, ingame.
exactly. i use that too, but i was looking for someone who can make a whole new thing with some additional fields that needs to be exported..

i know zero about lua, that's why i am here asking for a developer :P
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Looking for a dev for a project


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off