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!

Veigue

Member
Joined
Jun 24, 2013
Messages
69
Hello,

I made a copy of one my grinding profiles.

But this one isn't working for some unknown reason. Can anyone tell me what is wrong in it?

Thank you very much!

Code:
<Profile>
  <Name>[Go To] Indolent Imperial</Name>
  <KillRadius>80</KillRadius>
  <GrindAreas>
    <GrindArea name="Mor Dhona">
      <Hotspots>
        <Hotspot Radius="60" X="-474.196" Y="-4.025395" Z="-202.34" name="Mor Dhona" />
      </Hotspots>
	<TargetMobs>
          <TargetMob id="1811" />
        </TargetMobs>
      <MinLevel>0</MinLevel>
      <MaxLevel>60</MaxLevel>
    </GrindArea>
  </GrindAreas>
  <Order>
    <If Condition="not IsOnMap(156)">
        <TeleportTo Name="Revenant's Toll" AetheryteId="24" />
    </If>
    <Grind grindRef="Mor Dhona" while="Core.Player.ClassLevel &lt; 61" />
  </Order>
</Profile>


This is the error I get

Code:
[15:50:40.212 D] System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   à ff14bot.NeoProfiles.HotspotManager.()
   à ff14bot.Behavior.BrainBehavior.<>c.(Object )
   à ff14bot.Behavior.CommonBehaviors..(Object )
   à TreeSharp.Decorator.CanRun(Object context)
   à TreeSharp.Decorator.<Execute>d__12.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à ff14bot.Behavior.HookExecutor.Run(Object context)
   à TreeSharp.Action.RunAction(Object context)
   à TreeSharp.Action.<Execute>d__13.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à ff14bot.Behavior.HookExecutor.Run(Object context)
   à TreeSharp.Action.RunAction(Object context)
   à TreeSharp.Action.<Execute>d__13.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à ff14bot.Behavior.HookExecutor.Run(Object context)
   à TreeSharp.Action.RunAction(Object context)
   à TreeSharp.Action.<Execute>d__13.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.Decorator.<Execute>d__12.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
   à TreeSharp.Composite.Tick(Object context)
   à ff14bot.TreeRoot.()

I only changed the Hotspots, and teleport code. So I don't understand.

Thank you for your time!
 
Last edited:
If you take the time to look through some of the other support questions.....something with HotSpots was broken in the latest release of RB. Your options are to either wait until Mastahg pushes out a fix, or revert to the previous version of RB.
 
Sorry I didn't take the time to read other threads but I thought It was only a problem with my profil and not honobuddy :)

Where can we download old versions of HB by the way?

Thank you for your help
 
Back
Top