All Projects → tg123 → myslot

tg123 / myslot

Licence: other
Myslot for World of Warcraft

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to myslot

prat-3-0
Prat-3.0 is a chat enhancement addon for world of warcraft
Stars: ✭ 21 (-19.23%)
Mutual labels:  warcraft-addon, world-of-warcraft
Capping
Battleground timers and other PvP features.
Stars: ✭ 18 (-30.77%)
Mutual labels:  warcraft-addon, world-of-warcraft
LittleWigs
Boss warnings for 5-man dungeons & scenarios.
Stars: ✭ 53 (+103.85%)
Mutual labels:  warcraft-addon, world-of-warcraft
raiderio-addon
RaiderIO AddOn
Stars: ✭ 35 (+34.62%)
Mutual labels:  warcraft-addon, world-of-warcraft
oRA3
Raid and Party Assist.
Stars: ✭ 16 (-38.46%)
Mutual labels:  warcraft-addon, world-of-warcraft
BugSack
A simple display for collected errors in World of Warcraft.
Stars: ✭ 27 (+3.85%)
Mutual labels:  warcraft-addon, world-of-warcraft
SpartanUI
SpartanUI
Stars: ✭ 28 (+7.69%)
Mutual labels:  warcraft-addon, world-of-warcraft
BadBoy
A simple spam blocker & reporter for World of Warcraft.
Stars: ✭ 25 (-3.85%)
Mutual labels:  warcraft-addon, world-of-warcraft
sInterface
An opinionated replacement for Blizzard's Interface
Stars: ✭ 15 (-42.31%)
Mutual labels:  warcraft-addon, world-of-warcraft
ls Toasts
Development repository of ls: Toasts
Stars: ✭ 20 (-23.08%)
Mutual labels:  warcraft-addon, world-of-warcraft
hero-lib
WoW Addon - Core Library used by HeroRotation and AethysTools, can also be used by others 3rd-Party Addons.
Stars: ✭ 33 (+26.92%)
Mutual labels:  world-of-warcraft
docker-wow-vanilla
Repository for Docker WoW Vanilla image based on Ubuntu
Stars: ✭ 18 (-30.77%)
Mutual labels:  world-of-warcraft
FocusFrame
Focus frame addon for vanilla World of Warcraft.
Stars: ✭ 18 (-30.77%)
Mutual labels:  world-of-warcraft
wowned
Authentication bypass for outdated WoW emulation authentication servers
Stars: ✭ 32 (+23.08%)
Mutual labels:  world-of-warcraft
Dominos
A main actionbar replacement
Stars: ✭ 72 (+176.92%)
Mutual labels:  world-of-warcraft
AdiBags
WoW Addon — Adirelle's bag addon.
Stars: ✭ 94 (+261.54%)
Mutual labels:  world-of-warcraft
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (-19.23%)
Mutual labels:  world-of-warcraft
oUF Lumen
World of Warcraft Addon : oUF Layout
Stars: ✭ 12 (-53.85%)
Mutual labels:  warcraft-addon
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (+403.85%)
Mutual labels:  world-of-warcraft
hearthstone-card-images
(Archived, see below) Hearthstone card image repository
Stars: ✭ 63 (+142.31%)
Mutual labels:  world-of-warcraft

Myslot

Introduction

Myslot is a World of Warcraft Addon for transferring settings between accounts.

Myslot can export your ActionBar Layout, Marcos and Key Bindings as a transfer-friendly text, which can be copy/paste into notepad, sent via email, etc. Any character, even different class, can use Myslot to import those settings from the 'Exported text'

Usage

Export

  1. Use command /myslot to toggle Myslot main UI
  2. Click the 'Export' button
  3. Save the exported text anywhere you want (e.g. nodepad as a txt)

Import

  1. Use command /myslot to toggle Myslot main UI
  2. Paste exported text into textbox
  3. Click the 'Import' button

Clean up tools

  1. Clear all action slot on your action bar
/myslot clear action
  1. Clear all key bindings (blizzard default included)
/myslot clear binding

Get Myslot

Contrubuting

Source on Github https://github.com/tg123/myslot

Localization

Localization is welcomed, Please visit http://www.wowace.com/addons/myslot/localization/ and submit your localization

Build your own Myslot

  • clone the source code into Interface\Addons\Myslot
$ git clone https://github.com/tg123/myslot.git Myslot
  • pull the localizations from wowace (optional)
./update_locale.sh

Changing Protobuf

Myslot use a modified version of lua-pb to serialize/deserialize the data. You may want to change the data structure sometimes if you want add some new things to export.

Please check lua-pb about how to generate protobuf stub files.

Copyright and License

  1. Copyright (C) 2009-2019 by Boshi Lian [email protected]
  2. Use of this software for profit purposes are NOT allowed except by prior arrangement and written consent of the author.
  3. This software is licensed under the Apache License, Version 2.0
  4. All rights of Exported text are owned by end-users.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].