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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

iyake

Member
Joined
Oct 19, 2014
Messages
143
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:
Back
Top