Postado Abril 8, 2011 14 anos Bom pessoal... Antigamente eu usava o NG para treinar com slime, eu dava folow na mae, rodava o script e pronto, podia ficar afk... Agora que voltei a jogar, quando do folow na mae o bot começa a atacar a slime filha, so q depois q mata a filha, ele começa a atacar a mae... Eu nao sei o que esta acontecendo - acho q e alguma mudança que fizeram nesses ultimos updates- Pois entao... Alguem tem uma sugestao do q eu posso fazer para poder treinar afk? Desde ja... Grato
Postado Abril 8, 2011 14 anos Autor Lol... Por que voce moveu para a area do Tibiabot NG? Eu nao pedi, necesssariamente, essa funçao no Tibiabot NG.... Eu quero e um "Outro Bot" que tenha a funçao de poder treinar com slime afk... Apenas mencionei que antes eu usava o NG para treinar, e agora nao esta funcionando mais o script em que vc deva follow na slime mae e o bot atacava as filhas... Obs.: Se alguem souber algum novo script que funcione no Tibiabot NG... Ta valendo
Postado Abril 8, 2011 14 anos Tenho esse aqui de NG nao se funciona : function Attacking: boolean; begin UpdateWorld; for x := 0 to Creatures.Count - 1 do begin UpdateWorld; if Creatures.Creature[x].Attacking then begin Result := True; Exit; end; end; Result := False; Exit; end; function GetFollowedCreatureID: integer; begin UpdateWorld; for x := 0 to Creatures.Count - 1 do begin UpdateWorld; if Creatures.Creature[x].Following then begin Result := Creatures.Creature[x].ID; Exit; end; end; end; var MotherSlime, X1, Y1: integer; begin MotherSlime := GetFollowedCreatureID; while not Terminated do begin UpdateWorld; if not Attacking then begin UpdateWorld; for x := 0 to Creatures.Count - 1 do begin UpdateWorld; if Creatures.Creature[x].ID <> MotherSlime then begin if (Creatures.Creature[x].Name <> Self.Name) and Creatures.Creature[x].NPC then begin UpdateWorld; X1 := Creatures.Creature[x].X; Y1 := Creatures.Creature[x].Y; if (X1 - Self.X = 1) or (X1 - Self.X = 0) or (X1 - Self.X = -1) then begin UpdateWorld; if (Y1 - Self.Y = 1) or (Y1 - Self.Y = 0) or (Y1 - Self.Y = -1) then begin Creatures.Creature[x].Attacking := true; Break; end; end; end; end; end; end; Sleep(1000); end; end; Bom mesmo seria, se pudéssemos voltar no tempo, e viver certos momentos novamente.
Postado Abril 8, 2011 14 anos Jackson, sugiro que dê uma olhada nesse tópico. Talvez ajude. E uma outra sugestão de bot é o TugBot. Tem um tutorial dele aqui, feito por mim que ensina a treinar com Slimes. Espero que ajude. Abraço. Equipe TibiaKing.com ~ Legalize it.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.