Originally Posted by
Sector
The error persist :/ I Do? I load the scritp with Load Both...
this is the action! Now i test and dont make refill :S for it action
auto(120000)
dontlist()
setsetting('Looting/ValuableBodiesValue', ValuableItem)
if LootOnlyValuables then
setsetting('Looting/OnlyOpenValuableBodies', 'yes')
else
setsetting('Looting/OnlyOpenValuableBodies', 'no')
end
if MP:lower() == "great mana potion" then
setsetting('Looting/LootList/great mana potion/LootingDestination', 'supplybp')
setsetting('Looting/LootList/great mana potion/Category', 'x')
else
setsetting('Looting/LootList/great mana potion/LootingDestination', 'lootbp')
setsetting('Looting/LootList/great mana potion/Category', 's')
end
if not $pzone then
eatfoodfull()
end