What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

iyake

Member
Joined
Oct 19, 2014
Messages
143
Reaction score
5
The Interact succeeds and goes through in game, but the exception is still raised

Profile:

Code:
<Profile>
    <Name>Mining - Level 50 Mineral Deposit (Nothern Thanalan)</Name>
    <KillRadius>50</KillRadius>
    <Order>
        <If Condition="not IsOnMap(147)">
            <TeleportTo Name="Ceruleum Processing Plant" AetheryteId="22" />
        </If>
        <Gather>
            <GatherObject>Mineral Deposit</GatherObject>
            <HotSpots>
                <HotSpot Radius="120" XYZ="85.02691, 19.56853, 128.1509" />
            </HotSpots>
            <ItemNames>
                <ItemName>Cobalt Ore</ItemName>
                <ItemName>Basilisk Egg</ItemName>
                <ItemName>Ogre Horn</ItemName>
                <ItemName>Adamantoise Shell</ItemName>
            </ItemNames>
            <GatheringSkillOrder>
                <GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
                <!--<GatheringSkill SpellName="Unearth II" TimesToCast="1" />-->
                <!--<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />-->
            </GatheringSkillOrder>
        </Gather>
    </Order>
</Profile>

Log:
View attachment 6060 2015-11-11 10.22.txt
 
Last edited:
This has been fixed, update your bot.
 
Back
Top