0 of 0

File information

Last updated

Original upload

Created by

ForeChin99

Uploaded by

ForeChin99

Virus scan

Safe to use

Tags for this mod

21 comments

  1. famousqc
    famousqc
    • member
    • 0 kudos
    Locked
    Sticky
    I tweaked this a bit to my liking, tought i'd share as some people might like this better.This bassicaly swaps to youre pre determined spell pages as you press modifiers (Mouse 1, Mouse 4 and Mouse 5) and they return to F1 preset as you release them. I found this way better so i can see my spell bar at the bottom without having to remember all the spells and their placements. Feel free to upload this as a 3rd version

    ~LButton::
    Send, {LButton}
    Send, {F2}
    Sleep, 50
    return
    ~LButton UP::
    Send, {LButton UP}
    Send, {F1}
    Sleep, 50
    return
    ~XButton2::
    Send, {F3}
    Sleep, 50
    return
    ~XButton2 UP::
    Send, {F1}
    Sleep, 50
    return
    ~XButton1::
    Send, {F4}
    Sleep, 50
    return
    ~XButton1 UP::
    Send, {F1}
    Sleep, 50
    return
  2. zyjex
    zyjex
    • member
    • 0 kudos
    Famousqc's script has a problem when you press down  Mouse 1,  it always shoots the basic cast, even when what you want to do is just to see your second spell bar. I tweaked the script a bit to fix the problem.
    #IfWinActive ahk_exe HogwartsLegacy.exe
    ~LButton::
    {   KeyWait, LButton, T0.14
    if(ErrorLevel)
    {   Send, {F2}
        KeyWait, LButton
        if(ErrorLevel = 0)
        {
         Send, {F1}
        }

    return
    }

    ~XButton2::
    Send, {F3}
    Sleep, 50
    return
    ~XButton2 UP::
    Send, {F1}
    Sleep, 50
    return
    ~XButton1::
    Send, {F4}
    Sleep, 50
    return
    ~XButton1 UP::
    Send, {F1}
    Sleep, 50
    return
  3. windsky89
    windsky89
    • member
    • 0 kudos
    Hello! Can I add a command to AHK to cast magic directly?
    For example: L = Lumos, P = Reparo. When you press the key, you can use it!
    Sorry for my bad English
    1. ForeChin99
      ForeChin99
      • member
      • 1 kudos
      Check out AHK Tool Box
  4. FlanChanS
    FlanChanS
    • member
    • 0 kudos
    How do you install it ?
    I tried putting it in my directory : nothing happened.
    Tried opening the akh file with the exe located in the original mod, didnt work.

    EDIT : okay, I've managed to install it. Yet, when I press 1, 2, 3 or 4, it doesnt use F1+1....etc...
    How is that so? maybe because I use an AZERTY keyboard?
    1. johanjg
      johanjg
      • member
      • 0 kudos
      how did you do it, i have no clue how is it supposed to be installed or what else i should do for it to work :/

      Edit, Alright got it to work, need to open the file with AutoHotKey Porogram

      good mod though 
  5. serexon
    serexon
    • member
    • 0 kudos
    i cant download the mb4,mb5 version
    1. ForeChin99
      ForeChin99
      • member
      • 1 kudos
      Thanks, I updated the file
  6. JoeyAGamer
    JoeyAGamer
    • member
    • 1 kudos
    I don't have the time to download it right now, but is it possible to use these format of keys for the spells?
    Example:

    1, 2, 3, 4 (first group)
    RMB + 1, 2, 3, 4 (second group) 
    MB4 + 1, 2, 3, 4 (third group)
    MB5 + 1, 2, 3 ,4 (fourth group) 

    So I don't "need" to change the F1-4 keys. (just because I don't feel like using it If I can do anything with the mouse)
    1. NavyanAyub
      NavyanAyub
      • member
      • 0 kudos
      Yes Please^
    2. thron999999
      thron999999
      • supporter
      • 1 kudos
      ^ please do this
    3. ForeChin99
      ForeChin99
      • member
      • 1 kudos
      Yeah, makes a lot of sense. I uploaded it as "MouseHoldSpellsMB4MB5" in files
    4. buesi
      buesi
      • member
      • 0 kudos
      nevermind
  7. hippocamper86
    hippocamper86
    • member
    • 5 kudos
    Any chance you could do something similar with the left trigger on controller?
    1. ForeChin99
      ForeChin99
      • member
      • 1 kudos
      Sorry, don't know how to do that
    2. MidnightPrizm
      MidnightPrizm
      • premium
      • 0 kudos
      look up reWASD. You can use it to mod controller for most PC games. It is what I have been using. I can even upload my set up currently. I still havent completely ironed it out especially the spell aspects since I was constrained by how the devs set it up to begin with. Most games released on PC and console allows the PC versions to maintain PC benefits such as having most spells assigned to multiple buttons but it seems the devs were focused on a system for mostly console players. But these new mods are giving access to be able to assing spells to different buttons all at once. I just have to find one that works best
  8. vinnfier
    vinnfier
    • member
    • 0 kudos
    I changed the wheel up/down to hold left click+F1/F2/F3/F4, much easier this way. And thank you for making this !
    1. killer101852
      killer101852
      • supporter
      • 0 kudos
      Good idea. Using mouse wheel is uncomfortable so ill do this
    2. JoeyAGamer
      JoeyAGamer
      • member
      • 1 kudos
      I was thinking exactly something like that... "how can I not use the mouse wheel since its so uncomfortable. Nice.
    3. ForeChin99
      ForeChin99
      • member
      • 1 kudos
      Great idea, I made this a default in a mod instead of a mouse wheel, thanks
  9. thron999999
    thron999999
    • supporter
    • 1 kudos
    It would be cool if you could for example:

    hold shift + holding lmb + number instead of using the function keys at all
  10. Unfotius
    Unfotius
    • supporter
    • 4 kudos
    nostalgia is really kickin my head in rn