[DiscordArchive] For the ahbot mod, how would I go about getting the account to post for both horde and alliance? I h
[DiscordArchive] For the ahbot mod, how would I go about getting the account to post for both horde and alliance? I h
Archived author: LightsaberTrix • Posted: 2025-02-16T19:09:56.442000+00:00
Original source
For the ahbot mod, how would I go about getting the account to post for both horde and alliance? I have it working for horde. Does AuctionHouseBot.GUID support multiple values?
Archived author: Revision • Posted: 2025-02-16T19:11:10.045000+00:00
Original source
It'll always post to alliance, horde, and neutral (booty bay etc) no matter what faction it is
Archived author: Revision • Posted: 2025-02-16T19:11:39.683000+00:00
Original source
Um. A GUI of some kind (like HeidiSQL) or using SELECT queries in a mysql terminal
Archived author: LightsaberTrix • Posted: 2025-02-16T19:13:11.158000+00:00
Original source
Good to know. Thank you!
Archived author: Coffee • Posted: 2025-02-16T19:17:22.118000+00:00
Original source
I can't get Heidi to work so I've been using the CLI
Archived author: Coffee • Posted: 2025-02-16T19:19:09.374000+00:00
Original source
When I run acore_character db It won't post anything
Archived author: Revision • Posted: 2025-02-16T19:30:23.173000+00:00
Original source
```sql
USE acore_characters;
SELECT COUNT(*) FROM `auctionhouse`;
```