Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v5.8.0-v1.14.1 release | 53.46 KB | Nov 15, 2021 | 1.14.1 | 0 | ![]() |
v5.8.0-v2.5.2 release | 53.45 KB | Nov 15, 2021 | 2.5.2 | 1 | ![]() |
v5.8.0 release | 53.60 KB | Nov 15, 2021 | 9.1.5 | 80 | ![]() |
v5.7.0-v2.5.2 release | 53.25 KB | Sep 22, 2021 | 2.5.2 | 46,931 | ![]() |
v5.7.0 release | 53.21 KB | Sep 22, 2021 | 9.1.0 | 31,535 | ![]() |
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