Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/l2j-duvidas-solucionadas/)
-   -   Config Buffer (https://secretexperience.net/l2j-duvidas-solucionadas/4829-config-buffer.html)

Anjinho 20-02-2009 01:13 PM

Config Buffer
 
Alguem Sabe Pq Disso ?? [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] e Em todos NPCS Buffes que tento coloca

KaL 20-02-2009 01:33 PM

Tem que ser um buff em jscript

Anjinho 20-02-2009 01:57 PM

como sei se e ?

Setokaiba 20-02-2009 01:57 PM

No __init__.py do buffer tem de ter essa síntaxe aqui:

Citação:

#Might
if event == "2":
st.takeItems(ADENA_ID,1000000)
st.getPlayer().useMagic(SkillTable.getInstance().g etInfo(1068,3),False,False)
st.getPlayer().restoreHPMP()
return "2.htm"
st.setState(COMPLETED)
2.htm é a minha HTML referente aos buffers de profeta, dai o Might, o Shield e outros mais se encontram nele, então quero que após se buffar, retorne para essa HTM.

O mesmo com danças e songs, mas pondo a HTML desejada.

Anjinho 20-02-2009 01:58 PM

se for de ajuda e da REV Interlude do Over12 Servidor Interlude Super Atualizado!!

Pelo que eu to vendo o desse server nao da pra coloca alguem ai tem um que fassa o que estou dizendo que possa me arruma

Umas Das HTML DO BUFFER
Citação:

<html><title>Power Buffs</title>
<body>
<center>
Lineage II<br>
_________________________<br>
<table width=230>
<tr><td><button value="Might" action="bypass -h npc_%objectId%_MakeBuffs Might" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td><button value="Advanced Block" action="bypass -h npc_%objectId%_MakeBuffs Advanced Block" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Greater Empower" action="bypass -h npc_%objectId%_MakeBuffs Greater Empower" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td><button value="Acumen" action="bypass -h npc_%objectId%_MakeBuffs Acumen" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Focus" action="bypass -h npc_%objectId%_MakeBuffs Focus" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td><button value="Greater Might" action="bypass -h npc_%objectId%_MakeBuffs Greater Might" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Berserker Spirit" action="bypass -h npc_%objectId%_MakeBuffs Berserker Spirit" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td><button value="Greater Shield" action="bypass -h npc_%objectId%_MakeBuffs Greater Shield" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Invigor" action="bypass -h npc_%objectId%_MakeBuffs Invigor" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td><button value="Mental Shield" action="bypass -h npc_%objectId%_MakeBuffs Mental Shield" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Magic Barrier" action="bypass -h npc_%objectId%_MakeBuffs Magic Barrier" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Regeneration" action="bypass -h npc_%objectId%_MakeBuffs Regeneration" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Blessed Body" action="bypass -h npc_%objectId%_MakeBuffs Blessed Body" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Blessed Soul" action="bypass -h npc_%objectId%_MakeBuffs Blessed Soul" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Greater Concentration" action="bypass -h npc_%objectId%_MakeBuffs Greater Concentration" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Haste" action="bypass -h npc_%objectId%_MakeBuffs Haste" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Agility" action="bypass -h npc_%objectId%_MakeBuffs Agility" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Wind Walk" action="bypass -h npc_%objectId%_MakeBuffs Wind Walk" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Guidance" action="bypass -h npc_%objectId%_MakeBuffs Guidance" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Death Whisper" action="bypass -h npc_%objectId%_MakeBuffs Death Whisper" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td></tr>
<tr><td><button value="Vampiric Rage" action="bypass -h npc_%objectId%_MakeBuffs Vampiric Rage" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
</td><td><button value="Bless Shield" action="bypass -h npc_%objectId%_MakeBuffs Bless Shield" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
</table>
_________________________<br>
Lineage II
</center>
</body>
</html>

Johnny 20-02-2009 02:53 PM

Cara, vc floodou 2 vezes no msm dia, no msm post, por favor não faça novamente...

quem mandar mais algo?... use o Botão editar!!

agradeço a compreenção!!!

Setokaiba 20-02-2009 10:47 PM

Não há solução para esse buffer direto da Database.

Anjinho 21-02-2009 08:00 AM

Ajude COm minha outra Duvida logo no Topo Editei O Post :wideeyed::unsure::daydreaming::1a:

Setokaiba 21-02-2009 02:57 PM

Esse Buffer é para L2Oneo Rev. 1689,


Horários baseados na GMT -3. Agora são 08:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.