PDA

View Full Version : FloodFilterEnabled in <PersistentRooms>



daveganley
08-09-2004, 06:41 PM
What is the xml for disabling flood filtering when creating a persistent room?

jobem
08-09-2004, 10:33 PM
Hi daveganley,

Simple add in the FloodingFilterEnabled attribute. For instance, this XML already comes installed in ES 3.5 for one of the avatar rooms. I just added in the FloodingFilterEnabled attribute:


<Room Updatable="true" Hidden="false" FloodingFilterEnabled="false" Numbered="false" UserVariablesEnabled="true">
<Name>The Dance Room</Name>
</Password>
<Description></Description>
<Capacity>10</Capacity>
<RoomVariables>
<RoomVariable Persistent="True" Locked="true">
<Name>MapPath</Name>
<Data>dance.xml</Data>
</RoomVariable>
</RoomVariables>

</Room>

daveganley
08-10-2004, 06:36 AM
Thanks.

I was close I tried adding it as <FloodingFilterEnabled>false</FloodingFilterEnabled>