lastdayx52
New Member
- Joined
- Feb 3, 2010
- Messages
- 133
First and foremost, this HAS NOT BEEN TESTED, but should have no problems (it's AVOIDing the mobs. It either avoids it, or does the same "waste mana" deal, so no true loss scenario).
Who is it for:
For casters who are having problems with targeting totems and wasting all their mana trying to bring it down with spells, here is a temporary fix.
This fix is for PvP. Only playable Shaman's totems were found.
What I have done:
I have cataloged each Shaman's totems, found their creature ID, and created the AvoidMobs.
What this will do:
Ignore all Shaman's totems. Yes, you still will be in combat if the totems are never shot, but in PvP scenario, either he dies (and gets rid of the totems), or you die (and there's no point in shooting down totems). What this does is make you look more like a real human player; ignoring the totems and going for the actual characters.
How to install:
In your Default Profiles folder, open up whatever profile you want to use this feature (i.e. AV.xml) in notepad. Copy and paste the full code at the end of the profile, BEFORE </SubProfile>.
The Code:
Who is it for:
For casters who are having problems with targeting totems and wasting all their mana trying to bring it down with spells, here is a temporary fix.
This fix is for PvP. Only playable Shaman's totems were found.
What I have done:
I have cataloged each Shaman's totems, found their creature ID, and created the AvoidMobs.
What this will do:
Ignore all Shaman's totems. Yes, you still will be in combat if the totems are never shot, but in PvP scenario, either he dies (and gets rid of the totems), or you die (and there's no point in shooting down totems). What this does is make you look more like a real human player; ignoring the totems and going for the actual characters.
How to install:
In your Default Profiles folder, open up whatever profile you want to use this feature (i.e. AV.xml) in notepad. Copy and paste the full code at the end of the profile, BEFORE </SubProfile>.
The Code:
PHP:
<AvoidMobs>
<AvoidMob Name="Stoneskin Totem" Entry="5873" />
<AvoidMob Name="Stoneskin Totem II" Entry="5919" />
<AvoidMob Name="Stoneskin Totem III" Entry="5920" />
<AvoidMob Name="Stoneskin Totem IV" Entry="7366" />
<AvoidMob Name="Stoneskin Totem V" Entry="7367" />
<AvoidMob Name="Stoneskin Totem VI" Entry="7368" />
<AvoidMob Name="Stoneskin Totem VII" Entry="15470" />
<AvoidMob Name="Stoneskin Totem VIII" Entry="15474" />
<AvoidMob Name="Stoneskin Totem IX" Entry="31175" />
<AvoidMob Name="Stoneclaw Totem" Entry="3579" />
<AvoidMob Name="Stoneclaw Totem II" Entry="3911" />
<AvoidMob Name="Stoneclaw Totem III" Entry="3912" />
<AvoidMob Name="Stoneclaw Totem IV" Entry="3913" />
<AvoidMob Name="Stoneclaw Totem V" Entry="7398" />
<AvoidMob Name="Stoneclaw Totem VI" Entry="7399" />
<AvoidMob Name="Stoneclaw Totem VII" Entry="15478" />
<AvoidMob Name="Stoneclaw Totem VIII" Entry="31120" />
<AvoidMob Name="Stoneclaw Totem IX" Entry="31121" />
<AvoidMob Name="Stoneclaw Totem X" Entry="31122" />
<AvoidMob Name="Strength of Earth Totem" Entry="5874" />
<AvoidMob Name="Strength of Earth Totem II" Entry="5921" />
<AvoidMob Name="Strength of Earth Totem III" Entry="5922" />
<AvoidMob Name="Strength of Earth Totem IV" Entry="7403" />
<AvoidMob Name="Strength of Earth Totem V" Entry="15464" />
<AvoidMob Name="Strength of Earth Totem VI" Entry="15479" />
<AvoidMob Name="Strength of Earth Totem VII" Entry="30647" />
<AvoidMob Name="Strength of Earth Totem VIII" Entry="31129" />
<AvoidMob Name="Searing Totem" Entry="2523" />
<AvoidMob Name="Searing Totem II" Entry="3902" />
<AvoidMob Name="Searing Totem III" Entry="3903" />
<AvoidMob Name="Searing Totem IV" Entry="3904" />
<AvoidMob Name="Searing Totem V" Entry="7400" />
<AvoidMob Name="Searing Totem VI" Entry="7402" />
<AvoidMob Name="Searing Totem VII" Entry="15480" />
<AvoidMob Name="Searing Totem VIII" Entry="31162" />
<AvoidMob Name="Searing Totem IX" Entry="31164" />
<AvoidMob Name="Searing Totem X" Entry="31165" />
<AvoidMob Name="Magma Totem" Entry="5929" />
<AvoidMob Name="Magma Totem II" Entry="7464" />
<AvoidMob Name="Magma Totem III" Entry="7465" />
<AvoidMob Name="Magma Totem IV" Entry="7466" />
<AvoidMob Name="Magma Totem V" Entry="15484" />
<AvoidMob Name="Magma Totem VI" Entry="31166" />
<AvoidMob Name="Magma Totem VII" Entry="31167" />
<AvoidMob Name="Flametongue Totem" Entry="5950" />
<AvoidMob Name="Flametongue Totem II" Entry="6012" />
<AvoidMob Name="Flametongue Totem III" Entry="7423" />
<AvoidMob Name="Flametongue Totem IV" Entry="10557" />
<AvoidMob Name="Flametongue Totem V" Entry="15485" />
<AvoidMob Name="Flametongue Totem VI" Entry="31132" />
<AvoidMob Name="Flametongue Totem VII" Entry="31158" />
<AvoidMob Name="Flametongue Totem VIII" Entry="31133" />
<AvoidMob Name="Totem of Wrath I" Entry="17539" />
<AvoidMob Name="Totem of Wrath II" Entry="30652" />
<AvoidMob Name="Totem of Wrath III" Entry="30653" />
<AvoidMob Name="Totem of Wrath IV" Entry="30654" />
<AvoidMob Name="Healing Stream Totem" Entry="3527" />
<AvoidMob Name="Healing Stream Totem II" Entry="3906" />
<AvoidMob Name="Healing Stream Totem III" Entry="3907" />
<AvoidMob Name="Healing Stream Totem IV" Entry="3908" />
<AvoidMob Name="Healing Stream Totem V" Entry="3909" />
<AvoidMob Name="Healing Stream Totem VI" Entry="15488" />
<AvoidMob Name="Healing Stream Totem VII" Entry="31181" />
<AvoidMob Name="Healing Stream Totem VIII" Entry="31182" />
<AvoidMob Name="Healing Stream Totem IX" Entry="31185" />
<AvoidMob Name="Mana Stream Totem" Entry="3573" />
<AvoidMob Name="Mana Stream Totem II" Entry="7414" />
<AvoidMob Name="Mana Stream Totem III" Entry="7415" />
<AvoidMob Name="Mana Stream Totem IV" Entry="7416" />
<AvoidMob Name="Mana Stream Totem V" Entry="15489" />
<AvoidMob Name="Mana Stream Totem VI" Entry="31186" />
<AvoidMob Name="Mana Stream Totem VII" Entry="31189" />
<AvoidMob Name="Mana Stream Totem VIII" Entry="31190" />
<AvoidMob Name="Cleansing Totem" Entry="5924" />
<AvoidMob Name="Mana Tide Totem" Entry="16190" />
<AvoidMob Name="Earthbind Totem" Entry="2630" />
<AvoidMob Name="Windfury Totem" Entry="6112" />
<AvoidMob Name="Grounding Totem" Entry="5925" />
<AvoidMob Name="Sentry Totem" Entry="3968" />
<AvoidMob Name="Wrath of Air Totem" Entry="3738" />
<AvoidMob Name="Fire Elemental Totem" Entry="15439" />
<AvoidMob Name="Tremor Totem" Entry="5913" />
<AvoidMob Name="Earth Elemental Totem" Entry="15430" />
<AvoidMob Name="Fire Resistance Totem" Entry="5927" />
<AvoidMob Name="Fire Resistance Totem II" Entry="7424" />
<AvoidMob Name="Fire Resistance Totem III" Entry="7425" />
<AvoidMob Name="Fire Resistance Totem IV" Entry="15487" />
<AvoidMob Name="Fire Resistance Totem V" Entry="31169" />
<AvoidMob Name="Fire Resistance Totem VI" Entry="31170" />
<AvoidMob Name="Nature Resistance Totem" Entry="7467" />
<AvoidMob Name="Nature Resistance Totem II" Entry="7468" />
<AvoidMob Name="Nature Resistance Totem III" Entry="7469" />
<AvoidMob Name="Nature Resistance Totem IV" Entry="15490" />
<AvoidMob Name="Nature Resistance Totem V" Entry="31173" />
<AvoidMob Name="Nature Resistance Totem VI" Entry="31174" />
<AvoidMob Name="Frost Resistance Totem" Entry="5926" />
<AvoidMob Name="Frost Resistance Totem II" Entry="7412" />
<AvoidMob Name="Frost Resistance Totem III" Entry="7413" />
<AvoidMob Name="Frost Resistance Totem IV" Entry="15486" />
<AvoidMob Name="Frost Resistance Totem V" Entry="31171" />
<AvoidMob Name="Frost Resistance Totem VI" Entry="31172" />
</AvoidMobs>
Last edited: