
ExtremeBot
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalTem tudo isso, quando vc vai em caçar...
Você pode caçar somente monstro X level...
etc...
http://guia-oc.webnode.com.br/
qualquer coisa
http://guia-oc.webnode.com.br/tutoriais/
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalTodos foram convidados...
Para entrar no clã, vai em
Se tiver 10k, entra, se não, espera eu terminar de caçar, pra enviar os 20k
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalVocê está caçando: Guerreiro de Ferro. Tempo Restante: 291 minuto(s).
04:50:52
Daqui 4h eu mando os 20k pra vcs, o convite tá dado já \o
Você convidou ProFighter para o clã.
Você convidou Diou para o clã.
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalAff..
Bora jogar ae cambada de macaco...
Cadastre-se e cola nick aki, vou dar 20k pra começar e o convite pro clã.
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalBora jogar ae negada!
Silent Killers vs .La Firma
Aposta: 1000
Tamanho da Guerra: 3x3
Início: 09:25
Ari massacrou EdsonJunior
Fuulpower não teve chances contra Oakley Inc
NatsuTail não teve chances contra Will
Total 1 Total 2
O clã La Firma venceu!
-
ExtremeBot deu reputação a EdsonJunior em O Confronto : Batalha MedievalQuem tá jogando aÊ?
Fala nick pra convidar pro CLÃ!
La Firma
-
ExtremeBot deu reputação a EdsonJunior em [Resolvido] [PEDIDO] Script Pally X distância dos bichosCom 3 SQM de distancia.
Const SQM = 3 // Quantos SQM de distancia? function GetCreatureByID(ID: integer): TCreature; var x: integer; begin Result := nil; for x := 0 to Creatures.Count - 1 do begin if x >= Creatures.Count then Break; if Creatures.Creature[x].ID = ID then begin Result := Creatures.Creature[x]; Exit; end; end; end; UpdateWorld; KnightID := Self.Following; while not terminated do begin UpdateWorld; Knight := GetCreatureByID(KnightID); if Knight <> nil then if Knight.Z = self.z then begin if self.following then if (abs(Self.X-Knight.X) < SQM + 1) and (abs(Self.Y-Knight.Y) < SQM + 1) then begin Knight.Following := false; UpdateWorld; Self.MoveTo(Self.X,Self.Y,Self.Z); end; if not self.following then begin if (abs(Self.X-Knight.X) > SQM) or (abs(Self.Y-Knight.Y) > SQM) then Knight.Following := true; end; if (not self.following) and (abs(Self.X - Knight.X) < 2) and (ABS(Self.Y - Knight.Y) < 2) then begin Knight.Following := true; sleep(100); Knight.Following := false; sleep(1000); end; end; else self.displaytext('Target is not on the same floor!'); else self.displaytext('Target losed!!!'); sleep(100); end;