Ir para conteúdo

Featured Replies

Postado

e ai blz ?

estou precisando de um esquema de ter duas boots assim :

 

 


Real Warrior Boots Real Warrior Boots

12670.gif

 

Só pode ser usada por Knights ou Paladins.
Regenera 150 de HP e 75 de Mana por segundo.
Adiciona +80 de speed.
Adiciona +5 em todos os skills de Knight e Paladin.
Infinito.  
12687.gif
Real Magician Boots Real Magician Boots 

Só pode ser usado por Sorcerers e Druids.
Regenera 75 de HP e 150 de Mana por segundo.
Adiciona +80 de speed.
Adiciona +2 de Magic Level.

 

vi em um server e estou querendo fazer assim... obrigado!

Editado por diegolopes (veja o histórico de edições)

Postado

Primeiro você terá que criar um item com id própria.

Depois de criar o item não precisa colocar a tag dele no items.xml pois eu vou disponibilizar, você só irá editar o id na primeira linha da tag.

 

Real Warrior Boots

<item id="ID_DO_SEU_ITEM" article="a" name="real warrior boots">
<attribute key="weight" value="220"/>
<attribute key="healthGain" value="150" />
<attribute key="healthTicks" value="1000" />
<attribute key="manaGain" value="75" />
<attribute key="manaTicks" value="1000" />
<attribute key="speed" value="80" />
<attribute key="skillFist" value="5" />
<attribute key="skillAxe" value="5" />
<attribute key="skillClub" value="5" />
<attribute key="skillSword" value="5" />
<attribute key="skillDist" value="5" />
<attribute key="skillShield" value="5" />
<attribute key="showattributes" value="1" />
 

Real Magician Boots

<item id="ID_DO_SEU_ITEM" article="a" name="real magician boots">
<attribute key="weight" value="220"/>
<attribute key="healthGain" value="75" />
<attribute key="healthTicks" value="1000" />
<attribute key="manaGain" value="150" />
<attribute key="manaTicks" value="1000" />
<attribute key="speed" value="80" />
<attribute key="magiclevelpoints" value="2" />
<attribute key="showattributes" value="1" />
 

Att.

Giovani Rodrigo

Spoiler

local config = {
	delrey = getPlayerCarValue(cid, DELREY),
	cigarro = getPlayerCancer(cid, DERBY),
	prostituta = getPlayerAIDS(cid, cracuda),
	tresOitao = getPlayerRevorvi(cid, 38)
}

if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then
	doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS")
end

 

Postado

Para facilitar, procure pelo ID da soft boots e da firewalker boots marque o cid delas e modifique no seu novo item.

Spoiler

local config = {
	delrey = getPlayerCarValue(cid, DELREY),
	cigarro = getPlayerCancer(cid, DERBY),
	prostituta = getPlayerAIDS(cid, cracuda),
	tresOitao = getPlayerRevorvi(cid, 38)
}

if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then
	doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS")
end

 

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Conteúdo Similar

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo