PDA

View Full Version : Want to disable tell flag


Maceblade
07-10-2012, 10:06 PM
This may sound really dumb but I am not a perl wiz or anything as you will be able to tell... but I want to remove whatever it is that keeps players from being able to send tells and Ive looked but have not found a thread tellin me how to... Thanks :)

blackdragonsdg
07-10-2012, 11:12 PM
Try this update rule_values set rule_value = -1 where rule_name = 'Chat:GlobalChatLevelLimit';

Maceblade
07-12-2012, 09:18 PM
Thanks Black :)