| Tested: | Hour of Twilight 4.3 |
| Updated: | 02-27-12 05:10 AM |
| Created: | unknown |
| Downloads: | 549,162 |
| Favorites: | 2,557 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
4.3.0.2 |
3kB |
01-08-12 11:30 PM |
Addon |
||
4.3.0.20 |
10kB |
12-12-11 12:12 AM |
Addon |
||
4.3.0.67 |
5kB |
12-11-11 10:49 PM |
Addon |
||
4.3.0.40 |
6kB |
12-11-11 09:32 PM |
Addon |
||
4.3.0.15 |
5kB |
12-11-11 05:53 AM |
Patch |
||
4.3.0.76 |
19kB |
12-11-11 05:13 AM |
Addon |
||
v1.1 |
1kB |
11-29-11 12:50 AM |
Addon |
||
1.0 |
2kB |
10-24-11 02:42 AM |
Addon |
||
1.0.0 |
2kB |
01-01-11 10:25 AM |
Addon |
||
3.2 |
592kB |
01-25-10 04:14 AM |
Addon |
||
1.00 |
7kB |
08-07-08 09:46 PM |
Addon |
||
1.1 |
894B |
07-20-08 05:07 PM |
Addon |
||
r67048 |
31kB |
03-30-08 01:46 PM |
Addon |
||
r65742 |
12kB |
03-30-08 01:44 PM |
Addon |
||
r52587 |
4kB |
10-19-07 03:04 PM |
Addon |
File Name |
Version |
Size |
Author |
Date |
4.2.0.1442 |
323kB |
Phanx |
07-18-11 04:58 AM |
![]() |
Comment Options |
|
|
|
|
This is a known issue, but I haven't had time to work on fixing it yet, unfortunately.
Last edited by Phanx : 04-13-12 at 09:36 PM.
|
|
|
|
|
|
|
|
Thanks. Now, the macro works perfectly but the Lua fragment code doesn't. No more Lua errors or anything, the game just doesn't recognize the slash command.
|
|
|
|
|
|
|
|
Absolutely awesome. Thank you very much.
|
|
|
|
|
|
|
|
Code:
Grid:SetProfile("Raid25")
Code:
/run local A,B="Raid10","Raid25" if Grid.db:GetCurrentProfile() == A then Grid.db:SetProfile(B) else Grid.db:SetProfile(A) end Code:
SLASH_GRID_SWAP_PROFILES = "/gsp"
SlashCmdList["GRID_SWAP_PROFILES"] = function()
if Grid.db:GetCurrentProfile() == "Raid10" then
Grid.db:SetProfile("Raid25")
else
Grid.db:SetProfile("Raid10")
end
end
Last edited by Phanx : 01-11-12 at 07:35 PM.
|
|
|
|
|
|
||
|
Hello Phanx. Thansk for answering me in the forums.
So I tried your Layout mods, but none did satisfy me. I'll finally choose an easy solution: typing /grid profile choose Raid10 each time I'll need to. Only thing is, it would be great to have only to type /G10. So I'd like to have a little LUA hack, but have no idea once I write the bacis.
|
||
|
|
|
|
|
|
Please read my last post (two posts below yours) in response to someone else with the same issue, and report back after you have followed the instructions.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 2
Uploads: 0
|
Hey I'm having a problem with my grid. I use clique, and say I have horizontal groups, if I put my grid in the area I want (Towards the bottom center of my screen above my KG Panel's user frames (My UI is similar to Aliena's UI), I can't "mouseover" people and click my keybind, it doesn't highlight them, it's very sensitive to where I put my cursor. How do I fix this?
- Nørì
__________________
Nørì ~ Wyrmrest Accord (US) Athiest Priest of the Horde Those who endure... Conquer. |
|
|
|
|
|
|
Master loot, raid leader, etc.. icon
Hello Phanx, excellent job.. i really like it... just a question: how i put Raid leader, party guide, maste rloot , etc.. icon? ty for help-...
|
|
|
|
|
|
|
|
Most likely, you have some other addon covering up part of Grid with an invisible frame. Action bar addons often do this. Type "/fstack" in game and then move the mouse cursor over the area that is not responding to clicks. You should see a list of frames that are underneath the cursor's current location. If you see something that is obviously part of another addon (for example, BartenderBar4), use that addon's options to move or delete the unwanted frame. Otherwise, post a screenshot showing the /fstack window, or type out the list of frames shown in the window.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
big issue
hy all i have a problem with my grid. sometimes in a raid group i cant target people with grid. I mean i try target someone and nothin happnd, any idea how fix this? thanks a lot
Ps: sorry for bad english :P |
|
|
![]() |