Postado Dezembro 21, 2016 8 anos Galera, por favor me ajudem meu aol ta bugado, ele perde a bag e nao o color. movements <movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/> <movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"> <vocation id="2"/> (aqui é pra apenas voc 2) </movevent> talkactions function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 20000) == TRUE then local bp = doPlayerAddItem(cid, 2173, 1) doSendMagicEffect(getCreaturePosition(cid),13) doCreatureSay(cid, "Voce comprou um Horus?", TALKTYPE_ORANGE_1) else doCreatureSay(cid, "Voce nao tem dinheiro o suficiente", TALKTYPE_ORANGE_1) doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) end end por favor se puderem ajudar.
Postado Dezembro 22, 2016 8 anos confere se em items esta assim <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="preventDrop" value="1" /> </item>
Postado Dezembro 22, 2016 8 anos Autor Em 22/12/2016 em 00:45, Lost666 disse: confere se em items esta assim <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="preventDrop" value="1" /> </item> ta assim: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> </item> Em 22/12/2016 em 00:49, Luzetti disse: ta assim: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> </item> testei o seu e da a mesma coisa
Postado Dezembro 22, 2016 8 anos Diretor Em 22/12/2016 em 00:49, Luzetti disse: ta assim: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> </item> testei o seu e da a mesma coisa verifique no seu movements.xml se aol tá lá ID: 2173 vai na sua config.lua verifique se está assim lá! removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true salva e se mata pra ver Editado Dezembro 22, 2016 8 anos por Alexy Brocanello (veja o histórico de edições) Eu sou um entusiasta da programação apaixonado por ajudar a comunidade open source a crescer. Sempre em busca de novos desafios e oportunidades para contribuir com meu código. #OpenSource #Programação #Contribuição
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.