Import #215


  • Enhancment
Open
  • fleonard created this issue Aug 15, 2025

    Add the ability to import data.

     

    For example, I made data back when I was looking for the FelCycle, and I had to add it to the HandyNotes.lua in the WTF folder manually.

     

    It would be nice to be able to import or add files.

     

    Karazhan Felcycle

     

     

    Zone #46

    File /Applications/World of Warcraft/_retail_/WTF/Account/[ACCOUNT_NAME]/SavedVariables/HandyNotes.lua

     

    [46] = {

    [61054778] = {

    ["icon"] = 1,

    ["title"] = "Guardian Statue",

    ["cont"] = false,

    ["desc"] = "Guardian Statue",

    },

    [70533436] = {

    ["icon"] = 1,

    ["title"] = "Greed Statue",

    ["cont"] = false,

    ["desc"] = "Greed Statue",

    },

    [59844293] = {

    ["icon"] = 7,

    ["title"] = "Enigma Machine",

    ["cont"] = false,

    ["desc"] = "Enigma Machine",

    },

    [73614302] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #3",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #3",

    },

    [60227164] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #6",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #6",

    },

    [43426524] = {

    ["cont"] = false,

    ["icon"] = 1,

    ["title"] = "Watchers Statue",

    ["desc"] = "Watchers Statue",

    },

    [47937898] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #7",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #7",

    },

    [68795107] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #4",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #4",

    },

    [70337902] = {

    ["icon"] = 1,

    ["title"] = "Rage Statue",

    ["cont"] = false,

    ["desc"] = "Rage Statue",

    },

    [71512027] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #1",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #1",

    },

    [68463409] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #2",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #2",

    },

    [49447564] = {

    ["cont"] = false,

    ["icon"] = 1,

    ["title"] = "Nature Statue",

    ["desc"] = "Nature Statue",

    },

    [73536542] = {

    ["icon"] = 6,

    ["title"] = "Pressure Plate #5",

    ["cont"] = false,

    ["desc"] = "Pressure Plate #5",

    },

    },

     

  • fleonard added a tag Enhancment Aug 15, 2025

To post a comment, please login or register a new account.