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

DB/Texts: Harold Lane #24987

Closed
ZenoX92 opened this issue Jul 10, 2020 · 0 comments
Closed

DB/Texts: Harold Lane #24987

ZenoX92 opened this issue Jul 10, 2020 · 0 comments

Comments

@ZenoX92
Copy link
Contributor

ZenoX92 commented Jul 10, 2020

Description:

*Add OOC texts to Harold Lane

Branch(es):

3.3.5, master

TC rev. hash/commit:

TrinityCore rev. cc5bea0+ 2020-05-19

TDB version: 335.64

Operating system: Windows 7

Suggested Fix:

-- Harold Lane
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=18218;
DELETE FROM `smart_scripts` WHERE `entryorguid`=18218 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
(18218,0,0,0,1,0,100,0,1000,15000,150000,180000,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Harold Lane - Out of Combat - Say Line 5");

DELETE FROM `creature_text` WHERE `CreatureID`=18218 AND `GroupID`=5;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(18218,5,0,"Shifting, %s moans from the pain of his thorn scratch.",16,0,100,0,0,0,15157,0,"Harold Lane"),
(18218,5,1,"%s groans in pain.",16,0,100,0,0,0,15158,0,"Harold Lane"),
(18218,5,2,"%s looks at his friends and then grunts painfully.",16,0,100,0,0,0,15159,0,"Harold Lane"),
(18218,5,3,"%s wakes himself up snoring.",16,0,100,0,0,0,15160,0,"Harold Lane"),
(18218,5,4,"%s winces when he touches the tender area around his scratch.",16,0,100,0,0,0,15161,0,"Harold Lane"),
(18218,5,5,"%s begins to whistle a tune, but then stops abruptly and moans.",16,0,100,0,0,0,15162,0,"Harold Lane");
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