Guild commands and Alliance commands

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Guild commands and Alliance commands

Post by Tomi »

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 `?
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Guild commands and Alliance commands

Post by Tomi »

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
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Re: Guild commands and Alliance commands

Post by MuadDib »

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?
Post Reply