Could u add Whisper
Posted: Sun Feb 28, 2010 10:15 pm
Could u add Whispers to the default ......like a code that if u get so many Whispers in game then log off
Something on that grounds, this way if you are gone and a gm whispers u ....u auto logoff the game ...even if a gm does not u still logoff based on what your whispers Value is set to in default
and it would be nice to be-able to not use it also. Something to think about .....I could more then likely do the code for it but since i don t know your work and its your work ....what do u think ?
Code: Select all
-- Whisper Counts
cprintf(cli.green, language[180], -- Max Whispers Log
player.Max_whisper, settings.profile.options.MAX_WHISPERS);
-- check max Whispers
if( player.Max_whisper > settings.profile.options.MAX_WHISPERS ) then
cprintf(cli.yellow, language[180], player.max_whisper,
settings.profile.options.MAX_WHISPERS ); -- to many whispers
player:logout();
endCode: Select all
<option name="MAX_WHISPERS" value="10" /> <!-- Log out after this many Whispers -->