Forum o bocie TibiaNG oraz ElfBotNG
JWT.
[Musisz być zalogowany, aby przeczytać ukrytą wiadomość]
const Hp='666' // Will say HealSpell if your health is lower than this Mana='20' // If your mana is lower than this it will use mana fluid ManaPotionId='000' //Change this to the ID of the mana potion you want to use HealSpell='Exura' while not terminated do begin if Self.Mana < Mana then Self.Containers.UseItemWithSelf(ManaPotionId); Sleep(200); if Self.Health <= Hp then Self.Say(HealSpell); Sleep(2000); end;[/hide]
Offline