Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WOW AzerothCore/Playerbots GM Commands - Core Quick Reference

#1
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
  • From in-game chat: commands must start with a dot, example: .gm on
  • From world console: dot is optional
  • Some commands require a selected target (player or creature) and will not work in world console
  • Access is controlled by GM security level (0-4)
  • To grant permission level, use: account set gmlevel (console)

Security levels (general):
  • 0 = Player/basic self-service commands
  • 1 = Moderator/helper tools
  • 2 = GM tools
  • 3 = Admin tools
  • 4 = Console/root-level operations



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|off

2) Player Control
Code:
.kick <player> [reason]
.freeze <player>
.unfreeze <player>
.mute <player> <minutes> [reason]
.unmute <player>
.revive
.die

3) GM Mode & Visibility
Code:
.gm on|off
.gm visible on|off
.gm chat on|off
.gm fly on|off
.gm ingame

4) 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>
.gps

5) 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
.saveall

10) 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>
.saveall



Tip: Use .help plus any command family to discover subcommands quickly, for example:
Code:
.help account
.help npc
.help reload
.help ticket

https://www.azerothcore.org/wiki/gm-commands
https://github.com/mod-playerbots/mod-pl...t-Commands
[Image: RvghcKs.png]
Reply



Forum Jump:


Users browsing this thread:

Forum software by © MyBB Theme © iAndrew 2016