Postado Julho 11, 2013 11 anos e ai blz ? estou precisando de um esquema de ter duas boots assim : Real Warrior Boots Real Warrior Boots 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. 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 Julho 11, 2013 11 anos por diegolopes (veja o histórico de edições)
Postado Julho 11, 2013 11 anos 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 Julho 11, 2013 11 anos Autor po, brigadão cara, só to precisando do cid lá cara, só achei uns itens, como faço para achar todos? vlw! Editado Julho 12, 2013 11 anos por diegolopes (veja o histórico de edições)
Postado Julho 12, 2013 11 anos 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.