• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Create exhaustion in channel

Bug

New Member
Joined
Jan 7, 2011
Messages
111
Reaction score
1
Hi, how can i add exahaustion in npcs, guild and private player channel???
You can spam that channels and make lag
 
Taken from TFS xmls, channels.xml

XML:
	<channel id="6" name="Trade" level="8" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes.">
		<vocation id="1-8"/>
	</channel>
 
XML:
 <channel id="x" name="OTLand" level="1337" muted="5" conditionId="23" conditionMessage="You may only write once every 5 seconds in this dead channel."/>

And now its an OTLand channel. It was just an example.
 
Idk about that, probbly source code edit, but how are they crashing the server by talking? Must be a bad script some where. Since any rev. should be able to be "spammable" never heard of this one. Only that they "puff" by using spells.

WibbenZ

Edit try this:
XML:
	<channel id="65535" name="Private Chat Channel" muted="5" conditionId="22" conditionMessage="Msg muted."/>
 
I found this searching first for a solution of a hotkeys of elfbot that where doing the same, then i saw that was posible in other server channels.
TRADE DEAFULT HELP have exhaustion, the other ones dont, so you can spam there, maybe they didnt add exhaustion because no one spams there lol, but if you want to lag a server is a good way to do it.
 
Back
Top