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.
In reply to psydfexrein:
layout or something else you wish to export and import?
In reply to oishii1992:
The channel filters, I have one for PMs, Loot, /say, trade (and a junk tab so they aren't auto added into the general tab). The layout I just use a global edit mode config for.
For instance, this is my Loot tab filter, with everything else in the other sections unchecked as well. These are the settings I'd want to also have backed up. https://imgur.com/a/Vb4n2Cm
Edit, Also, the background transparency is annoying to have to change for each chat tab. I usually have it at about 75% alpha to make it readable above bright textures.
Needs update of TOC files for Cata Classic https://i.imgur.com/JBFx5Zi.png
Hi,
Could you update it to the latest Classic Era Game Version of 1.15.2?
Would be awesome, thanks a lot in advance!
In reply to maximus210793:
done
Cataclysm update please?
In reply to stellarharbour:
done thanks for free weekend
Is it possible to import/export part of my action bars (eg. actionbar7 and actionbar9).
In reply to zivilyyyn:
for now, there is no way to do it, i am planning a myslot editor yrs ago, too lazy to get it done
In reply to zivilyyyn: supported in 5.16
I put some toys on the bars and Myslot doesn't import them at all. Is this not allowed?
In reply to jamesbearclaw:
toys are supposed to be imported, if not please file a bug with your toy and exported string
anyone know if there is a page dedicated to preset classes for WoW Dragonflight? i'm tryin to get back into the game but don't feel like setting it all up, id rather copy someone else and learn from there. Any help would be great :D
In reply to XeroskillzX:
i bought myslot.net and was going to create a place to share myslot export string.
however, i am too lazy......
can there be a
/myslot clear Macro command
that just remove all the macros for better clearing
before importing the saved macro via this addon
so i can make a macro named like FireMage Spec go like:
/myslot clear Macro
/myslot load FireMage
so it can clear my macros i only use as Arcane/Frost mage but not as Fire
as a example
In reply to ecstatic_jepsen8758475:
hmmm how can myslot know the catalog of macro?
In reply to oishii1992:
i mean if there is a command for:
Clear all action slot on your action bar
/myslot clear action
Clear all key bindings (blizzard default included)
/myslot clear binding
why not for for macros aswell
a command that remove all macros for clearing them
that you can use together with "/myslot load Profilename"
so we can do macro setups to change our action bars/macro set clear the old one and get in the new from the loaded profil/bindings via 1x macro
Is there a way to undo creating a new profile with this? I have only run one command and I seem to have accidentally separated my main's profile from the rest of my characters and I want to undo that.
In reply to Flaric:
myslot profile is always per char
btw what command did you run
I'm confused about how the macro functionality is supposed to work, whether it is actually touching any macro definitions or not -- and if it is touching them, why would it touch any in the General tab which are already shared across characters. If I click "ignore macros" it doesn't just ignore touching the macros, it ignores even putting them on the bar, so clearly I don't want it to ignore macros for my use case. If I don't click "ignore macros" then things can get messed up.
Specifically, the issue that I've run into is with dynamic macro generators like AutoPotion or Buffet.
For example, I have a profile saved that did not ignore macros, so the button that has the AutoPotion macro on it is in the profile. The character it was saved for has a couple of rank 3 healing potions which AutoPotion has put in the relevant command to use it. If I import that profile on another character who does not have any of those potions, Myslot creates a duplicate macro with the exact same name that has the line to use 3* healing potions that don't exist on the character being imported, so the macro is useless. Since the bar also now holds a reference to a static macro that AutoPotion is not updating, it does not dynamically correct itself.
It gets weirder. On another alt (yes, same class and spec, ours is not to reason why...) I wanted to confirm that it really was Myslot causing the problem with these spurious extra macros, and so I opened the macros panel first, put the correct AutoPotion macro on the bar where I wanted it to be, then imported. This time the bogus additional macro that was created did not reference the 3* potions that were in the exported string, but rather the ones that AutoPotion had already determined were correct for that character.
Fortunately this doesn't seem to be messing up any of the static macros in the General tab, just dynamic ones. But why does Myslot need to create any macros in the General tab at all? I guess if you're importing a totally foreign string from someone then you might need to add macro definitions, but within the same account it should just leave the definitions alone.