Ir para conteúdo
  • 0

(Pedido) Tile


BrunooMaciell

Pergunta

6 respostass a esta questão

Posts Recomendados

  • 0

function onStepIn(cid, item, position, fromPosition)

 

level = 300

 

if getPlayerLevel(cid) < level then

doTeleportThing(cid, fromPosition, true)

doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)

doPlayerSendCancel(cid,"You Need level " .. level .. " or more this pass.")

end

return TRUE

end

 

Tenta esse ai

 

Ajudei ? Rep ++

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

  • 0

function onStepIn(cid, item, position, fromPosition)

 

level = 300

 

if getPlayerLevel(cid) < level then

doTeleportThing(cid, fromPosition, true)

doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)

doPlayerSendCancel(cid,"You Need level " .. level .. " or more this pass.")

end

return TRUE

end

 

Tenta esse ai

 

Ajudei ? Rep ++

cara tudo bem pedi a script mais falta linha dela pra por no xml 0.o e coloca a script em spoiler ^^
Link para o comentário
Compartilhar em outros sites

  • 0

Renomeie o arquivo .LUA criado para steplevel e em movements.xml adicione a tag:

 

    <movevent type="StepIn" actionid="12249" event="script" value="steplevel.lua"/>

 

Muito bem, agora pelo Map Editor adicione a ACTION ID 12249 para os Tiles que quiser.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...