What's new

V13 - As Hyjal Burns - ID 25316

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
 
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;
 
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....
 
No worries,
i guess the mechanic of the quest is scripted inside the core.
 
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 ?
 
/* 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. */
 
Back
Top