My account
log in
I don't have any Firestorm account
register

report : Portal to Vale of Eternal Blossoms fails

Report details

Status
Title : Portal to Vale of Eternal Blossoms fails
Status : 2
Creation date : May 28, 2017
Update date : November 27, 2017 17:26:15
expansion :
category : Other
subcategory : - - -
Support : - - -
priority : normal
rating :
5 0
Portal to Vale of Eternal Blossoms fails
May 28, 2017 12:36:17

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.

Portal to Vale of Eternal Blossoms fails
Portal to Vale of Eternal Blossoms fails
June 6, 2017 21:07:59

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).

Portal to Vale of Eternal Blossoms fails
June 6, 2017 21:16:00

Better link for the giphy:
http://gph.to/2qUaHq0

Portal to Vale of Eternal Blossoms fails
June 7, 2017 08:03:19

status changed from new report to report confirmed

Portal to Vale of Eternal Blossoms fails
June 15, 2017 07:10:06

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?

Portal to Vale of Eternal Blossoms fails
June 15, 2017 07:24:27

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)

Portal to Vale of Eternal Blossoms fails
June 15, 2017 07:51:47

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.

Portal to Vale of Eternal Blossoms fails
June 15, 2017 13:04:29

Escape to the Isle of Quel'Danas - http://imgur.com/g2pH2z9

Portal to Vale of Eternal Blossoms fails
June 17, 2017 13:16:23

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

Portal to Vale of Eternal Blossoms fails
June 17, 2017 14:04:03

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

Portal to Vale of Eternal Blossoms fails
June 18, 2017 05:49:04

Zone: Temple of Five Dawns
Portal to Peak of Serenity - http://imgur.com/6eGll8D

Have not found IDs online.

Portal to Vale of Eternal Blossoms fails
July 1, 2017 10:11:57

Portal to Peak of Serenity - spell=216029 - http://www.wowhead.com/spell=216029/portal-to-peak-of-serenity

Portal to Vale of Eternal Blossoms fails
July 2, 2017 11:24:39

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.

Portal to Vale of Eternal Blossoms fails
November 14, 2017 08:21:34

Fix this fast plz?

Portal to Vale of Eternal Blossoms fails
November 27, 2017 17:26:15

There is still this problem.. could it be solved?

You must be logged in to add a response and to vote.