• Visit Rebornbuddy
  • [Suggestion/Bugfix] TeleportTo and Force="True"

    Discussion in 'Community Developer Forum' started by gathel, Nov 15, 2016.

    1. gathel

      gathel New Member

      Joined:
      Feb 14, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      I was trying to run a profile that was attempting to TeleportTo with Force="True" and noticed it wasn't teleporting back to the aetheryte.

      Looking at the TeleportTo.cs quest behavior, I noticed a check for the Aetheryte to avoid teleport spam. Sadly I was close enough to see the Aetheryte but far enough to get stuck trying to fly back to it.

      Suggestion: Check for a distance rather than only existing:
      Code:
                      new Decorator(r => (Force && Aetheryte != null && Aetheryte.Distance() <= 50) || (!Force && WorldManager.ZoneId == zoId), new Action(r => _done = true)),
      
      This seemed to fix my current profile issue at least.
       
    2. tides

      tides Member

      Joined:
      Dec 31, 2014
      Messages:
      57
      Likes Received:
      1
      Trophy Points:
      8
      since the Dravanian Hinterlands does not have its own aetheryte, respawning there is impossible. the fate level up plugin also cant work because all it does it teleport you to the area and lets fatebot do the rest

      so can fatebot move your character to Dravanian Hinterlands when you are at idyllshire?
       

    Share This Page