Ir para conteúdo

Action Que Remove Tudo!


Visitante xbowaxx

Posts Recomendados

Visitante xbowaxx

ELA REMOVE TUDO ... PAREDES... ESCADAS... ITENS QUE SE MOVEM...

EQUIPS...TUDO MESMO ..FIELD .. ALAVANCAS... SO NAO REMOVE GROUNS(CHÃO)!!!

ETC....

MUITO UTIL MESMOOO

PS:**ESSA ACTION EH 100%MINHA**

VAMOS LAH:

FAÇA UM ARQUIVO CHAMADO CLEAN.LUA NA PASTA ACTIONS/SCRIPTS..

ADICIONE ISTO

--Action by THOTTH 100% (CEM PORCENTOOOOOOOO BY ME!!) -- VERSAO 1.0 OT 7.5 --

function onUse(cid, item, frompos, item2, topos)

itempos = {x=topos.x, y=topos.y, z=topos.z, stackpos=1}

item = getThingfromPos(itempos)

doRemoveItem(item.uid,1)

doSendMagicEffect(itempos,2)

doPlayerSendTextMessage(cid,22,"Você removeu um Item.")

end

VA EM ACTIONS.XML E ADICIONE ISTO

<action itemid="3137" script="clean.lua" allowfaruse="1" blockwalls="0" />

PS: 3137 EH O ID DA RUNE Q EU USO SE QUISER MUDAR E SO EDITAR ISTO...SOMENTE ISTO! feliz.gif

MAS SE VC FEZ IGUAL ESTA AI EM CIMA NAO HAVERA ERRO!!

QUALQER ERRO Q OCORRA POSTE!

Link para o comentário
Compartilhar em outros sites

Tipo pra por so pra gm usa :)

 

function onUse(cid, item, frompos, item2, topos)itempos = {x=topos.x, y=topos.y, z=topos.z, stackpos=1}item = getThingfromPos(itempos)if getPlayerAccess(cid) == 3 or getPlayerAccess(cid) == 1 then doRemoveItem(item.uid,1)doSendMagicEffect(itempos,2)doPlayerSendTextMessage(cid,22,"Você removeu um Item.")elseif getPlayerAccess(cid) == 0 thendoPlayerSendTextMessage(cid,22,"Só gms podem usar essa runa.")endend

 

Ta ai :) so gm e tutor pode usar a runa ou players com access 1 ou 3 :)

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
Tipo pra por so pra gm usa :)

 

function onUse(cid, item, frompos, item2, topos)itempos = {x=topos.x, y=topos.y, z=topos.z, stackpos=1}item = getThingfromPos(itempos)if getPlayerAccess(cid) == 3 or getPlayerAccess(cid) == 1 then doRemoveItem(item.uid,1)doSendMagicEffect(itempos,2)doPlayerSendTextMessage(cid,22,"Você removeu um Item.")elseif getPlayerAccess(cid) == 0 thendoPlayerSendTextMessage(cid,22,"Só gms podem usar essa runa.")endend

 

Ta ai :) so gm e tutor pode usar a runa ou players com access 1 ou 3 :)

 

 

 

nesta linha:

 

if getPlayerAccess(cid) == 3 or getPlayerAccess(cid) == 1 then

 

voce pode deixar só:

 

if getPlayerAccess(cid) >= 1 then

 

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
  • 5 months later...
  • 1 year later...

Testado Estar 100% funcionando

 

So uma coisinha mude

<action itemid="3137" script="clean.lua" allowfaruse="1" blockwalls="0" />

vc bota esse ID

2276

ira fica assim

<action itemid="2276" script="clean.lua" allowfaruse="1" blockwalls="0" />

 

 

Sem mas,

Antoniojun.

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

×
×
  • Criar Novo...