[Gara] Questline [Wod]

Hello, Im fixing this questline but Im stuck in the part where “Disturbed Grave” spawn. I cant get the id of Disturbed Grave gameobject (its a temporal respawn) because I havent a retail account to sniff it.

Btw if someone can tell me the way to get the broadcasttextid for the initial gossip, Im using wrong broadcasttextid coz I dont know the way to get the correct one.

Here you can check the full questline and check the “disturbed grave” about which Im speaking.

When I finished it, I will upload it here.

Thanks in advance.

If you know the text (from a video or a guide) you can search in the hotfix.broadcast_table for it and get the id.

Thanks you, I got the boradcasttext yesterday but I guess I cant get the “disturbed grave” id…So Im stuck in that part…

This SAI summon the void but Mother Om’ra doesnt say anything Someone can tell me which is the problem? Maybe is it coz MSG_Close_Interation OPCODE isnt handled actually by the core? I dont know why Mother doesnt speak /emoticons/default_sad.png.

UPDATE creature_template SET AIName=‘SmartAI’ WHERE entry=88709; – Mother Omra

– Mother Omra SAI

DELETE FROM smart_scripts WHERE entryorguid=88709;
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
(88709,0,0,0,54,0,100,0,0,0,0,0,80,88709,2,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra- on just summoned - run script’),
(88709,9,0,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra - say text0’),
(88709,9,1,0,0,0,100,0,5000,5000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra - say text1’),
(88709,9,2,0,0,0,100,0,5000,5000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra - say text2’),
(88709,9,3,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra - say text3’),
(88709,9,4,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra - say text4’),
(88709,9,5,0,9,0,100,0,1,200,0,0,12,88713,2,50000,0,0,0,7,0,0,0,0,0,0,0,‘Mother Om’‘ra - Summon Void Lord Xan’);

– Mother Omra creature_text
DELETE FROM creature_text WHERE entry=88709;
INSERT INTO creature_text (entry,groupid,id,text,type,language,probability,emote,duration,sound,
BroadcastTextId,TextRange,comment) VALUES
(88709,0,0,‘Mother Om’‘ra says: My soul… feels at peace… thank you.’,12,0,100,0,0,0,91382,0,‘Mother Om’‘ra’),
(88709,1,0,‘Mother Om’‘ra says: Gara was my wolf, back before we forsook shamanism for these… dark magics.
She wouldn’‘t even look at me, not after I was tainted by the void.’,12,0,100,0,0,0,91384,0,‘Mother Om’‘ra’),
(88709,2,0,‘Mother Om’‘ra says: The Lord of Glass, a void god who call himself Xan, had taken my soul captive in the
void realm. Fragments of it were… torn away… for use by the Shadowmoon here in the burial grounds.’,12,0,100,
0,0,0,91498,0,‘Mother Om’‘ra’),
(88709,3,0,‘Mother Om’‘ra says: But she wouldn’‘t leave my side, Gara. Not until the proper effigy was burned, that my
soul may find peace.’,12,0,100,0,0,0,91499,0,‘Mother Om’‘ra’),
(88709,4,0,‘Mother Om’‘ra says: Thanks you for releasing us both.’,12,0,100,0,0,0,91500,0,‘Mother Om’‘ra’);
Thanks you in advance.

Someone can tell me if its a problem with the opcodes or its my sai please?

Hello,

this shouldn’t be caused by opcodes. Almost all basic opcodes are already implemented, and CMSG_CLOSE_INTERACTION shoudn’t cause it. Maybe the problem is in the SAI.

(88709,0,0,0,54,0,100,0,0,0,0,0,80,88709,2,0,0,0,0,1,0,0,0,0,0,0,0,‘Mother Om’‘ra- on just summoned - run script’),This line isnt needed I think, this event and action is connected to actionlist, but you are using script for the creature. So remove this line and use event OnJustSummoned for the first text and then use SMART_EVENT_LINK. Then it should work.

Ok a lot of thx. It isnt working, someone can tell me if in his/her server creatures talk? For example checking the boss of the alliance (he yell a little texts).

Thanks you again.

https://github.com/TrinityCore/TrinityCore/issues/14871 [6.x] Smart_Action_Talk isnt working

Ok a lot of thx Nay,

– Temporal object=237944
DELETE FROM gameobject_template WHERE entry=237944;
INSERT INTO gameobject_template (entry, size, faction, flags) VALUES
(237944, 0.5, 1375, 0); – 237944
DELETE FROM gameobject_template WHERE entry=237944;
INSERT INTO gameobject_template (entry, type, displayId, IconName, unk1, size, Data0, Data1, Data2, Data3, Data4, Data5, Data6, Data7, Data8, Data9, Data10, Data11, Data12, Data13, Data14, Data15, Data16, Data17, Data18, Data19, Data20, Data21, Data22, Data23, Data24, Data25, Data26, Data27, Data28, Data29, Data30, Data31, Data32, unkInt32, VerifiedBuild) VALUES
(237944, 1, 18905, ‘’, ‘’, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20444); – 237944

– Disturbed Grave 237943
REPLACE INTO gameobject_template (entry, size, faction, flags) VALUES
(237943, 0.5, 114, 0); – 237943
REPLACE INTO gameobject_template (entry, type, displayId, IconName, unk1, size, Data0, Data1, Data2, Data3, Data4, Data5, Data6, Data7, Data8, Data9, Data10, Data11, Data12, Data13, Data14, Data15, Data16, Data17, Data18, Data19, Data20, Data21, Data22, Data23, Data24, Data25, Data26, Data27, Data28, Data29, Data30, Data31, Data32, unkInt32,VerifiedBuild) VALUES
(237943, 8, 7587, ‘’, ‘’, 0.5, 1857, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20444); – 237943

– Gara SAI

DELETE FROM smart_scripts WHERE entryorguid=85645;
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
(85645,0,0,1,62,0,100,0,65535,2,0,0,50,237943,7200,0,0,0,0,8,0,0,0,-291.0573, -756.2917, 17.52571, 0.406237,'Gara - On gossip option 2 select - Summon Disturbed Grave );

– Disturbed Grave SAI 237943
DELETE FROM smart_scripts WHERE entryorguid=237943;
UPDATE gameobject_template SET AIName=‘SmartGameObjectAI’ WHERE entry=237943; – Disturbed Grave
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
(237943,1,0,0,8,0,100,0,177301,0,0,0,12,88709,1,45000,0,0,0,7,0,0,0,0,0,0,0, ‘Disturbed Grave - On spirit sfigge used in disturbed grave - Summon Mother Om’‘ra’);The problem: It doesnt summon Mother Om’ra.

What it would have to do: When I use item 120120 (Spirit Effige) with spell=177301 on Disturbed Grave, It would have to summon Mother Om’ra.

What it does nowdays: When I click second option of gossip in Gara, it summon disturbed grave. Then I use Spirit Effige on Disturbed grave with smart_event_spellhit and it summon object 237944 but it doesnt summon Mother Om’ra.

More info: Disturbed grave is a object type 8, but i dont know the way to use spellfocus.

I can click object 237944 but it doesnt anything,dunno if this object need a SAI or for what its used.

Link for item 120120 Spirit Effige so you can check effects there: http://de.wowhead.com/spell=177301/bildnis-benutzen

Dates are sniffed of retail.

The last “problem” was fixed with this event_script.Nvm.

-- Spell 177301 Send Script Event (43253) INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`, `o`) VALUES (43253,0,10,88709,45000,0,-283.6979, -754.8316, 16.84488, 3.243385);