Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v5.9.0-v10.0.2 release | 58.32 KB | Dec 5, 2022 | 10.0.2 | 59,391 | Download |
v5.9.0-v10.0.0 release | 54.13 KB | Oct 27, 2022 | 10.0.0 | 35,587 | Download |
v5.8.2-v10.0.0 release | 54.28 KB | Oct 27, 2022 | 10.0.0 | 10,882 | Download |
v5.8.2-v9.2.7 release | 54.06 KB | Oct 16, 2022 | 9.2.7 | 21,336 | Download |
v5.8.2-v3.4.0 release | 54.12 KB | Oct 16, 2022 | 3.4.0 | 60,322 | Download |
v5.8.0-v9.2.7 release | 54.04 KB | Sep 5, 2022 | 9.2.7 | 24,921 | Download |
v5.8.0-v1.14.3 release | 54.10 KB | Sep 5, 2022 | 1.14.3 | 1,875 | Download |
v5.8.1-v3.4.0 release | 54.11 KB | Sep 5, 2022 | 3.4.0 | 34,224 | Download |
v5.8.2-v10.0.0-beta beta | 54.14 KB | Oct 16, 2022 | 10.0.0 | 396 | Download |
v5.9.0-v10.0.0-3-geff39e3-alpha alpha | 58.32 KB | Dec 5, 2022 | 10.0.2 | 15 | Download |
v5.9.0-v10.0.0-2-gb4160d9-alpha alpha | 58.27 KB | Oct 31, 2022 | 10.0.0 | 641 | Download |
v5.9.0-v10.0.0-1-g7954ed6-alpha alpha | 58.04 KB | Oct 27, 2022 | 10.0.0 | 360 | Download |
Screenshots
Description
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.
Any character, even different class, can use Myslot to import those settings from the ‘Exported text’
Usage
Export
- Use command /myslot to toggle Myslot main UI
- Click the ‘Export’ button
- Save the
exported text
anywhere you want (e.g. nodepat as a txt)
Import
- Use command /myslot to toggle Myslot main UI
- Paste
exported text
into textbox - Click the ‘Import’ button
Clean up tools
-
Clear all action slot on your action bar
/myslot clear action
-
Clear all key bindings (blizzard default included)
/myslot clear binding
Get Myslot
- Curse (Lastest stable) http://www.curse.com/addons/wow/myslot
- Wowace (stable and test) http://www.wowace.com/addons/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
My game envirment is Ubuntu + wine
- fetch the source code
“`
$ git clone https://github.com/tg123/myslot.git
$ cd myslot
$ git submodule init
$ git submodule update
“`
- pull the localizations from wowace
./update_locale.sh
- build your own dist
.zip
./dist.sh
Changing Protobuf def
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.
- Dependencies
Your need install lpeg
to build .proto
luarocks install lpeg
- Generate
Editing protobuf/MySlot.proto
run
lua buildast.lua
to generate PbMySlot.lua
for game use
Copyright and License
- Copyright (C) 2009-2019 by Boshi Lian <farmer1992@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 the Apache License, Version 2.0
- All rights of Exported text are owned by end-users.
Add a comment