Custom Commands

Discuss the new 3D Ogre engine based client here.
Post Reply
Danath
Posts: 6
Joined: Sat Feb 03, 2018 11:39 pm

Custom Commands

Post by Danath » Wed Dec 19, 2018 1:06 am

With the Ogre client, everything is just hotkeys. Is there a way to make custom commands to say things instead of just cast. Example, I want to make a guild banner and instead of typing or pasting it. I can make a command and then set it to a hotkey where its there and I can just type. Kind of like the classic client.
Delerium
Site Admin
Posts: 123
Joined: Mon Mar 21, 2016 8:33 am

Re: Custom Commands

Post by Delerium » Wed Dec 19, 2018 11:50 am

So the aliases (can be set via Options->Aliases) currently don't work that way in Ogre client - you can assign an alias to a hotkey by dragging the A icon the same way spell icons are dragged, but it won't let you type anything extra after hitting the hotkey for it. To get some of the functionality you want, you could create an alias for b for b <banner> and then type b hello into the chat bar which will get sent as b <banner> hello.

Same info here: https://github.com/cyberjunk/meridian59 ... issues/151

Alias hotkeys were a recent addition so perhaps we need to look into a way to prevent the enter at the end so the hotkeys can be used for broadcast/tellguild etc.
Post Reply