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!

[Suggestion/Bugfix] TeleportTo and Force="True"

gathel

New Member
Joined
Feb 14, 2015
Messages
26
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.
 
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?
 
Back
Top