Item attackspeed tfs 1.2

gusinhi
em Resolvidos

gusinhi

Lukkan
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 24/12/08Posts: 41Gênero: MasculinoChar no Tibia: Aura mage naruto

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>

 

Luga03

Gabriel Lucena :D
avatar
Conde
Conde

INFOS

Grupo: CondeRegistrado: 14/04/15Posts: 956Gênero: Masculino

Caro membro, seu tópico foi movido de Otserv > Programação para Otserv > Suporte Otserv.

 

Hello! How are you? It's fine? 

 

Okay, so you like my helps? if yes, then do you can like my post, give-me a reputation, you can't?

 

Good morning for everyone! And have a good day!

Codex NG

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 06/11/16Posts: 8
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.