Ir para conteúdo

Amuleto Infinito Como Aol !


leandroskt8

Posts Recomendados

quero deixa 3 amuleto meu infinito

 

 

 

 

<item id="2196" article="a" name="Perfect amulet">

<attribute key="description" value="serve como aol e infinito." />

<attribute key="weight" value="420" />

<attribute key="slotType" value="necklace" />

<attribute key="preventDrop" value="1"/>

<attribute key="speed" value="80" />

<attribute key="showattributes" value="1" />

</item>

 

<item id="11387" article="a" name="Perfecty amulet">

<attribute key="description" value="serve como aol e infinito." />

<attribute key="weight" value="420" />

<attribute key="slotType" value="necklace" />

<attribute key="preventDrop" value="1"/>

<attribute key="speed" value="80" />

<attribute key="showattributes" value="1" />

</item>

 

<item id="10719" article="a" name="Perfect amuleto">

<attribute key="description" value="serve como aol e infinito nao perde itens red." />

<attribute key="weight" value="420" />

<attribute key="slotType" value="necklace" />

<attribute key="preventDrop" value="1"/>

<attribute key="speed" value="150" />

<attribute key="showattributes" value="1" />

</item>

 

 

Rep + quem ajudar.!

Link para o comentário
Compartilhar em outros sites

creaturescript

 

nome do seu script.lua


function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if isPlayer(cid) == true then
if isInArray({2196,2130,2131}, getPlayerSlotItem(cid, 2).itemid) then
doCreatureSetDropLoot(cid, false)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
return TRUE
end
end
return TRUE
end

 

 

login.lua add:

registerCreatureEvent(cid, "infinityAmulet")

creaturescript.xml

<event type="preparedeath" name="infinityAmulet" event="script" value="nome do seu script.lua"/>

items.xml


<item id="2196" article="a" name="Perfect amulet">
<attribute key="description" value="serve como aol e infinito." />
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="speed" value="80" />
<attribute key="showattributes" value="1" />
</item>

<item id="11387" article="a" name="Perfecty amulet">
<attribute key="description" value="serve como aol e infinito." />
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="speed" value="80" />
<attribute key="showattributes" value="1" />
</item>

<item id="10719" article="a" name="Perfect amuleto">
<attribute key="description" value="serve como aol e infinito nao perde itens red." />
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="speed" value="150" />
<attribute key="showattributes" value="1" />
</item>

Editado por Vodkart
Link para o comentário
Compartilhar em outros sites

Coloque isso nos items:

 

<attribute key="preventDrop" value="1" />

 

Exemplo:

 

 

<itemid="10719"article="a"name="Perfect amuleto">

<attribute key="description" value="serve como aol e infinito nao perde itens red." />

<attribute key="weight" value="420" />

<attribute key="slotType" value="necklace" />

<attribute key="preventDrop" value="1" />

<attribute key="speed" value="150" />

<attribute key="showattributes" value="1" />

</item>

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...