• 0

    posted a message on [Wildstar] Lockdown
    Quote from Xuerian »
    Quote from Jadarok »

    I guess the problem I notice with aiming with the crosshair is targeting field doesn't match up with my new crosshair placement.

    I noticed that problem too. In fact, so many people noticed it that I may have possibly put it up on the curse page. I may have also put it on the curse page in giant, red, flashing text.

    Sarcasm from exasperation aside, I'm actually working (literally right now) on a new targeting system that will move with the crosshairs. Hopefully it won't take too long.

    Edit: Unfortunately, that targeting system will not change where AoEs are aimed. I can't do that, because that's where WildStar says the mouse is and there's no GameLib.SetMouseLockPosition(x, y) for me to use to move that around.

    If there was, I would have already included it. That said, I may still have some other improvements to help that, but they won't be optimal without that kind of API being provided by Carbine.

    Hmmm....after the 6/28 Update, I'm noticing Reap now aims where my crosshair position is. Aparently that was one of their "Back end fixes"?

    Posted in: Addons
  • 0

    posted a message on [Wildstar] Lockdown

    I guess the problem I notice with aiming with the crosshair is targeting field doesn't match up with my new crosshair placement.

    Posted in: Addons
  • 0

    posted a message on [Wildstar] Lockdown

    I have another question, How do you guys use abilities like Reap or Nullifier? Ones that usually require you to actually place where the AoE will go with a mouse cursor. I've been trying to find a technique but it still feels clunky. You guys have any tips?

    Posted in: Addons
  • 0

    posted a message on [Wildstar] Lockdown
    Quote from svt »
    Quote from Jadarok

    Can I get some clarification on this? I would also like to adjust the default cursor height but I can't seem to find this line in the *.lua.

    Um. Are you talking about the Reticle? You can move it X/Y in the Addon options. I'm not sure why you feel like you need to mess with the .lua? 

    Wow my mistake...for some reason I didn't realize there was a separate tab for for reticule options ;D

    Posted in: Addons
  • 0

    posted a message on [Wildstar] Lockdown
    Quote from Xuerian »
    Quote from surileD »

    How would I go about relocating the reticle? I would prefer it to be a little higher on the screen. 

    I know it will take changes in both the Lockdown lua and the ahk script

    As you saw in the script it's not quite done. If you really want to do it now, use the one I posted and change it at the top.

    Edit: Don't use the one I posted. Edit according to your note.

    In the Lua, change the number at the end of this line, at the bottom of the file:

        local nMidW, nMidH = tSize.nWidth/2, tSize.nHeight/2 - 100

    Can I get some clarification on this? I would also like to adjust the default cursor height but I can't seem to find this line in the *.lua.

    Posted in: Addons
  • To post a comment, please or register a new account.