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

[Quest] The Curse of the Tides #3102

Closed
mozvip opened this issue Sep 18, 2011 · 4 comments
Closed

[Quest] The Curse of the Tides #3102

mozvip opened this issue Sep 18, 2011 · 4 comments

Comments

@mozvip
Copy link

mozvip commented Sep 18, 2011

During The Curse of the Tides quest (http://old.wowhead.com/quest=611/the-curse-of-the-tides), you are supposed to use the "Catelyn's Blade" quest item on an altar. This will summon Gazban (http://old.wowhead.com/npc=2624). This works well however If you use the item several times on the altar, a new Gazban instance is summoned every time. Only one Gazban should be summoned.

TDB: Rev. 42
commit : 8ce80db
No patches

@netinet
Copy link

netinet commented Sep 19, 2011

Yup, I can confirm this.

TrinityCore rev. 2011-09-15 10:56:04 +0200 (Unix, Release)
Hash: 9006e4e+ "9006e4e8dc1c2cbf30303dd2d5e34f3d9a2380a9"
TDB: 335.11.42+

@ghost ghost assigned Subv and malcrom Nov 18, 2012
@ghost ghost assigned Gacko Jan 1, 2013
@Crysicle
Copy link

Confirmed.

Core revision: Trinity Core e1e6525
Database revision: TDB 335.52
Addons: Anticheat1

@untaught
Copy link
Contributor

untaught commented Feb 4, 2014

Try this:

DELETE FROM `event_scripts` WHERE `id`=364;

UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry`=2576;
DELETE FROM `smart_scripts` WHERE `entryorguid`=2576 AND `source_type`=1;
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
(2576,1,0,0,70,0,100,0,2,0,0,0,12,2624,1,900000,0,0,0,8,0,0,0,-12179.4,644.22,-67.1,5.18,'Altar of the Tides - On State Changed - Summon Gazban');

DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup`=1 AND `SourceEntry`=2576;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(22,1,2576,1,0,29,0,2624,100,0,1,0,0,'','Execute SAI only if Gazban is not in range');

@dr-j
Copy link
Contributor

dr-j commented Feb 5, 2014

fa33c42

@Aokromes Aokromes closed this as completed Feb 5, 2014
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

9 participants