Postado Janeiro 8, 2020 5 anos Olá pessoal! Eu tenho um script de xp ring e nesse script eu coloquei 1 anel (Aquele que tem uma caveira) Configurei para que ativasse o exp ring quando equipasse (Assim a caveira ficaria com os olhos vermelhos) e quando ficasse na bag (Ficaria com os olhos apagados), só que mesmo configurado, quando eu equipo continua do mesmo jeito que estava na bag. Me ajudem please movements.xml Citar <movevent type="Equip" itemid="147" slot="ring" event="script" value="exp ring.lua"/> <movevent type="DeEquip" itemid="148" slot="ring" event="script" value="exp ring.lua"/> itens.xml Citar <item id="147" article="a" name="Ring Of Experience"> <attribute key="weight" value="80" /> <attribute key="slotType" value="ring" /> <attribute key="transformEquipTo" value="148" /> <attribute key="stopduration" value="1" /> <attribute key="showduration" value="0" /> <attribute key="description" value="Uma vez equipado, o ring fica ativo ate acabar o tempo! So coloque o ring quando for caçar." /> </item> <item id="148" article="a" name="Ring of Experience"> <attribute key="weight" value="80" /> <attribute key="slotType" value="ring" /> <attribute key="decayTo" value="0" /> <attribute key="transformDeEquipTo" value="147" /> <attribute key="duration" value="9000" /> <attribute key="showduration" value="1" /> Lembrando: OLHOS APAGADOS: 147 (cod. do item) OLHOS ACESOS: 148 (cod. do item)
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.