Custom slash commands

Mysteryman

Active Member
Can it be implemented from a script?

where I could type in /whaterver in my eq2 chat window and have it execute some trigger or alias or what erver?

I've tried using aliases, but they seem to only work on text in the command window.


Whilei I'm at it...

Is there some equilivent to the old mq2 hud? Where one can write directly to the game screen without the need for xml based windows ?
 

Hendrix

Well-Known Member
an alias would setup a /command in EQ2. I am not sure why you couldnt get it to work unless you didnt have ISXEQ2 loaded...
 

Mysteryman

Active Member
I'm pretty sure i had isxeq2 loaded, but I sure won't sware to it as i was in and out of game alot working on this... so it's possible.


so something like this your saying would set up a command in eq2 that is executable from a chat window by typing "/hello"

alias /hello "some action ..."
 

Hendrix

Well-Known Member
an example would be...
alias help "eq2echo newb"

now in a chat window typing /help should do an eq2echo that says newb...
 
Top Bottom