Postado Dezembro 2, 2012 12 anos Autor Também não :X (1º) | [8.60] - Galaxy Server - Download (2º) | [8.60] - Glorious Server - Download (3º) | [8.60] - Epic Server - Download
Postado Dezembro 2, 2012 12 anos se n for agora não sei mais o que fazer. function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) == true then if (getPlayerSlotItem(cid, 2).itemid == 10219) then doCreatureSetDropLoot(cid, false) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA) return TRUE end if getPlayerSkullType(cid) < 3 then doCreatureSetDropLoot(cid, true) return true end end end Att, Skyligh Entrada Como Membro 14 / 08 / 2012 Entrada Como Suporte 05 / 12 / 2012 Saída Como Suporte 06 / 01 / 2013 Contato : rafael_skyligh@hotmail.com / skyligh@tibiaking.com
Postado Dezembro 2, 2012 12 anos Autor Não foi, vlw. Alguêm Help? Preciso até amanha 12:00 :X thanks (1º) | [8.60] - Galaxy Server - Download (2º) | [8.60] - Glorious Server - Download (3º) | [8.60] - Epic Server - Download
Postado Dezembro 2, 2012 12 anos Cara tenta essa vai no item.xml <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="0" /> <attribute key="preventDrop" value="1" /> </item> só colocar charges = 0
Postado Dezembro 2, 2012 12 anos Acho que consegui arruma . function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) == true then if (getPlayerSlotItem(cid, 2).itemid == 10219) then doCreatureSetDropLoot(cid, false) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA) return TRUE end if (getPlayerSlotItem(cid, 2).itemid == 10219) and getPlayerSkullType(cid) >= 4 then doCreatureSetDropLoot(cid, true) return true end end end Att, Skyligh Entrada Como Membro 14 / 08 / 2012 Entrada Como Suporte 05 / 12 / 2012 Saída Como Suporte 06 / 01 / 2013 Contato : rafael_skyligh@hotmail.com / skyligh@tibiaking.com
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.