Ir para conteúdo
  • Cadastre-se

Alencar123

Membro
  • Total de itens

    156
  • Registro em

  • Última visita

Tudo que Alencar123 postou

  1. Tenta esse: function onSay(cid) local xxxxx = ID DO ITEM AQUI if( getPlayerSex(cid) == 0 )then doPlayerSetSex(cid, 1) doPlayerSendTextMessage(cid,22, "You have changed your Gender") doSendMagicEffect(getPlayerPosition(cid), 5) doRemoveItem(cid, xxxxx) else if( getPlayerSex(cid) == 1 ) then doPlayerSetSex(cid, 0) doPlayerSendTextMessage(cid,22, "You have changed your Gender") doSendMagicEffect(getPlayerPosition(cid), 5) doRemoveItem(cid, xxxxx) end return true end end OBS: não testei
  2. Tenta esse: function onDeath(cid, killer, lastHitKiller, mostDamageKiller) if isPlayer(cid) and isPlayer(killer) and getPlayerSlotItem(cid, 2).itemid == 2173 then doCreatureSetDropLoot(cid, FALSE) doRemoveItem(cid, 2173) elseif isPlayer(cid) and isMonster(killer) and getPlayerSlotItem(cid, 2).itemid == 2173 then doCreatureSetDropLoot(cid, FALSE) end return true end OBS: Não testei
  3. Se o dele não funcionar tenta esse /\.
  4. Na pasta data/actions/scripts crie um arquivo com o nome de alavoc.lua e coloque isso: Em actions.xml adicone a seguinte tag: Para que funcione é necessário que você vá no seu map editor e coloque a Actionid 19900 na alavanca!
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo