Download
(65 Kb)
Download
Updated: 07-22-13 11:38 PM
Updated:07-22-13 11:38 PM
Created:07-22-13 11:38 PM
Downloads:156
Favorites:1
MD5:
Macro Copy Centre
Version: 1.0
by: UglyBob [More]
This addon will allow upper level guild members to copy macro's directly into their guild addon storage so that they can be copied by other guild members for their own use.
This addon is currently set to allow the top 4 tiers of guild ranks to save macro's to storage (although the 'write to guild storage' must be made available to them first), all other guild members can then simply load the saved macro onto their copy of MCC for an easy copy/paste.

P.S.- Simply highlight and select the text for copying, then use CTRL->C to copy and CTRL->V to paste the information directly to your macro screen.

/mcc will re-open the addon if closed at any time.
Optional Files (0)


Post A Reply Comment Options
Unread 07-25-13, 08:22 PM  
Finney
 
Finney's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
When I try to save, I get:

Error: Incorrect function usage.
Parameters: "guild", "macs", "guild", "guild", "cast Doctrine of Bliss", nil
Parameter types: string, string, string, string, string, nil
Function documentation:
Sets a storage element. If accessing guild storage, you will need the Write to Guild Addon Storage permission. If replacing an existing element, you will also need write access to that element as well as the Delete from Guild Addon Storage permission. You cannot create an element that you cannot read, nor can you create an element with Officer write permissions if you are not an Officer. This command is throttled by the "storage" throttle type.
Command.Storage.Set(segment, identifier, read, write, data, callback) -- string, string, string, string, string, callbackfunction
Parameters:
callback: A standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
data: The data to store. This parameter is binary-safe.
identifier: The identifier of the storage bucket. Must be at least three characters long.
read: Read permissions for this element. If the segment is "player", this may be "public", "guild", or "private", where public is readable by anyone, guild is readable by your guildmembers only, and private is readable by the player only. If the segment is "guild", this may be "public", "guild", or "officer", where public is readable by anyone, guild is readable by guildmembers with the Listen permission, and officer is readable by guildmembers with the Officer Chat permission.
segment: The storage segment to access. "player" will access the target's per-player storage, "guild" will access the target's guild's per-guild storage. If this function has no target parameter, then the player will be targeted.
write: Write permissions for this element. If the segment is "player", this must be "private", as only you may modify your own storage. If the segment is "guild", this may be "guild" or "officer", where guild is changeable by guildmembers with the Delete from Guild Addon Storage permission, and officer is changeable by guildmembers with the Delete from Guild Addon Storage permission and the Officer Chat permission. The write permission must be "officer" if the read permission is "officer".
In mcc / mcc.MC_SetupB2:LeftPress
stack traceback:
[C]: in function 'Set'
mcc/mcmain.lua:59: in function <mcc/mcmain.lua:52>
Last edited by Finney : 07-25-13 at 08:23 PM.
Finney is offline Report comment to moderator  
Reply With Quote
Unread 07-23-13, 06:47 AM  
Kenneey

Forum posts: 0
File comments: 1
Uploads: 0
Thanks for uploading this bob.

Not sure if there is a fix for this or if you just need to put it into the description but, after "writing" the macro before closing it you need to hit escape to stop typing in the window. other than that it's easy to use.
Kenneey is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: