What's new

V10 Satheil repeatedly gives quest

Varal Al'Kadash

Gold Supporter
Veteran Member
53
2015
0
Location: Eversong Woods, Fairbreeze Village, Inn
Faction: Horde
Character/Faction: Male Blood Elf Mage/Horde

Problem: NPC Sathiel <Trade Supplies> repeatedly hands out same quest, "Goods from Silvermoon City" even though character completed the quest. This has been a persistent bug since v8. Even after turning in the quest, she gives you the quest again. She only needs to give it out once per character.
 

ravish123

Gold Supporter
Senior User
279
2015
94
Location: Eversong Woods, Fairbreeze Village, Inn
Faction: Horde
Character/Faction: Male Blood Elf Mage/Horde

Problem: NPC Sathiel <Trade Supplies> repeatedly hands out same quest, "Goods from Silvermoon City" even though character completed the quest. This has been a persistent bug since v8. Even after turning in the quest, she gives you the quest again. She only needs to give it out once per character.

Confirmed. Also to note she doesn't have an exclamation point above her head and still gives the quest out once you talk with her, not sure why.
 

ravish123

Gold Supporter
Senior User
279
2015
94
Found the issue. Seemed like this NPC had a SmartAI that picked the quest up when talking to her. No idea why but this should resolve the issue. I'll post it in database fixes when I have more fixes, for now I'll post it here.

Code:
-- Removes SAI from Sathiel (16261) and resolves issue with multiple pickups.
DELETE FROM `smart_scripts` WHERE `entryorguid`=16261 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `emucoach_v10_vip_world`.`creature_template` SET `AIName`='' WHERE  `entry`=16261;
 
Top