gusinhi 4 Postado Junho 5, 2016 Share Postado Junho 5, 2016 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 More sharing options...
0 Luga03 331 Postado Novembro 7, 2016 Share Postado Novembro 7, 2016 Caro membro, seu tópico foi movido de Otserv > Programação para Otserv > Suporte Otserv. Link para o comentário Compartilhar em outros sites More sharing options...
0 Codex NG 1 Postado Novembro 7, 2016 Share Postado Novembro 7, 2016 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. celohere reagiu a isso 1 Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
gusinhi 4
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