[DiscordArchive] What is the easiest way to set up more than one AzerothCore database on the same machine? Should I u
[DiscordArchive] What is the easiest way to set up more than one AzerothCore database on the same machine? Should I u
Archived author: widxwer • Posted: 2025-02-07T13:00:10.437000+00:00
Original source
What is the easiest way to set up more than one AzerothCore database on the same machine? Should I use different names for the databases, maybe different users, or a portable MySQL instance for each server?
Archived author: Tereneckla • Posted: 2025-02-07T13:02:02.394000+00:00
Original source
just use different database names
Archived author: OUTRAKE • Posted: 2025-02-07T13:07:02.401000+00:00
Original source
so its not possible to open trainers from eluna
Archived author: OUTRAKE • Posted: 2025-02-07T13:07:24.579000+00:00
Original source
similar to `SendListInventory` for vendors
Archived author: OUTRAKE • Posted: 2025-02-07T13:11:15.592000+00:00
Original source
`local trainer = Map:GetWorldObject(28697)` not working
Archived author: Honey • Posted: 2025-02-07T13:32:48.400000+00:00
Original source
Because you're doing it wrong. Do not use a template id.
Get the creature guid and pass it instead.
Archived author: Honey • Posted: 2025-02-07T13:33:53.824000+00:00
Original source
Pay attention to the arguments in the doc.
Archived author: OUTRAKE • Posted: 2025-02-07T13:34:04.057000+00:00
Original source
im using an npc an trying to add trainers to it
Archived author: Honey • Posted: 2025-02-07T13:34:17.088000+00:00
Original source
Entry != Guid != Object
Archived author: Honey • Posted: 2025-02-07T13:35:54.458000+00:00
Original source
According to the docs,you need to pass an object, not a number. I think I said it before.