thet means you speak too fast... well it means that on that ots you probably cannot spam spells for a longer period of time
I dont think there is any work around
you probably need to just way through mute time or eventually set wait time higher
Module.New("manaburn", function(module)
if(Self.Mana()>700) then
Self.Cast("utana vid")
Self.Cast("exura vita")
else
Self.UseItemWithMe(ManaPotion)
end
moduleelay(200) -- this is the value you change if you want to have bigger spaces between casts
end)