| Go to Page... |
| Updated: | 12-14-12 03:25 PM |
| Created: | 11-18-11 01:48 PM |
| Downloads: | 2,006 |
| Favorites: | 17 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.1.8 |
230kB |
Xenyr |
11-24-12 03:40 AM |
|
1.1.7 |
230kB |
Xenyr |
08-13-12 02:52 PM |
|
1.1.6 |
230kB |
Xenyr |
08-12-12 01:54 AM |
|
1.1.5 |
230kB |
Xenyr |
08-10-12 04:31 AM |
|
1.1.4 |
230kB |
Xenyr |
08-06-12 02:09 PM |
|
1.1.3 |
218kB |
Xenyr |
07-09-12 02:53 PM |
![]() |
Comment Options |
|
|
||
|
Forum posts: 0
File comments: 1
Uploads: 0
|
Quote:
![]() |
|
|
|
| Angmar |
| View Public Profile |
| Send a private message to Angmar |
| Send email to Angmar |
| Find More Posts by Angmar |
| Add Angmar to Your Buddy List |
|
|
|||
|
|
Re: Re: How to fix for 2.2
Quote:
|
||
|
|
| troublemagnet |
| View Public Profile |
| Send a private message to troublemagnet |
| Send email to troublemagnet |
| Find More Posts by troublemagnet |
| Add troublemagnet to Your Buddy List |
|
|
||
|
Forum posts: 0
File comments: 1
Uploads: 0
|
Re: How to fix for 2.2
Quote:
Error: XMacros/XMacrosTimer.lua:59: attempt to index global 'XMacrosUtils' (a nil value) In XMacros / RoleChanged, event Event.TEMPORARY.Role stack traceback: XMacros/XMacrosTimer.lua:59: in function 'AddCallback' XMacros/XMacros.lua:292: in function <XMacros/XMacros.lua:291> When I try to change the category, I receive the follow error: Error: XMacros/XMacrosTextPicker.lua:163: attempt to index global 'XMacrosUtils' (a nil value) In XMacros / XMacros.OKButton:LeftPress stack traceback: XMacros/XMacrosTextPicker.lua:163: in function 'WindowClose' XMacros/XMacrosTextPicker.lua:53: in function <XMacros/XMacrosTextPicker.lua:53> When I close out of XMacro I receive this error: Error: XMacros/XMacrosButtonBar.lua:403: attempt to index global 'XMacrosUtils' (a nil value) In XMacros / SlashHandler, event Slash.xm stack traceback: XMacros/XMacrosButtonBar.lua:403: in function 'GetButtonPosition' XMacros/XMacrosButtonBar.lua:84: in function 'CreateButtons' XMacros/XMacrosButtonBar.lua:38: in function 'Create' XMacros/XMacrosButtonSets.lua:274: in function 'EnableSets' XMacros/XMacros.lua:199: in function 'RefreshEditBars' XMacros/XMacros.lua:211: in function 'EditBars' XMacros/XMacros.lua:340: in function <XMacros/XMacros.lua:327> Any ideas? |
|
|
|
| Azoran |
| View Public Profile |
| Send a private message to Azoran |
| Send email to Azoran |
| Find More Posts by Azoran |
| Add Azoran to Your Buddy List |
| DohNotAgain |
| View Public Profile |
| Send a private message to DohNotAgain |
| Send email to DohNotAgain |
| Find More Posts by DohNotAgain |
| Add DohNotAgain to Your Buddy List |
|
|
|
|
|
How to fix for 2.2
I've been able to fix this by using LibString http://www.riftui.com/downloads/info215-LibString.html to replace the removed function. Download it and place in it the XMacros folder.
XMacrosUtils.lua: replace the function Split with: function XMacrosUtils.Split(str, delim) return string.split(str, delim) end Riftaddon.toc: add Libstring to the dependancies list Embed = { LibSimpleWidgets = true, LibSimpleWidgetsExt = true, LibString = true, } Dependencies = { LibSimpleWidgets = {"required", "before"}, LibSimpleWidgetsExt = {"required", "before"}, LibString = {"required", "before"}, } |
|
|
| troublemagnet |
| View Public Profile |
| Send a private message to troublemagnet |
| Send email to troublemagnet |
| Find More Posts by troublemagnet |
| Add troublemagnet to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 9
Uploads: 0
|
Unfortunately, using X Macros in v2.2 is now impossible as well as a liability. The error will wipe most of the action button bars clean (default bars) of spells and whatnot.
So I suggest removing the XMacros folder from your Addons folder, as it causes big problems and does not work. Would be great if Xenyr would come back to RIFT, but that boat may have already sailed. A great addon has died. |
|
|
| wowheadizzmydaddy |
| View Public Profile |
| Send a private message to wowheadizzmydaddy |
| Send email to wowheadizzmydaddy |
| Find More Posts by wowheadizzmydaddy |
| Add wowheadizzmydaddy to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 9
Uploads: 0
|
How exactly do we get the newest icons as the game progresses? Is the addon designed to access the master image file (so that the full catalog appears), or do they have to be individually added?
|
|
|
| wowheadizzmydaddy |
| View Public Profile |
| Send a private message to wowheadizzmydaddy |
| Send email to wowheadizzmydaddy |
| Find More Posts by wowheadizzmydaddy |
| Add wowheadizzmydaddy to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 9
Uploads: 0
|
Very gracious of you, my man. I will check it out!
|
|
|
| wowheadizzmydaddy |
| View Public Profile |
| Send a private message to wowheadizzmydaddy |
| Send email to wowheadizzmydaddy |
| Find More Posts by wowheadizzmydaddy |
| Add wowheadizzmydaddy to Your Buddy List |
|
|
||
|
|
Quote:
|
|
|
|
| Xenyr |
| View Public Profile |
| Send a private message to Xenyr |
| Send email to Xenyr |
| Find More Posts by Xenyr |
| Add Xenyr to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 9
Uploads: 0
|
Problems with Rift 2.1:
Error: LibSimpleWidgetsExt/select.lua:296: attempt to call method 'GetFullHeight' (a nil value) In XMacros / SlashHandler, event Slash.xm stack traceback: LibSimpleWidgetsExt/select.lua:296: in function 'CreateFrame' XMacros/XMacrosSetEditor.lua:231: in function 'CreateRolePane' XMacros/XMacrosSetEditor.lua:356: in function 'Create' XMacros/XMacros.lua:208: in function 'EditBars' XMacros/XMacros.lua:340: in function <XMacros/XMacros.lua:327>
Last edited by wowheadizzmydaddy : 12-12-12 at 03:35 PM.
|
|
|
| wowheadizzmydaddy |
| View Public Profile |
| Send a private message to wowheadizzmydaddy |
| Send email to wowheadizzmydaddy |
| Find More Posts by wowheadizzmydaddy |
| Add wowheadizzmydaddy to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 6
Uploads: 0
|
...edit...
I just reviewed my settings and it appears that I did not have Compatibility mode selected, and was able to resolve the issue after I made that correction. Though, I do hope that there will be an update for this addon soon with the expansion in mind. Thanks again for providing such an awesome addon!!
Last edited by Heeelp : 11-15-12 at 08:59 AM.
|
|
|
| Heeelp |
| View Public Profile |
| Send a private message to Heeelp |
| Send email to Heeelp |
| Find More Posts by Heeelp |
| Add Heeelp to Your Buddy List |
|
|
||
|
|
Quote:
|
|
|
|
| Xenyr |
| View Public Profile |
| Send a private message to Xenyr |
| Send email to Xenyr |
| Find More Posts by Xenyr |
| Add Xenyr to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 4
Uploads: 0
|
Ok I got it .... Can you some how allow Keybinding to this that would Rock ..... Not sure if the API allows it ...
|
|
|
| Captspaulding |
| View Public Profile |
| Send a private message to Captspaulding |
| Send email to Captspaulding |
| Find More Posts by Captspaulding |
| Add Captspaulding to Your Buddy List |
|
|
|
|
Forum posts: 0
File comments: 4
Uploads: 0
|
Do you put in the macro box
petattack cast Shadow Fire cast Feral Aggression cast Splinter Shot cast Empowered Shot cast Quick Shot or #show Shadow Fire suppressmacrofailures petattack cast Shadow Fire cast Feral Aggression cast Splinter Shot cast Empowered Shot cast Quick Shot This is what I am trying ![]() ![]() |
|
|
| Captspaulding |
| View Public Profile |
| Send a private message to Captspaulding |
| Send email to Captspaulding |
| Find More Posts by Captspaulding |
| Add Captspaulding to Your Buddy List |
|
|
||
|
|
Quote:
|
|
|
|
| Xenyr |
| View Public Profile |
| Send a private message to Xenyr |
| Send email to Xenyr |
| Find More Posts by Xenyr |
| Add Xenyr to Your Buddy List |
![]() |
