![]() |
|
WOW AzerothCore/Playerbots GM Commands - Core Quick Reference - Printable Version +- Sick Gaming (https://sickgaming.net) +-- Forum: Our Game Servers (https://sickgaming.net/forum-58.html) +--- Forum: World of Warcraft (https://sickgaming.net/forum-124.html) +--- Thread: WOW AzerothCore/Playerbots GM Commands - Core Quick Reference (/thread-103915.html) |
WOW AzerothCore/Playerbots GM Commands - Core Quick Reference - SickProdigy - 04-24-2026 World of Warcraft AzerothCore GM Commands - Core Quick Reference Quote:This post contains the core GM command info from the AzerothCore GM Commands page, cleaned up for quick MyBB use. How WOW GM Commands Work
Security levels (general):
Core Command Families 1) Account & Access Code: .account
.account password old new new
.account set gmlevel <account> <level> [realmId]
.account create <account> <password> [email]
.account delete <account>
.account lock ip on|off
.account lock country on|off2) Player Control Code: .kick <player> [reason]
.freeze <player>
.unfreeze <player>
.mute <player> <minutes> [reason]
.unmute <player>
.revive
.die3) GM Mode & Visibility Code: .gm on|off
.gm visible on|off
.gm chat on|off
.gm fly on|off
.gm ingame4) Teleport & Positioning Code: .appear <player>
.summon <player>
.recall [player]
.go xyz <x> <y> [z] [map] [o]
.go creature <guid>
.go gameobject <guid>
.teleport <location>
.teleport name <player> <location>
.gps5) Character Progression Code: .levelup [player] [amount]
.character level [player] [level]
.learn <spellId> [all]
.unlearn <spellId> [all]
.setskill <skillId> <level> [max]
.maxskill
.modify money <amount>
.modify honor <amount>6) Items, Inventory, and Mail Code: .additem [player] <itemId|itemLink> [count]
.additem set <itemSetId>
.item restore [recoveryId] [player]
.send mail <player> "subject" "text"
.send items <player> "subject" "text" itemId[:count] ...
.send money <player> "subject" "text" <money>7) NPC & GameObject Management Code: .npc add <creatureId>
.npc delete [guid]
.npc move [guid]
.npc set faction temp <factionId>
.npc set level <level>
.gobject add <entryId>
.gobject delete <guid>
.gobject move <guid> [x y z]
.gobject near [distance]8) Quest, Guild, Group Code: .quest add <questId>
.quest complete <questId>
.quest remove <questId>
.guild create <leader> "Guild Name"
.guild invite <player> "Guild Name"
.group join <memberFromGroup> [player]
.group disband [player]9) Server Operations (Use Carefully) Code: .server info
.server motd
.server set motd [realmId] <text>
.server restart <delay> [exitCode]
.server shutdown <delay> [exitCode]
.server restart cancel
.server shutdown cancel
.reload <subcommand>
.reload all
.saveall10) Tickets & Moderation Workflow Code: .ticket list
.ticket viewid <ticketId>
.ticket assign <ticketId> <gmName>
.ticket comment <ticketId> <comment>
.ticket response appendln <ticketId> <text>
.ticket close <ticketId>
.ticket delete <ticketId>11) Playerbots / Bot Management Code: # Altbot setup (chat/GM)
.playerbots bot add [name1,name2,name3]
.playerbots bot addaccount [accountname]
.playerbots bot remove name1,name2,name3
.playerbots bot add *
.playerbots bot remove *
# Bot prep / maintenance
maintenance
autogear
talents
talents spec list
talents spec [spec name]
glyphs
glyph equip [GlyphID1 GlyphID2 GlyphID3 GlyphID4 GlyphID5 GlyphID6]
reset botAI
# Party/Raid control
follow
stay
attack
grind
flee
release
revive
give leader
@group1 follow
@tank attack
# Spell / trainer
spells
cast [spell_name]
cast [spell_name] on [PlayerName]
trainer
trainer learn
# RTSC / RTI target control
rtsc
rtsc save [#]
rtsc go [#]
rti <icon>
attack rti target
# Strategy control
co +strategy1,-strategy2,~strategy3
nc +strategy1,-strategy2,~strategy3
co ?
nc ?
# Loot / items / quest helpers
ll all
ll normal
ll [item]
e [item]
u [item]
quests
accept *
talk
# Pet controls
pet aggressive
pet defensive
pet follow
pet stay
# Console-only rndbot/admin (world console)
playerbot rndbot stats
playerbot rndbot reload
playerbot rndbot update
playerbot rndbot init
# Trusted-account linking (mark/unmark)
.playerbots account setKey <YourSecretKey>
.playerbots account link <AltAccountName> <YourSecretKey>
.playerbots account unlink <AltAccountName>
.playerbots account linkedAccounts
.playerbots account setKey ""Note: Playerbot commands are from mod-playerbots and are not part of stock AzerothCore core commands. Some commands are bot-chat commands (whisper/party/raid), while others are world-console only. Use /w help in-game for bot-accepted commands and verify enabled features in your playerbots config. Most Useful Daily Commands Code: .help <command>
.commands
.server info
.gm on
.gm visible off
.appear <player>
.summon <player>
.additem <itemId> <count>
.levelup <player> <amount>
.kick <player> <reason>
.saveallTip: Use .help plus any command family to discover subcommands quickly, for example: Code: .help account
.help npc
.help reload
.help tickethttps://www.azerothcore.org/wiki/gm-commands https://github.com/mod-playerbots/mod-playerbots/wiki/Playerbot-Commands |