Enngell
New Member
- Joined
- Jun 21, 2012
- Messages
- 45
- Reaction score
- 0
I am looking for a way, so the bot does not revive. I am not using any plugins and using a basic profile:
I have set death handling: ignore - but always, when the char dies, it revives as soon as possible. Does anyone has an idea how to stop that?
Code:
<Profile>
<Name>Kill</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<Order>
<ToggleTargeting combat="True" looting="True" lootRadius="50" killRadius="100" />
<ExploreArea boxTolerance="0.45" boxSize="15" until="FullyExplored" />
</Order>
</Profile>
I have set death handling: ignore - but always, when the char dies, it revives as soon as possible. Does anyone has an idea how to stop that?