• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Pickup Action Key Change Script

tristan

Authorized
Joined
Oct 26, 2014
Location
Chile
Hello fellow players,
I'm working on some scripts and I would like to ask for your help.


When I played future expansions, I had a script that changed the "pick up action" key binding (which is not available to change in the key bindings option) to any key you wanted (default is SHIFT), as follows:
Code:
/script SetModifiedClick("PICKUPACTION", "ALT"); SaveBindings(GetCurrentBindingSet())

But that does not work on vanilla, I think because the global function "SetModifiedClick" does not exist.
Does anyone know another function or code to achieve the same thing?


Thank you in advance!



P.D.: If you did not know, the "pick up action" key is the one you have to hold while moving your spells on your action bar, even if it is locked.
 
Top Bottom