View Single Post
05-02-13, 05:26 AM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Spawnova View Post
Is it possible to create some type of external file such as ini or txt through wow's lua?

I've googled quite a bit but cannot find anything
Ehhh... kind of. You could save all your information to your AddOn's SavedVariable file and then create a program to extract the data from that once you've exited WoW. Or use WoW's chat/combat logging and then use a program to extract data from that. Either way, information only gets saved to disk upon logout or UI reload and you can't create your own files.
  Reply With Quote