Posting this here so I can hopefully figure out what is going on. Are some of the creatures buffed stronger than they should be on TFS? Bog Raiders totally owned a team of a 150 pally and 150 knight. It seemed like every attack landed and two bog raiders had them both in deep red in a matter of seconds... Surely that isn't right? 
A few things that seem very off to me compared the bog raiders on the official server. The main thing is they attack really fast. The interval is 2000, that is two seconds right? Because they seem to attack every second with both their life drain and bubble berserk (both hit simultaneously and start hitting from off the screen) check out this server log:
As you can see that was all in the course of a minute. What you can't see is that it was about 5 seconds...
This is what I'm seeing for bog raiders:
A few things that seem very off to me compared the bog raiders on the official server. The main thing is they attack really fast. The interval is 2000, that is two seconds right? Because they seem to attack every second with both their life drain and bubble berserk (both hit simultaneously and start hitting from off the screen) check out this server log:
Code:
00:01 You lose 129 hitpoints due to an attack by a bog raider.
00:01 You lose 96 hitpoints due to an attack by a bog raider.
00:01 You are paralyzed.
00:01 You lose 90 hitpoints due to an attack by a bog raider.
00:01 You lose 129 hitpoints due to an attack by a bog raider.
00:01 You are paralyzed.
00:01 You lose 135 hitpoints due to an attack by a bog raider.
00:01 You lose 125 hitpoints due to an attack by a bog raider.
00:01 You are poisoned.
00:01 You lose 106 hitpoints due to an attack by a bog raider.
As you can see that was all in the course of a minute. What you can't see is that it was about 5 seconds...
This is what I'm seeing for bog raiders:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Bog Raider" nameDescription="a bog raider" race="venom" experience="800" speed="300" manacost="0">
<health now="1300" max="1300"/>
<look type="299" corpse="8951"/>
<targetchange interval="60000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="15"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="1"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="59" attack="60" poison="4"/>
<attack name="lifedrain" interval="2000" min="-90" max="-140" target="1">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
<attack name="physical" interval="1000" chance="40" radius="2" target="0" min="-100" max="-175">
<attribute key="shootEffect" value="smallearth"/>
</attack>
<attack name="speed" interval="1000" chance="40" range="7" target="1" speedchange="-500" durationn="8000">
<attribute key="areaEffect" value="redshimmer"/>
</attack>
</attacks>
<defenses armor="10" defense="15">
<defense name="speed" interval="10000" chance="40" speedchange="310" duration="20000">
<attribute key="areaEffect" value="greenshimmer"/>
</defense>
<defense name="healing" interval="5000" chance="60" min="50" max="80">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<elements>
<element deathPercent="-5"/>
<element earthPercent="-30"/>
<element firePercent="-85"/>
<element physicalPercent="20"/>
<element holyPercent="5"/>
<element energyPercent="10"/>
<element icePercent="5"/>
</elements>
<immunities>
<immunity paralyze="1"/>
<immunity invisible="1"/>
</immunities>
<voices interval="2000" chance="5">
<voice sentence="Tchhh!"/>
<voice sentence="Slurp!"/>
</voices>
<loot>
<item id="2148" countmax="100" chance="50000"/><!-- gold coin -->
<item id="2148" countmax="5" chance="50000"/><!-- gold coin -->
<item id="10584" chance="9090"/><!-- boggy dreads -->
<item id="8472" chance="2173"/><!-- great spirit potion -->
<item id="7591" chance="1960"/><!-- great health potion -->
<item id="2647" chance="1960"/><!-- plate legs -->
<item id="8912" chance="1000"/><!-- springsprout rod -->
<item id="8473" chance="704"/><!-- ultimate health potion -->
<item id="8872" chance="537"/><!-- belted cape -->
<item id="8891" chance="111"/><!-- paladin armor -->
</loot>
</monster>