Postado Janeiro 14, 2013 12 anos Baixei um OTserver Global full 9.81, os itens das warzones dropam direitinho, tem atk 51 e tudo mais.. porém eles não dao o bonus de skill quando equipados. equipamos eles mas o skill de axe (no caso do crystalline) nao sobe +1. em items.xml o crystalline ta assim > <item id="18451" article="the" name="crystalline axe"> <attribute key="weight" value="7600" /> <attribute key="description" value="Even in the light of day, the stars seem to reflect in each facet of this crystalline axe." /> <attribute key="defense" value="29" /> <attribute key="attack" value="51" /> <attribute key="weaponType" value="axe" /> <attribute key="extradef" value="3" /> <attribute key="skillAxe" value="1" /> </item> obrigado. quem conseguir arrumar REP+
Postado Janeiro 14, 2013 12 anos Ok, então adicione. <movevent type="DeEquip" itemid="18451" slot="pickupable" event="function" value="onDeEquipItem"/> <movevent type="Equip" itemid="18451" slot="pickupable" event="function" value="onEquipItem"> <vocation id="4"/> <vocation id="8" showInDescription="0"/> </movevent>
Postado Janeiro 14, 2013 12 anos Autor Procure pelo ID 18451 em movements.xml. nao tem o ID em movements.. alguma outra dica?
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.