[DiscordArchive] Hi all! I'm looking into adding the AzerothCore Challenge Modes to my server. Anyone know if it's co
[DiscordArchive] Hi all! I'm looking into adding the AzerothCore Challenge Modes to my server. Anyone know if it's co
Archived author: Slaxe • Posted: 2025-08-04T18:25:28.544000+00:00
Original source
Hi all! I'm looking into adding the AzerothCore Challenge Modes to my server. Anyone know if it's compatible with the latest core release?
![[Image: image.png?ex=690c4048&is=690aeec8&hm=d1d...1b95cd761&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995471626567770/image.png?ex=690c4048&is=690aeec8&hm=d1d99de764188f598bac7b5911cf1d9e74e8078e6d2c77d7db9321a1b95cd761&)
Archived author: Oaksharis • Posted: 2025-08-04T18:29:28.225000+00:00
Original source
Any ideas how to fix this? It doesnt have a set expired duration. So when a week goes by I have tested it and it wont reset molten core for me. So the only way I can fix this is to go into my database 'instances' and delete the entry for that characters instance save. Any suggestions would be appreciated.
![[Image: image.png?ex=690c4048&is=690aeec8&hm=d1d...1b95cd761&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995471626567770/image.png?ex=690c4048&is=690aeec8&hm=d1d99de764188f598bac7b5911cf1d9e74e8078e6d2c77d7db9321a1b95cd761&)
Archived author: Ryan Turner • Posted: 2025-08-04T18:30:08.747000+00:00
Original source
Run `.server debug` and share the output
Archived author: Brodesseus • Posted: 2025-08-04T18:30:12.460000+00:00
Original source
Not sure about that error specifically but you can use GM commands to reset instance locks for your character instead of going into the instances table and deleting entries
Archived author: Brodesseus • Posted: 2025-08-04T18:30:39.741000+00:00
Original source
I set up a macro for the command so if I feel like running a raid a 2nd time in a day I just hit the button on my action bar and run back in lmao
![[Image: worldconf.jpg?ex=690c409d&is=690aef1d&hm...4892ec721&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995830579433626/worldconf.jpg?ex=690c409d&is=690aef1d&hm=f1877c1e02a09f92b73e8f0ee1294cbc1345a36e9f59a81223d8e874892ec721&)
![[Image: instancereset.jpg?ex=690c409d&is=690aef1...ab67cf6c2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995831241871410/instancereset.jpg?ex=690c409d&is=690aef1d&hm=7cc91963ae9268e94eae6beedd119b044856bdb607374c7f8102a16ab67cf6c2&)
Archived author: Oaksharis • Posted: 2025-08-04T18:30:54.090000+00:00
Original source
![[Image: worldconf.jpg?ex=690c409d&is=690aef1d&hm...4892ec721&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995830579433626/worldconf.jpg?ex=690c409d&is=690aef1d&hm=f1877c1e02a09f92b73e8f0ee1294cbc1345a36e9f59a81223d8e874892ec721&)
![[Image: instancereset.jpg?ex=690c409d&is=690aef1...ab67cf6c2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1401995831241871410/instancereset.jpg?ex=690c409d&is=690aef1d&hm=7cc91963ae9268e94eae6beedd119b044856bdb607374c7f8102a16ab67cf6c2&)
Archived author: Oaksharis • Posted: 2025-08-04T18:31:29.179000+00:00
Original source
I will look into that GM command
Archived author: Brodesseus • Posted: 2025-08-04T18:32:00.479000+00:00
Original source
" .instance unbind <mapid\all> [difficulty] " ingame
Archived author: Brodesseus • Posted: 2025-08-04T18:32:12.789000+00:00
Original source
I just do .instance unbind all and send it
Archived author: Dentjavy • Posted: 2025-08-04T18:33:18.003000+00:00
Original source
Can someone tell me what I posible could have done wrong?
I've created a smartai, and to start with i wanted to test if it works with a "simple" dance on quest accept. The quest is working. Quest id is 400000 and same for quest giver (just to test it easy)
INSERT INTO `smart_scripts` (
`entryorguid`, `source_type`, `id`, `link`,
`event_type`, `event_param1`,
`action_type`, `action_param1`,
`target_type`, `comment`
) VALUES (
400000, 0, 0, 0,
19, 400000, -- Event: On quest 400000 accepted
10, 10, -- Action: Do emote (DANCE)
2, -- Target: Invoker (player)
'Make player dance on quest accept'
);
But i can't make the char dance or anything else when the quest is accepted. I've made sure to reload smartai ingame and also tried to restart server