Exura ATS
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
Exura ATS deu reputação a Zanrix em Outfits.xmlVocê trocou ali os números na tag "quest", muda pra isso no seu outfits.xml:
<?xml version="1.0"?> <outfits> <outfit id="2" quest="40001"> <list gender="0" lookType="137" name="Hunter"> </list> <list gender="1" lookType="129" name="Hunter"> </list> </outfit> <outfit id="7" quest="40002"> <list gender="0" lookType="142" name="Warrior"> </list> <list gender="1" lookType="134" name="Warrior"> </list> </outfit> <outfit id="9" quest="40003"> <list gender="0" lookType="148" name="Druid"> </list> <list gender="1" lookType="144" name="Druid"> </list> </outfit> <outfit id="10" quest="40004"> <list gender="0" lookType="149" name="Wizard"> </list> <list gender="1" lookType="145" name="Wizard"> </list> </outfit> <outfit id="32" access="3" premium="no"> <list gender="0-3" lookType="75" name="Gamemaster"/> </outfit> <outfit id="33" access="4" premium="no"> <list gender="0-3" lookType="266" name="Community Manager"/> </outfit> <outfit id="34" access="5" premium="no"> <list gender="0-3" lookType="302" name="God"/> </outfit> <outfit id="" access="5" premium="no"> <list gender="0-3" lookType="12" name="Archdemon"/> </outfit> </outfits> E eu esqueci de perguntar se você quer tirar a outfit citizen das vocações, se sim, adiciona isso no código:
<outfit id="1" quest="40000"> <list gender="0" lookType="136" name="Citizen"/> <list gender="1" lookType="128" name="Citizen"/> </outfit>
-
Exura ATS deu reputação a Zanrix em Outfits.xmlNa parte que mudamos no FirstItens.xml, substitui por isso:
if getPlayerVocation(cid) == 3 then setPlayerStorageValue(cid, 40003, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 137) else doCreatureChangeOutfit(cid, 129) end end if getPlayerVocation(cid) == 4 then setPlayerStorageValue(cid, 40004, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 139) else doCreatureChangeOutfit(cid, 131) end end if getPlayerVocation(cid) == 2 then setPlayerStorageValue(cid, 40002, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 148) else doCreatureChangeOutfit(cid, 144) end end if getPlayerVocation(cid) == 1 then setPlayerStorageValue(cid, 40001, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 149) else doCreatureChangeOutfit(cid, 145) end end
-
Exura ATS deu reputação a Zanrix em Outfits.xmlVocê criou um char novo? Que estranho
-
Exura ATS deu reputação a Zanrix em Outfits.xmlDifícil dizer o que está dando erro, só vejo o código em si ali na distro. Agora pouco não estava dando erro, não é? Não consegue reverter? Ia falar pra tentar assim agora (Mas não tem nada a ver com o erro):
if getPlayerVocation(cid) == 3 then setPlayerStorageValue(cid, 40003, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 137, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 129, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 4 then setPlayerStorageValue(cid, 40004, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 139, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 131, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 2 then setPlayerStorageValue(cid, 40002, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 148, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 144, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 1 then setPlayerStorageValue(cid, 40001, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 149, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 145, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end
-
Exura ATS deu reputação a Zanrix em Outfits.xmlOpa, malz. Nesse último script muda o 139 pra 142 e o 131 pra 134.
-
Exura ATS deu reputação a KotZletY em [Dúvida] - SpawnUé ? Abre o arquivo e paga tudo cara!!
-
Exura ATS deu reputação a KotZletY em [Dúvida] - SpawnZera o respawn.xml!
-
Exura ATS deu reputação a rohfagundes em [Pedido] - Fireborn Giant Armor (AZUL) -
Exura ATS deu reputação a Kazuya9629 em [Pedido] - Fireborn Giant Armor (AZUL)Problema nao e esse foda e que quando eu vou editar ela Ela fica com uma tintar muito escura a base para fica bem pica tem que fazer do zero isso e para que ot
-
Exura ATS deu reputação a Kazuya9629 em [Pedido] - Fireborn Giant Armor (AZUL)