
Realm: Sylvanas
Character: MissMisty, Alli, 101 GnomeMonk
Zone: Dalaran (Broken Isles) , Vandering Isle (class hall phase, i think)
Description: the 'Portal to the Vale of Eternal Blossoms' in both zones teleports me to the same location where I was.
I see and hear the portal animation for ca. half second, then instead of the loading screen appearing, my character appears in almost the same spot as it was.
Repro:
Go to new Dalaran Alliance portal room, go to last portal that says Vale of Eternal Blossoms, rightclick, see if you are teleported there.
Some screenshots:
http://gph.is/2rxT95O
http://imgur.com/Cht4qPm
http://imgur.com/0gGpZO9
Horde Portal to Vale of Eternal in the horde area works without issues. Certainly that goes to the other, Shrine of Two Moons in Vale.
Horde portals seem to get more love than the alli ones. For eg. there's a Portal to Orgrimmar on Isle of Thunder (at Dawnseeker Promontory), but no Portal to Stromwind (on Violet Rise).
Better link for the giphy:
http://gph.to/2qUaHq0
status changed from new report to report confirmed
Sometimes i find non-working portals. Which is the best way to report them, to make it easy for you to find it in the db or the sources?
1. Portals are scripted individually, or is there a db table for portal -> destination mapping, and a generic script?
2. If in db, how do you identify a portal, eg. what is the unique id? If not in db, how to identify a portal, so it's easy to find in the sourcecode?
Does it help you if I look up the IDs?
https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/sql/old/6.x/world/04_2016_10_17/2016_09_27_01_world.sql#L2
INSERT INTO `spell_target_position`
(`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES
(132624, 0, 870, 917.64, 294.879, 506.095, 22624), -- Spell: Portal: Vale of Eternal Blossoms Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS)
To avoid spamming the bugtracker, is it useful, if I list other nonoperational portals here?
The next one is Escape to the Isle of Quel'Danas at the end of the instance Magisters' Terrace , room Grand Magister's Asylum
https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/sql/old/2.4.3/00145_world_scripts.sql#L3
INSERT INTO gameobject_template () VALUES (188173, 10, 7161, 'Escape to the Isle of Quel\'Danas', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'go_kael_orb');
Not found the spell though.
Escape to the Isle of Quel'Danas - http://imgur.com/g2pH2z9
https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/sql/old/2.4.3/00145_world_scripts.sql#L3
INSERT INTO gameobject_template () VALUES (188173, 10, 7161, 'Escape to the Isle of Quel\'Danas', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'go_kael_orb');
...
UPDATE `gameobject_template` SET `ScriptName` = 'go_kael_orb' WHERE `entry` = 188173;
https://github.com/TrinityCore/TrinityCore/blob/a0a158b5b851db7e2c16819ec89e913d914a3aba/src/server/scripts/EasternKingdoms/MagistersTerrace/magisters_terrace.h#L62
GO_ESCAPE_ORB = 188173
Exit portal (at the entrance) of Magisters' Terrace instance casts the wrong spell: Heavy Stagger, after some time killing the player
http://imgur.com/5UHzUpl
http://www.wowhead.com/spell=124273/heavy-stagger
Found only areatrigger_teleport , not sure if there is any spell involved in that.
https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/sql/old/4.3.4/TDB2_to_TDB3_updates/world/053_areatrigger_teleport.sql#L150
UPDATE `areatrigger_teleport` SET `name`='Magisters'' Terrace - Exit Target', `target_position_x`=12885.3, `target_position_y`=-7336.42, `target_position_z`=65.4882, `target_orientation`=1.0472 WHERE `id`=4885; -- WSL 3793
https://github.com/TrinityCore/TrinityCore/blob/a249d86b00eb0854cb925f8bea76ddbb364208df/sql/old/6.x/world/00_2014_10_19/2014_11_01_00_world.sql#L177
UPDATE `areatrigger_teleport` SET `PortLocID`=3793 WHERE `id`=4885; -- Magisters'' Terrace - Exit Target
Zone: Temple of Five Dawns
Portal to Peak of Serenity - http://imgur.com/6eGll8D
Have not found IDs online.
Portal to Peak of Serenity - spell=216029 - http://www.wowhead.com/spell=216029/portal-to-peak-of-serenity
Trackback to duplicate report of Portal to Vale: https://firestorm-servers.com/en/report/see_report/44485
Related, resolved issue, though not the same spell: https://firestorm-servers.com/en/report/see_report/310
The mage portal to Vale http://www.wowhead.com/spell=132620/portal-vale-of-eternal-blossoms had a wrong destination. Probably the two spells spell=132620 and spell=132624 should have the same destination.
Fix this fast plz?
There is still this problem.. could it be solved?