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!

Profile - Elevator Issues (Boarding Party)

Golem

New Member
Joined
Jul 1, 2012
Messages
4
The elevator at the start of Boarding Party doesn't work using the Wonkavator script scheme.

To test the functionality I have used the same scheme with different values on the White Nova elevator and it works fine.

Using the "Elevator to Fleet Shuttles"/"Interfleet Transport" combination works fine in White Nova
Using the "Elevator"/"Boarding Access" doesn't work in Boarding Party instance
BUT using same scheme the White Nova profile script works fine.

I have attached the log file running the "Boarding Party (elevator).xml" as well as the xml itself and the "White Nova (elevator).xml" .

<Questing>
<UseTransport TransporterName="Elevator" Type="Wonkavator" Option="Boarding Access" X="-7.187562" Y="4.701" Z="-1.740582" ToX="-7.634188" ToY="-0.4999995" ToZ="-1.735976" />
</Questing>

Perhaps someone can shed some light on this.

View attachment Boarding Party (elevator).xmlView attachment Log.txtView attachment White Nova (elevator).xml
 
Isn't Boarding Party a flashpoint? Which requires zoning in to. Any time the bot zones into new planet, ship, anyplace new. You have to restart the bot. Not just stop/start. But actually shut it down, restart.
 
And proper elevator usage is
Code:
       <UseTransport Type="Wonkavator" TransporterName="Elevator" Option="Imperial Agent Hangar" 
									X="-217.6691" Y="14.5011" Z="-187.5749"
									ToX="-225.0151" ToY="-6.999" ToZ="-204.3671" />

or at least how I been doing it :P
 
Just tried as you suggested to completely restart the bot when the character was already inside the flashpoint. Result was the same.

Upgraded to latest version of Buddywing and attempted tests again. Even after completely restarted the game client, putting character into instance, starting Buddywing fresh the issue persists.

Problem is repeatable and consistent.

Also tried swapping the order of TransporterName="Elevator" Type="Wonkavator" to Type="Wonkavator" TransporterName="Elevator" as suggested but to no avail.


Noted that in the status bar it shows "Poi: type: None | Taking transport Elevator to Boarding Access for Quest Id:0"


View attachment Log Buddywing v1.0.887.292 2012 07 17.txt is the normal log
View attachment Log Buddywing v1.0.887.292 2012 07 17 ExtremelySpammy.txt is the extremelySpammy log (excerpt of part after previous attachment)

Are there other options/tools I can use to diagnose this? Can someone else try the aforementioned test with the profile xml file and confirm/deny the problem exists beyond my machine?

Test:> Start up SWTOR, load up character and put into Boarding Party instance, start up buddywing, load up the profile xml, hit start and observe
 
Last edited:
Back
Top