Ir para conteúdo

Featured Replies

Postado

Enfim galera a minha ideia era criar um arco que n precisasse de flechas, tipo um arco magico que quando fosse puxar criasse a flecha, enfim isso n importa.

 

ai tentei pegar e fazer que nem eu faco com wands

 

<wand id="8858" level="60" mana="0" min="250" max="450" type="physical)" event="function" value="default"> <!-- elethriel's elemental bow -->
<vocation id="3"/>
</wand>
 
 
<item id="8858" article="an" name=" elethriel's elemental bow ">
<attribute key="weight" value="4900" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="etherealspear" />
<attribute key="range" value="5" />
</item>
 
 
dando uma editada, tentei de tudo nao funcionou, estou a 2 hrs tentando fazer o arco, pode ser besteira (sou iniciante), mas alguem sabe como resolver?
 
 

 

Toda terça-feira um tópico novo:

Descanso para curar mana (Spell): https://tibiaking.com/forums/topic/94615-spell-descanso-para-curar-mana/

Peça sua spell (Suporte):                https://tibiaking.com/forums/topic/84162-peça-sua-spell/                        

Chuva de flechas (Spell):                https://tibiaking.com/forums/topic/72232-chuva-de-flechas-spell/

Doom (Spell):                                https://tibiaking.com/forums/topic/51622-doom-spell/

Utilização do VS Code (Infra)       https://tibiaking.com/forums/topic/94463-utilizando-o-visual-studio-code-notepad-nunca-mais/

SD com Combo (Spell):                 https://tibiaking.com/forums/topic/94520-sd-modificada/

Alteração attack speed (C++):        https://tibiaking.com/forums/topic/94714-c-attack-speed-spells-itens-e-onde-você-quiser/  

Bônus de Speed (NPC)                  https://tibiaking.com/forums/topic/94809-npc-concede-bônus-aos-players/
 

  • Respostas 7
  • Visualizações 1.6k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Ragnar Lothbrook
    Ragnar Lothbrook

    Em itens.xml   <item id="8858" article="an" name=" elethriel's elemental bow "> <attribute key="weight" value="4900" /> <attribute key="weaponType" value="wand" /> <attribute

Postado
<item id="8858" article="an" name=" elethriel's elemental bow ">
<attribute key="weight" value="4900" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="boot" />
<attribute key="range" value="5" />
</item>

Editado por JonatasLucasf (veja o histórico de edições)

ca.png?1422745283

 

CONQUISTASdesigner-king.png   Designer.png    

 

Postado
  • Autor

 

<item id="8858" article="an" name=" elethriel's elemental bow ">
<attribute key="weight" value="4900" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="boot" />
<attribute key="range" value="5" />
</item>

 

 

entao o shoot type eh o elemento que sai, n sei se deu mas vou testar

 

eh nao deu

Editado por Reds (veja o histórico de edições)

Toda terça-feira um tópico novo:

Descanso para curar mana (Spell): https://tibiaking.com/forums/topic/94615-spell-descanso-para-curar-mana/

Peça sua spell (Suporte):                https://tibiaking.com/forums/topic/84162-peça-sua-spell/                        

Chuva de flechas (Spell):                https://tibiaking.com/forums/topic/72232-chuva-de-flechas-spell/

Doom (Spell):                                https://tibiaking.com/forums/topic/51622-doom-spell/

Utilização do VS Code (Infra)       https://tibiaking.com/forums/topic/94463-utilizando-o-visual-studio-code-notepad-nunca-mais/

SD com Combo (Spell):                 https://tibiaking.com/forums/topic/94520-sd-modificada/

Alteração attack speed (C++):        https://tibiaking.com/forums/topic/94714-c-attack-speed-spells-itens-e-onde-você-quiser/  

Bônus de Speed (NPC)                  https://tibiaking.com/forums/topic/94809-npc-concede-bônus-aos-players/
 

Postado

Em itens.xml

 

<item id="8858" article="an" name=" elethriel's elemental bow ">
<attribute key="weight" value="4900" />
<attribute key="weaponType" value="wand" />
<attribute key="range" value="5" />
</item>

Em weapons.xml

 

<wand id="8858" range="5" lvl="8" mana="0" exhaustion="0" enabled="1" script="magic bow.lua">
<vocation id="3"/>
        <vocation id="7"/>

Em weapons/script [copie qualquer script em LUA, modifique o nome para 'magic bow', abra e apague tudo que tem dentro, e cole isto]:

 

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLICE)
setCombatFormula(combat, COMBAT_FORMULA_SKILL, -4.0, -10, -4.0, 10)


function onUseWeapon(cid, var)
return doCombat(cid, combat, var)
end

Qualquer erro, poste que lhe ajudo.

Atenciosamente,

 0lxhEI2.jpg

 

 

Meu servidor:

 

pbOT

Postado

Sabe oque voce fez té da mais ai seria uma wand para paladin, Da certo do mesmo geito mais tbm pode ser assim.

 

 
<attribute key="weight" value="2000" />
<attribute key="attack" value="50" />
<attribute key="weaponType" value="distance" />
<attribute key="shootType" value="etherealspear" />
<attribute key="range" value="10" />
<attribute key="hitChance" value="90"/>

Discord: Naze#3578

 

Ter Linux Dentro de Windows com Acesso 'localhost' para testes e +

AutoLoot Otimizado Direto na Source (tfs 0.4/otx)

 

// Pirataria é crime, original é roubo, compartilhar é legal.

 

tumblr_muk78tEwDQ1qah4nko1_500.gif

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.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo