BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: Spreadicus on June 08, 2015, 12:43:22 am

Title: Changing a member logon message
Post by: Spreadicus on June 08, 2015, 12:43:22 am
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
Title: Re: Changing a member logon message
Post by: dillinger on August 24, 2015, 04:41:51 pm
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]
SELECT * FROM `YOURBOT_users` WHERE NICKNAME= 'YOURVICTIM'
3. Find the CHAR_ID in the LOGON table using
Code: [Select]
SELECT * FROM `YOURBOT_logon` WHERE ID= '123456789'
4. Alter in field MESSAGE text and save
SimplePortal 2.3.7 © 2008-2024, SimplePortal