[DiscordArchive] Using soap I can only send the same commands i have as GM, right? For the complex operations, use SQ
[DiscordArchive] Using soap I can only send the same commands i have as GM, right? For the complex operations, use SQ
Archived author: Teles • Posted: 2025-08-21T13:15:26.672000+00:00
Original source
Using soap I can only send the same commands i have as GM, right? For the complex operations, use SQL is the pattern?
Archived author: Roboto • Posted: 2025-08-21T13:15:50.797000+00:00
Original source
Either that, or create your own commands via modules or lua scripts
Archived author: Ryan Turner • Posted: 2025-08-21T13:16:32.804000+00:00
Original source
If you make your lua scripts into commands, you can use SOAP to do that
Archived author: Teles • Posted: 2025-08-21T13:16:55.414000+00:00
Original source
There is a way to use sql in lua?
Archived author: Roboto • Posted: 2025-08-21T13:16:58.767000+00:00
Original source
yes
Archived author: Teles • Posted: 2025-08-21T13:17:08.550000+00:00
Original source
And how to register a command?
Archived author: Bench • Posted: 2025-08-21T13:20:56.507000+00:00
Original source
That's in Cata, so not really important here
Archived author: Rymercyble • Posted: 2025-08-21T13:21:40.652000+00:00
Original source
so it was there in vanilla and it was there in cata but it wouldnt exist in wotlk ?
Archived author: Roboto • Posted: 2025-08-21T13:21:57.746000+00:00
Original source
- SQL queries: [`CharDBQuery`](https://www.azerothcore.org/eluna/Global...Query.html), [`CharDBExecute`](https://www.azerothcore.org/eluna/Global...ecute.html), [`CharDBQueryAsync`](https://www.azerothcore.org/eluna/Global...Async.html)
- Commands (lua): [`RegisterPlayerEvent`](https://www.azerothcore.org/eluna/Global...Event.html) with `PLAYER_EVENT_ON_COMMAND`
- Commands (C++): example command script: <https://github.com/azerothcore/mod-transmog/blob/master/src/cs_transmog.cpp>
Archived author: Bench • Posted: 2025-08-21T13:21:57.948000+00:00
Original source
The NPC had their level bumped up in Cata it looks like