V13 - As Hyjal Burns - ID 25316

3b799e5388

Gold Supporter
Veteran Member
59
2020
13
same here. after going through the portal, Aronus seemed to have disappeared and letting you then drop to your death.

location: Mount Hyjal (53,53), blood elf
Aronus should be there to guide/transport player to quest's objective
 

Maze

Gold Supporter
Veteran Member
65
2019
44
This is a temp fix which skip dialogs/waypoints and port the player to Nordassil (Mount Hyjal).
SQL:
UPDATE smart_scripts SET action_type=62, action_param1=1, action_param2=0, target_type=7, target_x=5535.043, target_y=-3625.36, target_z=1566.94, target_o=2.224832 WHERE  entryorguid=39140;
 

3b799e5388

Gold Supporter
Veteran Member
59
2020
13
thank you very much!
I wanted to try the fix first before replying, but haven't been able yet, but will do so at the first opportunity....
 

Maze

Gold Supporter
Veteran Member
65
2019
44
No worries,
i guess the mechanic of the quest is scripted inside the core.
 

Blackvision

Mythical User
Super Moderator
Gold Supporter
2,300
2015
272
Location
Denmark
This is a temp fix which skip dialogs/waypoints and port the player to Nordassil (Mount Hyjal).
SQL:
UPDATE smart_scripts SET action_type=62, action_param1=1, action_param2=0, target_type=7, target_x=5535.043, target_y=-3625.36, target_z=1566.94, target_o=2.224832 WHERE  entryorguid=39140;

/* Affected rows: 0 Found rows: 0 Warnings: 0 Duration for 1 query: 0,000 sec. */

Ran the query, but no row was affected ?
 

Maze

Gold Supporter
Veteran Member
65
2019
44
/* Affected rows: 0 Found rows: 0 Warnings: 0 Duration for 1 query: 0,000 sec. */

Ran the query, but no row was affected ?
I don't know mate, just worked fine for me.
/* Affected rows: 1 Found rows: 0 Warnings: 0 Duration for 1 query: 0,000 sec. */
 
Top