- Notifications
You must be signed in to change notification settings - Fork22
The missing layout/keybinding/macro exportor for World of Warcraft
License
tg123/myslot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Myslot is aWorld 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'
- Use command /myslot to toggle Myslot main UI
- Click the 'Export' button
- Save the
exported text
anywhere you want (e.g. nodepad as a txt)
- Use command /myslot to toggle Myslot main UI
- Paste
exported text
into textbox - Click the 'Import' button
- Clear all action slot on your action bar
/myslot clear action
- Clear all key bindings (blizzard default included)
/myslot clear binding
You can use the command 'load' to import a profile by name
/myslot load ProfileName
You can add this line in a macro and safe it in your profile and swap from one profile to another by using the macro.
Source on Githubhttps://github.com/tg123/myslot
Localization is welcomed, Please visithttp://www.wowace.com/addons/myslot/localization/and submit your localization
- 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
Myslot use a modified version oflua-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 checklua-pb about how to generate protobuf stub files.
- Copyright (C) 2009-2019 by Boshi Lianfarmer1992@gmail.com
- Use of this software for profit purposes are NOT allowed except by prior arrangement and written consent of the author.
- This software is licensed under theApache License, Version 2.0
- All rights ofExported text are owned by end-users.
About
The missing layout/keybinding/macro exportor for World of Warcraft