I've tried to find some kind of documentation on \ and | starting commands built in the client.
\ is for Guild
| is for Alliance
I was just thinking if they work somehow the same way as / party commands.
I searched stratics and uo.com without any notification about these....
I tried to log what packets were sent and I saw only the unicode speech packets 0xAD and 0xAE.
Does anyone here have more information about these `?
Guild commands and Alliance commands
Re: Guild commands and Alliance commands
Okay I found out they were speechtypes´and have to be handled by hooking the speech packet.
But one thing that should be helpfull is a list of how to use speechtypes ingame. Ofcourse you can make custom ways for them, but there are already built in client ways to use them.
This is what I did find out.
: msg = emote
; msg = whisper
! msg = yell
\ msg = guild
| msg = alliance
But one thing that should be helpfull is a list of how to use speechtypes ingame. Ofcourse you can make custom ways for them, but there are already built in client ways to use them.
This is what I did find out.
: msg = emote
; msg = whisper
! msg = yell
\ msg = guild
| msg = alliance
Re: Guild commands and Alliance commands
Hook speech to get it all. I think there was a custom scripts pkg released to do similar, or did tek do this with Distro guild system?