1. #1

    WoW Icons/ LUA Help

    I was wondering how i could extract the default WoW icons to edit them in photoshop?
    Secondly, can anyone suggest a place to learn and get started with LUA (or any other source of editing/creating addons) for someone who knows nothing about coding
    "Dang dude, watch some Swifty videos or something!"

  2. #2
    Deleted
    wowprogramming.com Art Browser.

    Lua manual. API doc. Widget doc. Events list.

    Feel free to post back with further questions.

  3. #3
    thanks a lot!
    "Dang dude, watch some Swifty videos or something!"

  4. #4
    Quote Originally Posted by adamacula View Post
    I was wondering how i could extract the default WoW icons to edit them in photoshop?
    You can also extract the all of the WoW (BLP) art files yourself from your game client

    http://www.wowpedia.org/Viewing_Bliz...interface_code
    Code:
    ExportInterfaceFiles art
    Quote Originally Posted by adamacula View Post
    Secondly, can anyone suggest a place to learn and get started with LUA (or any other source of editing/creating addons) for someone who knows nothing about coding
    http://www.mmo-champion.com/threads/...-Own-WoW-Addon
    http://www.mmo-champion.com/threads/...-an-addon%29#8

  5. #5
    Quote Originally Posted by Ketho View Post
    You can also extract the all of the WoW (BLP) art files yourself from your game client

    http://www.wowpedia.org/Viewing_Bliz...interface_code
    Code:
    ExportInterfaceFiles art
    http://www.mmo-champion.com/threads/...-Own-WoW-Addon
    http://www.mmo-champion.com/threads/...-an-addon%29#8
    so, do i have use a slash command with that code? sorry i have very little knowledge on this. If so, how do i put them in the right place after i edit them?
    "Dang dude, watch some Swifty videos or something!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •