Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.


 
InícioInício  Últimas imagensÚltimas imagens  ProcurarProcurar  RegistarRegistar  Entrar  

 

 Meu char não toma os pote!!

Ir para baixo 
3 participantes
AutorMensagem
KavalloAtec




Mensagens : 8
Graduação : 21
Reputação : 2
Data de inscrição : 16/04/2011

Meu char não toma os pote!! Empty
MensagemAssunto: Meu char não toma os pote!!   Meu char não toma os pote!! Icon_minitimeSáb maio 07, 2011 8:12 am

Então;

Meu char só toma rejuvenetion.

Os de mana e life ele só toma depois que limpa a área.

Como faço para ele tomar os potes de mana e life ainda quando esta lutando??

Sou uma sorc, ai o cara drena toda minha mana e meu char fica tomando soco sem soltar nenhuma magia pq ele não consegue tomar o pote.

Alguém sabe o que posso fazer????
Ir para o topo Ir para baixo
Zakarum
Capitão
Capitão
Zakarum


Mensagens : 63
Graduação : 564
Reputação : 76
Data de inscrição : 14/03/2011
Idade : 32
Localização : RS - Porto Alegre

Meu char não toma os pote!! Empty
MensagemAssunto: Re: Meu char não toma os pote!!   Meu char não toma os pote!! Icon_minitimeSáb maio 07, 2011 5:35 pm

Dentro das "Char_Configuration" do teu Bot procura esses scripts, são com eles que tu controla com que % de dano o teu Bot e o teu Mercenario vam tomar as potions e com que % de dano ele vai dar "Chiken" dentro do jogo.
NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer
NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer
NTConfig_UseMerc = true; // Set to true if you use a mercenary, will revive merc at a reviver npc.
NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc

NTConfig_LifeThresh = 70; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 30; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game.

NTConfig_MercLifeThresh = 50; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 30; // This is the threshold to use a rejuv potion on your merc in percent.
NTConfig_MercChicken = 10; // This is your mercs chicken life percent. If he goes below this, exit game.

Mas caso o teu bot ficar com a Mana "Zerada" ele não vai tomar as potions Mana (A possão azul), ele so vai tomar a Rejuvenation caso ele tenha achado alguma (A possão roza). Eu não sei como mudar isso!

Se tu colocar uma boa Rune Word "Insight" no mercenario da tua Sorceress issso vai ajudar ela recuperar a mana!
Outra coisa que tu pode fazr é programar o teu Bot para guardar mais Potions Mana ou mais Rejuvenation Potions no cinto, mexendo nesse script dentro das Char_Config:

NTConfig_BeltColType[0] = "hp";
NTConfig_BeltColType[1] = "mp";
NTConfig_BeltColType[2] = "mp";
NTConfig_BeltColType[3] = "rv";
Com esse script tu define oque tu quer por nos "eslotes" do teu cinto!
OBS.: "hp" = possões vermelhas; "mp" = possões azuis e "rv" = possões roza

Se o teu Bot está encontrando poucas "Full Potions" tu pode fazer com que ele pegue tambem as potions menores tambem, mexendo nesse escript:

// ##### Potions #######################
//[Name] == GreaterHealingPotion
[Name] == SuperHealingPotion
//[Name] == GreaterManaPotion
[Name] == SuperManaPotion
[Name] == RejuvenationPotion
[Name] == FullRejuvenationPotion

Esse script fica dentro das "Itens_Configurations", o caminho é esse: D2NT\scripts\NTBot\item_configs\normal

OBS.: Tirando as "//" o bot vai pegar e colocando as "//" o bot não vai pegar
Ir para o topo Ir para baixo
KavalloAtec




Mensagens : 8
Graduação : 21
Reputação : 2
Data de inscrição : 16/04/2011

Meu char não toma os pote!! Empty
MensagemAssunto: Re: Meu char não toma os pote!!   Meu char não toma os pote!! Icon_minitimeDom maio 15, 2011 1:06 am

Valew!!

Me ajudou muito!!!

Muito obrigado memso
Ir para o topo Ir para baixo
Maggessi




Mensagens : 7
Graduação : 15
Reputação : 0
Data de inscrição : 04/07/2011

Meu char não toma os pote!! Empty
MensagemAssunto: Pot do Bot   Meu char não toma os pote!! Icon_minitimeQua Jul 06, 2011 9:49 pm

Cara, meu bot tb n esta tomando poção mas só de HP e Rejuv, as de mana ele até toma. Ta tudo configurado certinho, cheguei até a subir os valores lá pra ver se ele passava a usar as pots ou pelo menos funcionava o chicken mas nada. Alguma idéia?
n funciona nem a pots de hp e rejuv e nem o chicken mode.




NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer
NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer
NTConfig_UseMerc = true; // Set to true if you use a mercenary, will revive merc at a reviver npc.
NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc

NTConfig_LifeThresh = 80; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 50; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 40; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game.

NTConfig_MercLifeThresh = 60; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 40; // This is the threshold to use a rejuv potion on your merc in percent.
NTConfig_MercChicken = 30; // This is your mercs chicken life percent. If he goes below this, exit game.
Ir para o topo Ir para baixo
Conteúdo patrocinado





Meu char não toma os pote!! Empty
MensagemAssunto: Re: Meu char não toma os pote!!   Meu char não toma os pote!! Icon_minitime

Ir para o topo Ir para baixo
 
Meu char não toma os pote!!
Ir para o topo 
Página 1 de 1
 Tópicos semelhantes
-
» Build Char PVP

Permissões neste sub-fórumNão podes responder a tópicos
 :: DIABLO II e DIABLO 3 :: Hacker para Diablo 2 v 1.13 :: D2NT 3.1 Bot/MH/D2Loader :: Ajuda e Suporte-
Ir para: