Myslot
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
- 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)
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
Import profile from command
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.
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
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
- Copyright (C) 2009-2024 by Boshi Lian <[email protected]>
- 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.
Hi, thanks for this. I've noticed that if I only want to export some action bars, then when I import again, it won't place any macros that I had on those bars. If I don't exclude macros from the export, then it works, but I don't need or want those backed up. If I do, then any changes I make to those macros don't get imported again because the import can't find the old version that was backed up. Is there any way around this, or am I doing something wrong?
When importing macros using the "myslot" function, macros that exceed 18 for character-specific macros are imported into the general macros. The expected result is that when there are more than 18 character-specific macros, they should still be imported into the character-specific macros.
In reply to cursevip:
sorry i did not get it, i believe there is only 18 spaces for char-specific macro. how can myslot place overflow macros?
In reply to oishii1992: Around June 26, 2024, version [11_0]Build 55288, World of Warcraft's live server made a change, increasing the maximum number of character macros from 18 to 30. Thanks for reply.
In reply to cursevip: double checked, myslot does support 30. are you importing text exported before 55288?
seems it is the reason why it got messed up
Hello. In the export/import string I can see the Talent string, should it also be imported or its there just as a reference? Would love it to somehow import the talent tree also...
In reply to Warshal:
just for reference. because myslot support import/export between classes
Hi! First off, great addon. I have a lot of toons of different classes and specs, and this addon really helps me keeping my keybinds and macros organized. Thank you so much!
I have question: is there a way to sort or filter the list of profile? As I mentioned, I have a lot of classes and specs, and therefore have a lot of profiles saved. I'm not sure how the addon sort the profile names, but they seem to be very random. They are not by creation/modification date (some of my most recent profiles are on top of the list and some are at the bottom, and some are in the middle), and not by alphabetical order, either.
As you can imagine, this makes it pretty difficult to find the profile I'm looking for. Is there a way to sort the list? Or search the profile name? What's the best way to find the exact profile if I have a lot of them? Thank you!
In reply to eiy711:
thanks this is a planned feature and still in development. the profile management experience will be improved
In reply to oishii1992: Good to know. Thank you!
hello. is there any possible way to undo last import? or maybe addon makes some autosaves before impots? I see message in chat about starting backup, so how can i import this backup version?
In reply to lavender182:
the backup is called 'Before Last Import'
always be the first of your myslot profile list
Hey, I want to thank you for such a great add-on. Your work has saved me a lot of time across multiple alts, servers, and game versions.
In reply to Darlektris:
more than happy to
Hello, great addon and great idea. looking pretty long for a ddon like this.
but somehow, this addon also deletes my macros in my actionbars (even if the option isnt marked)
how can i prevent this addon from deleting my macros in my bars?
thanks
In reply to Thoemsen:
could you please record a video? myslot will not delete anything unless you turn on clean up
Hey thanks for the mod.
Does this mod copy things like UI settings of the default blizz UI, such as which action bars are enabled and is auto loot enabled?
I cant get that part of export/import to work via Myslot.
Thanks for helping.
In reply to Bogdanov89:
myslot will not copy those settings.
"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."
The above quick import is a great feature. Can you add a command for "quick export" and "save" at the same time? For example:
/myslot export & save ProfileName
It is a great help for frequently changing configuration files
In reply to glaubemich:
ok will consider it