Skip to content

Instantly share code, notes, and snippets.

@ErlendEllingsen
Last active May 7, 2020 00:38
Show Gist options
  • Save ErlendEllingsen/116d5081b7a0e6808b296513aa7e31c7 to your computer and use it in GitHub Desktop.
Save ErlendEllingsen/116d5081b7a0e6808b296513aa7e31c7 to your computer and use it in GitHub Desktop.

WoW Classic AH BOT 🤖

Money

The bot must be first be setup by a member that has access to kick and ban (usually mods and admins). The setup is simply done in the Discord-server. In any channel.

Note: It is possible to add multiple realms to the same server. See below in usages / commands.

Need help?: Join the support discord for setup help.

Setup command

wowpricebot-serversetup <realmname-faction> <channel>

realmname-faction can be either a specific realm-faction like firemaw-horde or mirage-raceway-alliance, or it can be an asterisk(*), indicating multi-realm setup.

channel can be either a specific discord-channel like item-prices, or it can be an asterisk(*), indicating that the bot should reply in all channels.

Example: Standard setup

Setup command:

wowpricebot-serversetup firemaw-horde *

Examples queries:

price copper ore
craftprice flask of the titans
enchantprice Enchant Weapon - Spell Power

Example: Multi-realm-faction setup

Setup command:

wowpricebot-serversetup * item-prices

Examples queries:

price firemaw-horde copper ore
price firemaw-alliance copper ore
price mirage-raceway-alliance silk cloth
craftprice mirage-raceway-horde flask of the titans
enchantprice mirage-raceway-alliance Enchant Weapon - Spell Power
enchantprice mirage-raceway-horde Enchant Weapon - Spell Power

⭐️ Bot usage / Commands 💲

Item prices

price <realmname-faction> <itemname> (multi realm setup)

price <itemname> (single realm setup)

Crafting prices

craftprice <realmname-faction> <itemname> (multi realm setup)

craftprice <itemname> (single realm setup)

Enchanting prices

enchantprice <realmname-faction> <enchant name> (multi realm setup)

enchantprice <enchant name> (single realm setup)

Custom (advanced) setup

(Advanced) Add multiple realm-factions to same server (e.g. server-wide-servers)

wowpricebot-channel-add <realmname-faction> <channel-name>

Example:

wowpricebot-channel-add firemaw-horde CHAT-HORDE 
wowpricebot-channel-add firemaw-alliance CHAT-ALLIANCE

(Advanced) Remove a configuration (from above) from a channel

wowpricebot-channel-remove <channel-name>

(Advanced) Show a list of configured channels

wowpricebot-channel-list or wowpricebot-setup-status

Language 🇷🇺🇨🇳

The bot supports many languages: English, Russian, German, French, Spanish and Chinese. Use the following command to switch language:

wowpricebot-language <en|ru|de|fr|zh|es>

Please consider becoming a Patron if you like and use the bot, it helps me keep the bot alive and enables me to develop new features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment