Skip to content

Commit

Permalink
chore: activating new mounts and style adjustments (#2251)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires authored Feb 20, 2024
1 parent af88e2b commit 965c528
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
20 changes: 7 additions & 13 deletions data/XML/familiars.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<familiars>
<!-- Familiars sorcerrers -->
<!-- Sorcerer -->
<familiar vocation="1" lookType="994" name="Thundergiant" premium="yes" unlocked="no" enabled="yes" />
<familiar vocation="5" lookType="994" name="Thundergiant" premium="yes" unlocked="no" enabled="yes" />

<familiar vocation="1" lookType="1367" name="Bladespark" premium="yes" unlocked="no" enabled="yes" type="quest" />
<familiar vocation="5" lookType="1367" name="Bladespark" premium="yes" unlocked="no" enabled="yes" type="quest" />
<!-- Familiars druids -->

<!-- Druid -->
<familiar vocation="2" lookType="993" name="Grovebeast" premium="no" unlocked="no" enabled="yes" />
<familiar vocation="6" lookType="993" name="Grovebeast" premium="no" unlocked="no" enabled="yes" />

<familiar vocation="2" lookType="1364" name="Mossmasher" premium="no" unlocked="no" enabled="yes" type="quest" />
<familiar vocation="6" lookType="1364" name="Mossmasher" premium="no" unlocked="no" enabled="yes" type="quest" />
<!-- Familiars paladins -->

<!-- Paladin -->
<familiar vocation="3" lookType="992" name="Emberwing" premium="no" unlocked="no" enabled="yes" />
<familiar vocation="7" lookType="992" name="Emberwing" premium="yes" unlocked="no" enabled="yes" />

<familiar vocation="3" lookType="1366" name="Sandscourge" premium="no" unlocked="no" enabled="yes" type="quest" />
<familiar vocation="7" lookType="1366" name="Sandscourge" premium="yes" unlocked="no" enabled="yes" type="quest" />
<!-- Familiars knights -->

<!-- Knight -->
<familiar vocation="4" lookType="991" name="Skullfrost" premium="yes" unlocked="no" enabled="yes" />
<familiar vocation="8" lookType="991" name="Skullfrost" premium="yes" unlocked="no" enabled="yes" />

<familiar vocation="4" lookType="1365" name="Snowbash" premium="yes" unlocked="no" enabled="yes" type="quest" />
<familiar vocation="8" lookType="1365" name="Snowbash" premium="yes" unlocked="no" enabled="yes" type="quest" />


</familiars>
6 changes: 4 additions & 2 deletions data/XML/mounts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@
<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="1632" name="Foxmouse" speed="10" premium="no" type="store" />
<!--<mount id="219" clientid="1685" name="Doom Skull" speed="10" premium="no" type="store" />
<mount id="219" clientid="1685" name="Doom Skull" speed="10" premium="no" type="store" />
<mount id="220" clientid="1686" name="Magma Skull" speed="10" premium="no" type="store" />
<mount id="221" clientid="1687" name="Corpsefire Skull" speed="10" premium="no" type="store"-->
<mount id="221" clientid="1687" name="Corpsefire Skull" speed="10" premium="no" type="store" />
<mount id="222" clientid="1721" name="Mystic Jaguar" speed="10" premium="yes" type="quest" />
<mount id="223" clientid="1724" name="Gorgon Hydra" speed="10" premium="no" type="store" />
</mounts>
6 changes: 3 additions & 3 deletions data/XML/outfits.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<outfits>
<!-- Female outfits -->
<!-- Female -->
<outfit type="0" looktype="136" name="Citizen" premium="no" unlocked="yes" enabled="yes" />
<outfit type="0" looktype="137" name="Hunter" premium="no" unlocked="yes" enabled="yes" />
<outfit type="0" looktype="138" name="Mage" premium="no" unlocked="yes" enabled="yes" />
Expand Down Expand Up @@ -89,7 +89,7 @@
<outfit type="0" looktype="1252" name="Orcsoberfest Garb" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1271" name="Poltergeist" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1280" name="Herder" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1283" name="Falconer" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1283" name="Falconer" premium="yes" unlocked="no" enabled="yes" from="quest" />
<outfit type="0" looktype="1289" name="Dragon Slayer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1293" name="Trailblazer" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1323" name="Revenant" premium="yes" unlocked="no" enabled="yes" from="quest" />
Expand Down Expand Up @@ -117,7 +117,7 @@
<outfit type="0" looktype="1676" name="Darklight Evoker" premium="no" unlocked="no" enabled="yes" from="store" />
<outfit type="0" looktype="1681" name="Flamefury Mage" premium="no" unlocked="no" enabled="yes" from="store" />

<!-- Male outfits -->
<!-- Male -->
<outfit type="1" looktype="128" name="Citizen" premium="no" unlocked="yes" enabled="yes" />
<outfit type="1" looktype="129" name="Hunter" premium="no" unlocked="yes" enabled="yes" />
<outfit type="1" looktype="130" name="Mage" premium="no" unlocked="yes" enabled="yes" />
Expand Down

0 comments on commit 965c528

Please sign in to comment.