Não encontrei o local dedicado para montarias, peço desculpas se estou postando no local inadequado. Favor mover o tópico para a área correta, obrigado.
Adicionei as montarias ao servidor canary.
Adicione isso ao seu arquivo: Pasta "...\data\XML\mounts.xml"
<mount id="213" clientid="1672" name="Boisterous Bull" speed="10" premium="no" type="store" />
<mount id="214" clientid="1673" name="Surly Steer" speed="10" premium="no" type="store" />
<mount id="215" clientid="1674" name="Obstinate Ox" speed="10" premium="no" type="store" />
<mount id="216" clientid="1677" name="Darkfire Devourer" speed="10" premium="no" type="store" />
<mount id="217" clientid="1682" name="Spirit of Purity" speed="10" premium="no" type="store" />
<mount id="218" clientid="1685" name="Doom Skull" speed="10" premium="no" type="store" />
<mount id="219" clientid="1686" name="Magma Skull" speed="10" premium="no" type="store" />
<mount id="220" clientid="1687" name="Corpsefire Skull" speed="10" premium="no" type="store" />
Todas estão free account e na gamestore, modifique como quiser.
Adicione isso ao seu arquivo: Pasta "...data\modules\scripts\gamestore\gamestore.lua"
{
icons = { "Boisterous_Bull.png" },
name = "Boisterous Bull",
price = 690,
id = 213,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Surly_Steer.png" },
name = "Surly Steer",
price = 690,
id = 214,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Obstinate_Ox.png" },
name = "Obstinate Ox",
price = 690,
id = 215,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Darkfire_Devourer.png" },
name = "Darkfire Devourer",
price = 1500,
id = 216,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Spirit_of_Purity.png" },
name = "Spirit of Purity",
price = 1500,
id = 217,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Doom_Skull.png" },
name = "Doom Skull",
price = 750,
id = 218,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Magma_Skull.png" },
name = "Magma Skull",
price = 750,
id = 219,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
{
icons = { "Corpsefire_Skull.png" },
name = "Corpsefire Skull",
price = 750,
id = 220,
description = "{character}\n{speedboost}\n\n<i>????</i>",
type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
},
Adicione o arquivo appearances.dat do cliente 13.21.13899
Pasta: "...data\items\appearances.dat"
appearances.dat
Adicione no comando para talkactions:
Pasta "...data\scripts\talkactions\god\add_mounts.lua"
mude de:
for i = 1, 197 do
target:addMount(i)
end
O script acima pode ter outro número diferente de 197, geralmente está na linha 21.
para:
for i = 1, 220 do
target:addMount(i)
end
Espero ter ajudado.
Créditos:
Cip por atualizar,
Eu por alterar.