Hi, i found problem with Horde Ship flying around Icecrown.
First of all let's clear one thing, if you start fly with ship that means you are added to transport.
So i cannot see npcs from horde ship without being added to ship (alliance counterpart works fine).
And another weired thing is making gps and then making another with flying down to be added to transport shows 2d diffrence of coords greater than 100 yards.
I think Horde ship have wrong generated path. tried on fresh TC 3-5 days ago. I checked there wasn't any transport changes after i checked.
Rev. 850a4468b4fc26ca239e39f042575dd92b64f199
serverside position is about 100 yards behind clientside position
steps to reproduce:
Confirmed. TrinityCore rev. dbe854cd313e 2015-12-21 17:29:04 +0100 (3.3.5 branch) (Win64, Release)
TDB 335.60 + updates up to and including 2015_12_20_00_world.sql
The crew and NPCs aboard the ship become visible on the ship when you fly a "safe" distance behind it.
Flying close again, they fade out and only fade back into view once you land on the ship.
Is this also why you get falling damage on Ogrim's Hammer?
Happens (sometimes) on login, dismount and simply jumping around.
Happens particularly when the ship is between the two peaks south west from Argent Tournament.
This issue is caused by the pause delay being skipped if it's set on the first node:
TaxiPathNodeREC:
m_ID, m_PathID, m_NodeIndex, m_ContinentID,m_LocX,m_LocY,m_LocZ,m_flags,m_delay,
26166,"1095","0","571","7656,745","1485,693","587,8265","2","5"
You can notice this issue better with http://wowwiki.wikia.com/wiki/Sister_Mercy pathID=778
http://wowwiki.wikia.com/wiki/Sister_Mercy
It makes a pause of 10 secs in the 6 first points, but as soon as you log in at this position: 9.664605, -4098.01953, 11.916811 571 the ship will be already at the point 1, so the pause at the point=0 is skipped
I just noticed that my pet cannot follow me while I'm aboard the Sister Mercy
6490408d4ef5
@jerbookins : that is a general transport issue, AFAIK. From what I remember in current TC source, pets can't board ferries, zeppelins or ships en route.
Any news about this? I've tested on azerothcore, and seems this issue was fixed there. @xinef1 maybe you can help us?
I can confirm that the transport pauses are respected, but after logging out and back in the ship desyncs between client and server. Teleporting to another map and .recalling back fixes the desync.
BTW, the minimap "icon" or visual of the horde ship is shown flying backwards, in contrast to the alliance ship icon. Is that minimap detail directly related to the issue on this page, or does it have a different root cause?
As you can see here the ship will teleport to move from the last to the first point
https://mega.nz/#!dx5QUSpC!LQDf0PIbEGdf2rzTMgSscKAJBmo72n-LMSswx6ZCjDM
Most helpful comment
You can notice this issue better with http://wowwiki.wikia.com/wiki/Sister_Mercy pathID=778
http://wowwiki.wikia.com/wiki/Sister_Mercy
It makes a pause of 10 secs in the 6 first points, but as soon as you log in at this position: 9.664605, -4098.01953, 11.916811 571 the ship will be already at the point 1, so the pause at the point=0 is skipped