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

[3.3.5] Orbaz Bloodbane (31283) #16168

Closed
Treeston opened this issue Jan 3, 2016 · 7 comments
Closed

[3.3.5] Orbaz Bloodbane (31283) #16168

Treeston opened this issue Jan 3, 2016 · 7 comments

Comments

@Treeston
Copy link
Member

Treeston commented Jan 3, 2016

Branch 3.3.5, rev. 8a0bbc3
Quest: The Fate of Bloodbane
Creature: Orbaz Bloodbane

Bloodbane uses a single, unrelated line for all but the first of his chats. The line used is broadcast_text id 31259: There's no doubt that something has distorted the true history of Stormhoof and the warriors of Camp Tunka'lo. But, what?

@ghost
Copy link

ghost commented Jan 3, 2016

Any idea what it actually should look like from live servers? I would not mind looking into it if I had the info, but I don't have an online account (trial is no use here).

@dr-j
Copy link
Contributor

dr-j commented Jan 3, 2016

Hmm Deja Vu

UPDATE `creature_text` SET `BroadcastTextId`=31961 WHERE  `entry`=31283 AND `groupid`=1 AND `id`=0;
UPDATE `creature_text` SET `BroadcastTextId`=31962 WHERE  `entry`=31283 AND `groupid`=2 AND `id`=0;
UPDATE `creature_text` SET `BroadcastTextId`=31963 WHERE  `entry`=31283 AND `groupid`=3 AND `id`=0;
UPDATE `creature_text` SET `BroadcastTextId`=31966 WHERE  `entry`=31283 AND `groupid`=4 AND `id`=0;
UPDATE `creature_text` SET `BroadcastTextId`=31967 WHERE  `entry`=31283 AND `groupid`=5 AND `id`=0;
UPDATE `creature_text` SET `BroadcastTextId`=31964 WHERE  `entry`=31283 AND `groupid`=6 AND `id`=0;

@dr-j
Copy link
Contributor

dr-j commented Jan 3, 2016

and since I fixed that last february the below probably has not been pushed to tc either which was some updates to my earlier script for Betrayal.

DELETE FROM `smart_scripts` WHERE `entryorguid`=28998 AND `source_type`=0 AND `id` in(13,14);UPDATE `world3`.`smart_scripts` SET `event_param2`=7500, `event_param3`=10000, `event_param4`=20000 WHERE  `entryorguid`=28998 AND `source_type`=0 AND `id`=5 AND `link`=0;
UPDATE `smart_scripts` SET `event_param2`=7500, `event_param3`=10000, `event_param4`=20000 WHERE  `entryorguid`=28998 AND `source_type`=0 AND `id`=5 AND `link`=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
(28998, 0, 13, 0, 0, 0, 100, 0, 0, 0, 60000, 60000, 28, 54104, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Overlord Drakuru - IC - Remove Aura (Blight Fog'),
(28998, 0, 14, 0, 0, 0, 100, 0, 45000, 45000, 60000, 60000, 11, 54104, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Overlord Drakuru - IC - Cast Blight Fog');

@ghost
Copy link

ghost commented Jan 3, 2016

Nice, thanks for posting a solution so quickly. 👍 What was the "déjà vu" you had there? :-)
Edit: I see now that I was too slow to post, so this is something you worked on in February.

@dr-j
Copy link
Contributor

dr-j commented Jan 3, 2016

I had fixed this last february p: just had failed to commit to tc -:)

as said the sql from second post is from same post I made about fix where originally used so was more than likely never pushed either

When I originally scripted this quest looks like I screwed the broadcast text ids up as thats usually the last thing I do before commit.

@ghost
Copy link

ghost commented Jan 3, 2016

Great, thanks for the extra info. :-) Keep up the good work, I will do what I can on my part.

@Treeston Treeston closed this as completed Jan 3, 2016
@Treeston
Copy link
Member Author

Treeston commented Jan 3, 2016

Closed, 3af1d91 and 19462ef.

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

2 participants