Ir para conteúdo

Alencar123

Membro
  • Registro em

  • Última visita

Tudo que Alencar123 postou

  1. Tenta esse aqui: Max ML
  2. 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
  3. 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
  4. Se o dele não funcionar tenta esse /\.
  5. 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!

Informação Importante

Confirmação de Termo