Walter Pagani

Results 192 comments of Walter Pagani

If I make this query ```sql UPDATE `creature` SET `id1`=37200 WHERE `guid`=200982; ``` The dialogue in the alliance is perfect. Although I will surely fail in the horde. I'm not...

Another change I made was this. ```cpp uint32 Creature::GetScriptId() const { if (CreatureData const* creatureData = GetCreatureData()) if (uint32 scriptId = creatureData->ScriptId) return scriptId; return sObjectMgr->GetCreatureTemplate(GetEntry())->ScriptID; } ``` For this...

https://github.com/azerothcore/azerothcore-wotlk/assets/2810187/e142c465-bec4-4516-9416-2b248b523721 ![WoWScrnShot_050224_142407](https://github.com/azerothcore/azerothcore-wotlk/assets/2810187/c167d747-13fa-4e8b-a4eb-ba5175bc3db3)

I really don't know what else to try. On top of that I have a core from a few years ago, and this mechanic works well. I'm sure it has...

Greetings. Thanks for the input. If you would be so kind as to please complete the pull request with the necessary data to be able to carry out the tests,...

When you're done writing the script, and you're not going to make any more changes, let me know, that I'm editing it to decrease the number of queries. But if...

> Ran for several days, tested at least 5 times, no issues. We'd have to make a few small changes to the SQL. But I don't want to do it,...

> the test results are as expected, everything is ok. BTW, Chinese localization has been added. > > ```sql > INSERT INTO `creature_text_locale` (`CreatureID`, `GroupID`, `ID`, `Locale`, `Text`) VALUES (27210,...

However, the NPCs you are mentioning don't have as many texts. https://wowgaming.altervista.org/aowow/?npc=27210 https://wowgaming.altervista.org/aowow/?npc=27211 Where do I get the information for these texts? @pvp100com

> The conversation is derived from previous sniffing (3.4.x), so we can stick to using **broadcast_text_locale** as per the specification. Therefore, you can disregard my previous response. Thank you. No...