1. I want to be able to have multiple lined names, mainly for staff so it would be something like:
Seer
Johnny
On separate lines
2. I want to, somehow, make it so the staff member's name is changed automatically to something like
Seer
Johnny(See #1)
So it says Seer automatically, or gm, etc.
Oh, and
3. I want to be able to color part of names
I don't want this script made for me, I just need some directions as to how to start =/
A few name questions...
What you would have to do is do a packethook for the SendAscii packet (0x1C). You can intercept the packet and compare to see if it is the person's name. After confirming it is, just grab their cmdlevel, create another SendAscii packet, send the cmdlevel name, and then have POL send the original packet after that.
SendAscii also sends what font and color to use.
SendAscii also sends what font and color to use.
Last edited by CWO on Sat Jul 12, 2008 7:02 am, edited 1 time in total.