Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NPC] Onu - Quest rewardscript for Return to Onu should be delayed #18564

Closed
Rushor opened this issue Dec 23, 2016 · 1 comment
Closed

[NPC] Onu - Quest rewardscript for Return to Onu should be delayed #18564

Rushor opened this issue Dec 23, 2016 · 1 comment

Comments

@Rushor
Copy link
Contributor

Rushor commented Dec 23, 2016

Description:
http://wotlk.openwow.com/npc=3616 once you complete quest http://wotlk.openwow.com/quest=950the creature talks all the texts in 1 second. But the texts should be a bit delayed

Branch(es): 3.3.5 / master (Tell us which branch(es) this issue affects.)
3.3.5
TC rev. hash/commit:
5b8b779

Operating system:
win 10

@Rushor
Copy link
Contributor Author

Rushor commented Dec 23, 2016

fix:

-- [Q] Return to Onu -- http://wotlk.openwow.com/quest=950
-- Onu SAI
SET @ENTRY := 3616;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(@ENTRY,0,0,1,20,0,100,0,950,0,0,0,80,@ENTRY*100+00,2,0,0,0,0,1,0,0,0,0,0,0,0,"Onu - On Quest 'Return to Onu' Finished - Run Script");

-- Actionlist SAI
SET @ENTRY := 361600;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=9;
INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
(@ENTRY,9,0,0,0,0,100,0,1000,1000,0,0,1,0,3000,0,0,0,0,1,0,0,0,0,0,0,0,"Onu - On Script - Say Line 0"),
(@ENTRY,9,1,0,0,0,100,0,3000,3000,0,0,1,1,4000,0,0,0,0,1,0,0,0,0,0,0,0,"Onu - On Script - Say Line 1"),
(@ENTRY,9,2,0,0,0,100,0,4000,4000,0,0,1,2,3000,0,0,0,0,1,0,0,0,0,0,0,0,"Onu - On Script - Say Line 2");

Killyana added a commit that referenced this issue Dec 24, 2016
Aokromes pushed a commit to Aokromes/TrinityCore that referenced this issue Dec 28, 2016
joschiwald pushed a commit that referenced this issue Apr 21, 2018
By Rushor
Closes #18564

(cherry picked from commit 73f704d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants