Could u add Whisper

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Uniden65
Posts: 151
Joined: Thu Aug 20, 2009 5:17 pm

Could u add Whisper

#1 Post by Uniden65 » 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

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();
		end
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

Code: Select all

		<option name="MAX_WHISPERS" value="10" /> <!-- Log out after this many Whispers -->
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 ?

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: Could u add Whisper

#2 Post by Administrator » Sun Feb 28, 2010 11:54 pm

This should be done with an addon. It would be the only (good) way to detect when you get a whisper message.

muffins89
Posts: 5
Joined: Thu Mar 04, 2010 6:53 pm

Re: Could u add Whisper

#3 Post by muffins89 » Fri Mar 05, 2010 9:13 am

Does this work? Or is it already added into the files?

If not is there any way to make this work? Would be sweet!!!!

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 5 guests