Jump to content

Pisar em x sqm e perder o item


MarcosLeao

Recommended Posts

 

 function onStepIn(cid, item, fromPosition, item2, position)        if item.actionid == ACTION_ID_TILE and getPlayerItemCount(cid, ID_DO_ITEM) then        doPlayerRemoveItem(cid, ID_DO_ITEM, QUANTIDADE)        doPlayerSendTextMessage(cid, "Você passou! bla bla bla..")    else         doPlayerSendTextMessage(cid, "Você não tem o item necessário para passar aqui")        doTeleportThing(cid, fromPosition, false)        return true    endend 

 

 

Só editar em ACTION_ID_TILE colocar o action que você setou no tile lá no seu mapa, e editar ID_DO_ITEM que é o item que vai ser removido, QUANTIDADE é quantidade de itens que vai ser removido.

Edited by Lordbaxx
Link to comment
Share on other sites

49 minutos atrás, Lordbaxx disse:

actionid="...." Põe o Action que botou no file.

sim, mas o  itemid=""  .... é o id o chão?

 

<movevent event="StepIn" itemid="7710" script="edit/pisodemonoak.lua" />

Link to comment
Share on other sites

31 minutos atrás, MarcosLeao disse:

sim, mas o  itemid=""  .... é o id o chão?

 

<movevent event="StepIn" itemid="7710" script="edit/pisodemonoak.lua" />

Estamos setando uma Action no item, e não o item em si, portanto no lugar de itemid é actionid.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...