| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-09-11 08:56 PM |
| Created: | unknown |
| Downloads: | 717,320 |
| Favorites: | 2,033 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
2.73 |
89kB |
12-02-11 02:04 PM |
Patch |
||
3.3.0.1 |
5kB |
12-08-09 02:02 PM |
Addon |
||
r35 |
33kB |
11-27-09 11:42 PM |
Addon |
||
1.9 |
15kB |
06-05-09 11:25 AM |
Addon |
||
2.16 |
60kB |
06-08-08 07:12 AM |
Addon |
||
1.0 |
4kB |
03-19-06 06:56 AM |
Addon |
File Name |
Version |
Size |
Author |
Date |
2.25 |
85kB |
Kharthus |
04-17-09 06:16 AM |
|
2.243 |
85kB |
Gello |
10-14-08 04:37 AM |
![]() |
Comment Options |
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Kiki - the link posted here is dead, do you have another for us? Thanks!
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 9
Uploads: 0
|
Glad to see this back again, as I don't think Blizzard's equipment manager compares. Is there a way to turn off the feature that pops out the list of available items when I hover over an equipment slot in the character screen, though? I find it distracting.
|
|
|
|
|
||
|
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
|
|
|
|
|
|
|
|
Looks like the generic scripting events are pretty broken. Between the changes to global variables and in-combat restrictions there are a lot of issues.
The buff/zone/stance events still seem to function correctly though. You just won't be able to make your own events using every event in the game. |
|
|
|
|
|
|||
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
My script looks like this: local spell = "Arcane Explosion" local set = "pink" if arg1=="player" and arg2==spell then EquipSet(set) end From my understanding this should equip the 'pink' set whenever I cast an arcane explosion (I tested this out of combat obviously.) I tried to create a script that listens to the CHAT_MSG_SAY event and whenever someone says a colour like red, green, blue my outfit changes to that colour (even turns me naked when someone says pink). It's a really fun RP script I had earlier and I was really sad when this increadable addon stopped working, and was cheerful when discovered that its working again. If I leave the conditions out and just leave EquipSet("pink") in the script from the previous example, the script works fine. That's why I thought it has to do something with the arg1 variables. I even tried to enter a "local arg1, arg2 = ..." line after some google research (as the event args are not globals since patch 4.01), but it has no effect. I'm just a beginner, maybe it has nothing to do with the addon and I just overlooked something... |
||
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Great addon, although the scripts woth arg1 and similar in them are still not working.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
I too would like to thank you. I love this addon, and I appreciate you taking the time to keep it going.
|
|
|
|
|
|
|
Very nice work, Kharthus, and many thanks for keeping this addon alive.
I'm awful at keeping addons up to date (waits for gasps of shock to die down) and it's gratifying that some not only want to keep them alive but work hard to make it happen. Kharthus is the new owner of ItemRack. Take as much creative license as you want with it! And thanks again! |
|
|
|
|
|
|
|
v2.73 is up with fixes for 4.3.
Last edited by Kharthus : 12-09-11 at 08:56 PM.
|
|
|
|
|
|
|
|
Many thanks for the fix...I simply find Wow awful without this addon.
However, I'm not sure how to apply the fix. Could you say how to update the addon in a step-by-step way please? Thank you |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Re: Broken in patch 4.3
![]() |
|
|
|
|
|
|
|
Broken in patch 4.3
Latest version of ItemRack started giving lua errors in 4.3
Anyone working on fixing/maintaining this for 4.3? Here's the fix to the immediate lua error in ItemRackOptions.lua: Code:
345 --for i=1,GetNumMacroIcons() do 346 -- table.insert(ItemRackOpt.Icons,GetMacroIconInfo(i)) 347 for k,v in ipairs(GetMacroIcons()) do -- oscarucb 348 table.insert(ItemRackOpt.Icons,"Interface\\Icons\\"..v) 349 end
Last edited by oscarucb : 11-30-11 at 06:16 PM.
|
|
|
|
![]() |