[DiscordArchive] Yes, but there is no function that does that already right?
[DiscordArchive] Yes, but there is no function that does that already right?
Archived author: Hacki • Posted: 2021-05-07T16:04:20.351000+00:00
Original source
Yes, but there is no function that does that already right?
Archived author: Kitzunu • Posted: 2021-05-07T16:04:44.742000+00:00
Original source
let me think
Archived author: Honey • Posted: 2021-05-07T16:05:13.819000+00:00
Original source
i want that exposed to eluna since otherwise i need synced queries. im pretty sure ill be able to write the code for an eluna exposure and a PR there. But i doubt i can add such a thing to the core myself
Archived author: Kitzunu • Posted: 2021-05-07T16:11:12.461000+00:00
Original source
there is I think
Archived author: Kitzunu • Posted: 2021-05-07T16:11:48.567000+00:00
Original source
in valo game
Archived author: Kitzunu • Posted: 2021-05-07T16:11:49.088000+00:00
Original source
2 sec
Archived author: Kitzunu • Posted: 2021-05-07T16:12:16.696000+00:00
Original source
```
Syntax: .lookup player account $account ($limit)
Searchs players, which account username is $account with optional parametr $limit of results.
AC> lookup player account aa
Characters at account AA (Id: 12)
Adaw (GUID 2) - Tauren - Hunter - 80
```
Archived author: Kitzunu • Posted: 2021-05-07T16:12:29.875000+00:00
Original source
check that command
Archived author: Honey • Posted: 2021-05-07T16:17:12.901000+00:00
Original source
<https://github.com/azerothcore/azerothcore-wotlk/blob/2189ac0b0834393f7ad9fed78fdea56f54cd6a8b/src/server/scripts/Commands/cs_lookup.cpp#L1343>
Archived author: Honey • Posted: 2021-05-07T16:48:07.375000+00:00
Original source
https://github.com/azerothcore/azerothco...se.cpp#L34
seems to lead towards here
`PrepareStatement(LOGIN_SEL_ACCOUNT_LIST_BY_NAME, "SELECT id, username FROM account WHERE username = ?", CONNECTION_SYNCH);`