Ir para conteúdo
  • 0

Item attackspeed tfs 1.2


gusinhi

Pergunta

como adicionar items com attackspeed para tfs 1.2 eu precisava de um tutorial de como adicionar 
        <attribute key="attackspeed" value="500" />

exemplo:


    <item id="18412" article="a" name="glacial rod">
        <attribute key="description" value="Hurls the icy essence of the Svargrond glaciers." />
        <attribute key="weight" value="3700" />
        <attribute key="weaponType" value="wand" />
        <attribute key="shootType" value="smallice" />
        <attribute key="range" value="4" />
        <attribute key="attackspeed" value="500" />
        <attribute key="magiclevelpoints" value="1" />
    </item>

 

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0
Em 6/5/2016 at 12:16, gusinhi disse:

adding items to attackspeed to tfs 1.2 I needed a tutorial on how to add  <attribute key = "attackspeed" value = "500" />

       

example:

 

    <item id = "18412" article = "a" name = "glacial rod">

        <attribute key = "description" value = "hurls the icy essence of the Svargrond glaciers." />

        <Attribute key = "weight" value = "3700" />

        <attribute key = "weaponType" value = "wand" />

        <attribute key = "shootType" value = "smallice" />

        <attribute key = "range "value =" 4 "/> <attribute key =" attackspeed "value =" 500 "/>         <attribute key =" magiclevelpoints "value =" 1 "/>     </ item>

       

 

 

Items do not have an attribute for attackspeed, attackspeed is handled in vocations. This does not mean you cannot assign an item an attackspeed it just requires knowledge of C++ do to it. If I have time today I will provide you with the code, no promises though.

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...