Get the program NotePad++ if you don't already have it. Then find the Crosshairs.lua file in the Crosshairs folder. (...World of Warcraft\Interface\Addons\Crosshairs) Open the Crosshairs.lua file with Notepad++ and find line 139. Change the 5 to a zero so it now looks like: SetLineAlpha(0.0) Then save your changes, and exit NotePad++. This will turn the line's alpha/visibility to 0, making them invisible. There are other ways to go about it, but I do it this way in case I ever want to change the alpha again in the future to make the lines visible again. An in-game config menu would be amazing, but I hear they can be pretty difficult to make.
Oh okay, so it's the same then? The curse client was asking to link the addons and I was surprised to see it suddenly listed here. Will updates be posted here going forward?
18x Crosshairs\Crosshairs-v0.3.lua:249: bad argument #1 to 'strmatch' (string expected, got nil)
[C]: in function `strmatch'
Crosshairs\Crosshairs-v0.3.lua:249: in function `?'
Crosshairs\Crosshairs-v0.3.lua:276: in function <Crosshairs\Crosshairs.lua:276>
Locals:
(*temporary) = nil
(*temporary) = "(%d+)x(%d+)"
(*temporary) = "string expected, got nil"
anyway to disable the lines but just keep the spinning circle this i feel would be much better?
In reply to MidgetZen:
In reply to Scaver:
Then find the Crosshairs.lua file in the Crosshairs folder. (...World of Warcraft\Interface\Addons\Crosshairs)
Open the Crosshairs.lua file with Notepad++ and find line 139. Change the 5 to a zero so it now looks like: SetLineAlpha(0.0)
Then save your changes, and exit NotePad++.
This will turn the line's alpha/visibility to 0, making them invisible.
There are other ways to go about it, but I do it this way in case I ever want to change the alpha again in the future to make the lines visible again.
An in-game config menu would be amazing, but I hear they can be pretty difficult to make.
In reply to Ambiguouskid:
This appears to be attached to the top of the nameplate. Can someone help me modify the code so it attaches to the bottom? I'm no good at lua.
For some reason this does not come up on my resto druid even though it's enabled...any idea?
Do you have nameplates enabled?
That would be it, thanks.
Is this a fork or a mirror of the one on WoWinterface?
I believe he just reuploaded what I have on wowinterface.
Oh okay, so it's the same then? The curse client was asking to link the addons and I was surprised to see it suddenly listed here. Will updates be posted here going forward?
v0.3
This is from using a resolution that isn't on the in-game dropdown menu, I'll probably have to add an exception for it at some point.
You can get rid of the error by deleting these lines:
Sweet easy fixed, thx for the fast reply.
I play in 2560x1440 btw.
I´ve just posted a comment on Curse. Is it possible to make the circle for example white when the target is out of range?
Would it be possible to make the circle for example white when the target is out of range?
OK. I just found it out.
Edited the lines in your lua file:
left:SetSize (0, 1)
right:SetSize (0, 1)
then top and bottom
Could you make a version without this long lines? Or make it configurable pls..
It looks awesome...
Yay! My eyesight is terrible and this really helps me a lot. Thank you so much for making this.