Ir para conteúdo
  • -1

Maquina Difusora de helds


Drk Shadow

Pergunta

Olá galera, eu estava tentando criar um script pra um amigo que é o seguinte: a maquina vai ter 1 slot e 1 botão, ai vc coloca seu pokemon no slot e ao apertar o botão ele vai checar se seu pokemon tem algum held item, se tiver, ele vai remover o held do seu pokemon e voltar ele pra sua bag por custo x, se não, vai mandar uma msg de erro. Não consegui terminar, mas empaquei aqui, um amigo tambem estava ajudando mas ele não consegiu terminar, se alguem puder ajudar ficarei grato.

Codigo que meu amigo estava fzd, mas n deu certo:

 

 

 

	local tab = {	-- X --	[13976] = {attribute = "heldx", ident = 1}, -- Defense 1	}	function onUse(cid, item, frompos, item2, topos)		pokename = getItemAttribute(item2.uid, "poke")	heldname = getItemInfo(item.itemid).name	local heldx = getItemAttribute(item2.uid, tab.attribute, tab.ident)	if not isPokeball(item2.itemid) or #getCreatureSummons(cid) > 0 then return false end	if heldx then return false end 	if heldx then	    removeItemAttribute(item2.uid, tab[item.itemid].attribute, "nil")	    sendMsgToPlayer(cid, 27, "Your "..pokename.." lost as "..heldname..".")	    else	    sendMsgToPlayer(cid, 27, "Your pokemon dont have an "..heldname..".")	    return true	    end	end	

 

 

 

Obrigado desde ja.

 

 

Link para o comentário
Compartilhar em outros sites

Posts Recomendados

×
×
  • Criar Novo...