Archive > AoC 0.6 support

Changing a member logon message

(1/1)

Spreadicus:
Is there a way to set another members logon message from the admin controls? Cant seem to find a command to do it, I presume there is no way to do this but can't hurt to ask

dillinger:
Ofc you can do this as a mysql admin:

1. Login to your mysql console

2. Find the CHAR_ID of your 'victim' using

--- Code: ---SELECT * FROM `YOURBOT_users` WHERE NICKNAME= 'YOURVICTIM'
--- End code ---

3. Find the CHAR_ID in the LOGON table using

--- Code: ---SELECT * FROM `YOURBOT_logon` WHERE ID= '123456789'
--- End code ---

4. Alter in field MESSAGE text and save

Navigation

[0] Message Index

Go to full version