Hi again furyswipes :)
I'm loving what you have done more and more, finding small tweaks to do, like the Holy/healer paladin I wrote about some days/weeks ago, where I received awesome help from you, and I hope I can this time too :D
I have some toons where I want to play normally on, and with your multibox tool, and I'm wondering how you are doing the action bars when /init
I would love to do something similar to this, where on my normal WoW.
I'm running multibox in the full version download from the link on your site, and normal wow from normal install.
Now my question is, would you be able to tell me what addon or what part of an addon is doing the action bars? So I don't have to use 5-10min setting my toons back up for normal single client use?
/The-Zorb
Gonna get started working on this. Thank you for being so very helpfull! :)
sure, you can always say if UnitName("player")=="TheZorb" then...
For the this one if class=="Warrior" then - Is there one for character name? Making it possible to use same file for more chars, if I have more of same class :)
That is awesome! :D
I will check it out at first change, really thanks alot :D
Okay, check out the latest SM_Extend.lua
I've added a new slash command, /norm
Look inside the function norm() at line 1555. This is all yours. It gets called when you type /norm
It is, right now, just a copy of /init.
You can change what is in norm() to be whatever you want when you want to switch away from multiboxing. Try and understand the code, it's pretty brute force and simple.
What it does first is deletes all macros (you can remove that part, if you aren't making new macros), then it makes all the macros (you can make your own), then it places all the macros AND SOME SPELLS directly into their slots. You will probably mainly place spells, so learn how to do that.