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"
-
View User Profile
-
Send Message
Posted Dec 26, 2016anyway to disable the lines but just keep the spinning circle this i feel would be much better?
-
View User Profile
-
Send Message
Posted Aug 10, 2018In reply to MidgetZen:
-
View User Profile
-
Send Message
Posted Aug 11, 2018In 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.
-
View User Profile
-
Send Message
Posted Aug 11, 2018In reply to Ambiguouskid:
-
View User Profile
-
Send Message
Posted Oct 19, 2016This 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.
-
View User Profile
-
Send Message
Posted Sep 30, 2016For some reason this does not come up on my resto druid even though it's enabled...any idea?
-
View User Profile
-
Send Message
Posted Sep 30, 2016Do you have nameplates enabled?
-
View User Profile
-
Send Message
Posted Oct 2, 2016That would be it, thanks.
-
View User Profile
-
Send Message
Posted Sep 19, 2016Is this a fork or a mirror of the one on WoWinterface?
-
View User Profile
-
Send Message
Posted Sep 19, 2016I believe he just reuploaded what I have on wowinterface.
-
View User Profile
-
Send Message
Posted Sep 20, 2016Oh 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?
-
View User Profile
-
Send Message
Posted Sep 19, 2016v0.3
-
View User Profile
-
Send Message
Posted Sep 19, 2016This 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:
f:RegisterEvent('DISPLAY_SIZE_CHANGED') f:RegisterEvent('PLAYER_LOGIN')-
View User Profile
-
Send Message
Posted Sep 20, 2016Sweet easy fixed, thx for the fast reply.
I play in 2560x1440 btw.
-
View User Profile
-
Send Message
Posted Sep 19, 2016I´ve just posted a comment on Curse. Is it possible to make the circle for example white when the target is out of range?
-
View User Profile
-
Send Message
Posted Sep 19, 2016Would it be possible to make the circle for example white when the target is out of range?
-
View User Profile
-
Send Message
Posted Sep 19, 2016OK. I just found it out.
Edited the lines in your lua file:
left:SetSize (0, 1)
right:SetSize (0, 1)
then top and bottom
-
View User Profile
-
Send Message
Posted Sep 19, 2016Could you make a version without this long lines? Or make it configurable pls..
It looks awesome...
-
View User Profile
-
Send Message
Posted Sep 20, 2016-
View User Profile
-
Send Message
Posted Sep 18, 2016Yay! My eyesight is terrible and this really helps me a lot. Thank you so much for making this.