Caro membro, seu tópico foi movido de Otserv > Programação para Otserv > Suporte Otserv.
info
Grupo: Conde
Registrado: 14/04/15
Posts: 956
Reputação: +333
Gênero: Masculino

Caro membro, seu tópico foi movido de Otserv > Programação para Otserv > Suporte Otserv.
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.
info
Grupo: Campones
Registrado: 23/12/08
Posts: 41
Reputação: +4
Gênero: Masculino
Char 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>