Lineage 2 Tower Forum

Full Version: Portuguese Area
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(02-05-2013 07:17 AM)Marv Wrote: [ -> ]Tem que fechar o l2

fiz certo? eu salvo o plugin na pasta plugin abro o l2 e faco uq pra liga o plugin? nao apareceu nenhuma mensagem aki dizendo q o plugin esta on ou off... nao manjo nada de script e plugin sou totalmente perdido!

TA AKI O PLUGIN DO CARA PRA CANCELA OS DEBUFFS USANDO UM HEALER


HealerStatus = false;

function OnCreate()
this:RegisterCommand("HealerFix", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;

function OnCommand_HealerFix(vCommandChatType, vNick, vCommandParam)
if (HealerStatus == false) then
HealerStatus = true;
ShowToClient("Heal Fix","Fixing Is Activated.");
else
HealerStatus = false;
ShowToClient("Heal Fix","Fixing Is Deactivated.");
end;
end;

function OnLTick1s()
local myself = GetMe();
local MyTarget = GetTarget();
if (HealerStatus == true) then
if (myself ~= nil) and (myself:IsAlikeDeath() == false) and (MyTarget ~= nil) and ((MyTarget:IsMonster()) or not ((MyTarget:IsMyPartyMember()) or (MyTarget:IsMe()))) then
ClearTargets();
CancelTarget(false);
CancelTarget(false);
CancelTarget(false);
end;
end;
end;

Use command "HealerFix" to activate/deactivate it.

NAO CONSEGUI ATIVAR aki... alguem pod me ajuda ?!
Fecha o jogo, joga o plugin na pasta plugin e inicia um novo jogo.

Ativa automaticamente, não precisa fazer mais nada.
(02-05-2013 07:59 AM)lksloko Wrote: [ -> ]
(02-05-2013 07:17 AM)Marv Wrote: [ -> ]Tem que fechar o l2

fiz certo? eu salvo o plugin na pasta plugin abro o l2 e faco uq pra liga o plugin? nao apareceu nenhuma mensagem aki dizendo q o plugin esta on ou off... nao manjo nada de script e plugin sou totalmente perdido!

TA AKI O PLUGIN DO CARA PRA CANCELA OS DEBUFFS USANDO UM HEALER


HealerStatus = false;

function OnCreate()
this:RegisterCommand("HealerFix", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;

function OnCommand_HealerFix(vCommandChatType, vNick, vCommandParam)
if (HealerStatus == false) then
HealerStatus = true;
ShowToClient("Heal Fix","Fixing Is Activated.");
else
HealerStatus = false;
ShowToClient("Heal Fix","Fixing Is Deactivated.");
end;
end;

function OnLTick1s()
local myself = GetMe();
local MyTarget = GetTarget();
if (HealerStatus == true) then
if (myself ~= nil) and (myself:IsAlikeDeath() == false) and (MyTarget ~= nil) and ((MyTarget:IsMonster()) or not ((MyTarget:IsMyPartyMember()) or (MyTarget:IsMe()))) then
ClearTargets();
CancelTarget(false);
CancelTarget(false);
CancelTarget(false);
end;
end;
end;

Use command "HealerFix" to activate/deactivate it.

NAO CONSEGUI ATIVAR aki... alguem pod me ajuda ?!

========================================================================

Code:
HealerStatus = false;

function OnCreate()
    this:RegisterCommand("HealerFix", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;

function OnCommand_HealerFix(vCommandChatType, vNick, vCommandParam)
    if not (HealerStatus) then
HealerStatus = true;
ShowToClient("Heal Fix","Fixing Is Activated.");
    else
HealerStatus = false;
ShowToClient("Heal Fix","Fixing Is Deactivated.");    
    end;
end;

function OnLTick1s()
    local myself = GetMe();
    local MyTarget = GetTarget();
    if (HealerStatus) then
if (myself ~= nil) and not (myself:IsAlikeDeath()) and (MyTarget ~= nil) and ((MyTarget:IsMonster()) or not ((MyTarget:IsMyPartyMember()) or (MyTarget:IsMe()))) then
ClearTargets();
CancelTarget(false);
end;
    end;
end;

Esse plugin serve apenas para deixar sem Healer sem target. Existem alguns mobs, como em Harnak que puxam o target do Healer. Dai, no tower, o Healer não pega o target dos players da party pra healer.

Eu uso. E por sinal, é muito bom.
Sobre sua dúvida, você mesmo já tem a resposta.

Use command "HealerFix" to activate/deactivate it.

É só digitar: /HealerFix
E o plugin vai iniciar.

(02-05-2013 08:56 AM)Marv Wrote: [ -> ]Fecha o jogo, joga o plugin na pasta plugin e inicia um novo jogo.

Ativa automaticamente, não precisa fazer mais nada.

Depende Marv..

90% dos plugins dependem de algum comando pra iniciar.
Isso evita que o Tower sobrecarregue a memória e o uso da CPU.
É ... Pq não costumo usar esse tipo de plugin.
Uso alguns como part invite, passar lideranca, fix target ....
Alguem sabe algum script que funcione pra invitar o cov, o cov me buffar e sair da party?

Obrigado
Não conheço. Abre um tópico questionando ou procura no fórum por "cov"
já vi tópico de cov buffar aqui no fórum. Dá uma olhada
Alguem ai tem como me ajudar no Script auto argument to tendo mo problema aki

Alguem manda um tutorial porfavor precisando mesmo
Eu não conheço nenhum, mas acho que já vi alguma coisa no fórum.
Procura por ARGUMENT
noh
noh
noh
noh.
Reference URL's