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!

Navigation Issues

ZoneName:The Dravanian Hinterlands
ZoneId:399
Start Location:The Dravanian Hinterlands
End Location:
<If Condition="GetQuestStep(67620) == 1">
<GetTo ZoneId="478" XYZ="116.0448, 206.9609, 80.15564"/>
<LLTalkTo QuestId="67620" StepId="1" NpcId="1013956" XYZ="116.0448, 206.9609, 80.15564"/>
<LLSmallTalk WaitTime="1500"/>
Client: Chinese
View attachment 232875
View attachment 232874
[09:50:19.864 N] [Lis6.30f12] Selecting "F 都市传送网"
[09:50:19.902 N] [Lis6.30f12] Using aethernet: (92) Epilogue Gate (Eastern Hinterlands)
[09:50:23.836 N] [Lis6.30f12] We can ground navigate: 1 | Length: 14.04639
[09:50:23.836 N] [Lis6.30f12] Moving to <-216.0735, 103.1677, -584.981>.
[09:50:23.836 N] RequestingCN path on 399 from <-218.8781, 104.1392, -598.7039> to <-216.0735, 103.1677, -584.981> (2)
[09:50:24.198 N] Received path response to <-216.0735, 103.1677, -584.981> in 00:00:00.3610844 ms
[09:50:26.531 V] [Poi.Clear] Reason: Current behavior changed to NoCombatMoveToTag: LineNumber: 353, XYZ: <116.0448, 206.9609, 80.15564>, Name: Haimirich, Distance: 3, UseMesh: True, Wait: 5000, HighPriority: True, IsDone: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[09:50:26.531 D] Removed all hooks from [ProfileOrderBehavior_Hook]
[09:50:26.531 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] c93bf69f-b827-49ae-82ca-7c0ce49001e8
[09:50:26.532 N] RequestingCN path on 399 from <-216.5365, 103.2594, -586.226> to <116.0448, 206.9609, 80.15564> (5)
[09:50:27.183 N] Received path response to <116.0448, 206.9609, 80.15564> in 00:00:00.6501665 ms


Looks like this is a profile issue.

Code:
                <NoCombatMoveTo Name="Haimirich" XYZ="116.0448, 206.9609, 80.15564"/>
on line 353 is using the same cords as line 321

Code:
<GetTo ZoneId="478" XYZ="116.0448, 206.9609, 80.15564"/>

Looks like that 353 is heading to cords that should be used on zone 478, not 399. Try removing line 353 and see if it works, otherwise contact profile author.
 
Back
Top