Skip to content

A collection of experimental addons for learning Lua in World of Warcraft. Explore and enjoy various game improvements!

License

Notifications You must be signed in to change notification settings

FranciscoFerreiraT/WoW-Addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoW-Addons

Welcome to the WoW-Addons repository! This collection is dedicated to experimental addons for World of Warcraft, designed to help you learn Lua and enhance your gaming experience.

Table of Contents

Introduction

This repository contains a variety of experimental addons for World of Warcraft. Each addon is designed to provide a unique enhancement to the game while also serving as a practical example for learning Lua scripting. Feel free to explore, use, and modify these addons to suit your needs.

Addons

Addon 1: AdventureDiary

Description: This addon provides an example of how to create a simple interface modification.

Features:

  • Custom UI elements
  • Basic event handling
  • Example Lua scripts
  • Data storage and retrieval
  • Interactive UI components

Usage:

  1. Download the AdventureDiary folder.
  2. Place it in your World of Warcraft Interface/AddOns directory.
  3. Enable the addon in-game.
  4. Write /run DiaryFrame:Show() in game chat to open the diary.
  5. Type your adventures in the text field and press "Save" to record your entry.
  6. Press the "Capture" button to take a screenshot.
  7. Press the "View entries" button to print all entries saved in the game console.

Addon 2: MythicKeyManager

Description: This addon helps manage and coordinate Mythic+ keys within your guild or friends group.

Features:

  • Custom UI elements resembling a key manager interface
  • Display and share available Mythic+ keys
  • Basic event handling for refreshing key data
  • Data storage and retrieval between sessions
  • Interactive UI components for refreshing and viewing keys

Usage:

  1. Download the MythicKeyManager folder.
  2. Place it in your World of Warcraft Interface/AddOns directory.
  3. Enable the addon in-game.
  4. Write /run KeyManagerFrame:Show() in game chat to open the key manager.
  5. Press the "Refresh" button to update the list of available Mythic+ keys.
  6. View the list of keys and their details in the interface.

Addon 3: MountCollectionHelper

Description: This addon helps players manage and expand their mount collection with detailed information and tracking.

Features:

  • Comprehensive mount database
  • Information on how to obtain each mount
  • Tracking of owned and unowned mounts
  • Notifications for mount opportunities
  • Integration with in-game events and activities

Usage:

  1. Download the MountCollectionHelper folder.
  2. Place it in your World of Warcraft Interface/AddOns directory.
  3. Enable the addon in-game.
  4. Write /run MountHelperFrame:Show() in game chat to open the mount helper.
  5. Press the "Refresh" button to update the list of mounts.
  6. View detailed information and tracking in the interface.

Installation

To install any of the addons in this repository:

  1. Download the addon folder (e.g., AdventureDiary, MythicKeyManager, MountCollectionHelper).
  2. Place it in your World of Warcraft Interface/AddOns directory.
  3. Enable the addon in-game.

Usage

Each addon comes with its own set of features and usage instructions. Refer to the specific section for each addon for detailed usage guidelines.

Contributing

We welcome contributions to this repository! If you have an addon or improvement to share, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes.
  4. Push your branch to your fork.
  5. Open a pull request with a detailed description of your changes.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Special thanks to the World of Warcraft modding community for their continuous support and contributions.

Happy modding!

About

A collection of experimental addons for learning Lua in World of Warcraft. Explore and enjoy various game improvements!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages