MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides  
Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Antrix Guides
Reload this Page All the Antrix gm commands
Antrix Guides This section is for WoW emulated server, Antrix guides.
[NO QUESTIONS HERE]

 
 
LinkBack (10) Thread Tools
All the Antrix gm commands
10 links from elsewhere to this Post. Click to view. (#1)
Old
ryanpersich is Offline
Private
Rep Power: 0
Reputation: 34
ryanpersich is on a distinguished road
 
Posts: 2
Join Date: May 2007
Legendary All the Antrix gm commands - 06-04-2007

This list was pulled directly from the Antrix r77 sources (src/game/chat.cpp). The command descriptions are (almost) exactly as they appear in that file, except more user-friendly.

GM commands can be executed either with the ! or . character. e.g., !kill and .kill have the same effect.

MaNGOS users will be familiar with the concept of the command table -- a good number of these commands cannot be executed themselves; they must be done through their "parent" command. For example: you do not type .gold 7000, you would type .modify gold 7000. Similarly, you would type .battleground leave instead of .leave to use the 'leave' command under the '.battleground' set.

Let me repeat: If a command under a certain heading is not working by itself, the first thing you should try is looking for the "Main [type] command table" under that command's heading in this list.




To enable all GM abilities, set your GM flags to ‘az’ in your accounts table (thanks elmis!). This is not necessarily recommended! To enable sub-sets of these abilities, use the appropriate letters, enclosed in brackets next to each heading.

For instance, setting the flags to 'egpt' would make a GM who can only answer Tickets and administrate the [Only registered and activated users can see links. ].

Banstick Commands [b]
banchar: Bans character x with or without reason
unbanchar: Unbans character x
kick: Kicks player from server
paralyze: Roots/Paralyzes the target.
unparalyze: Unroots/Unparalyzes the target.

Chat Control [c]
allowwhispers: Allows whispers from player <s> while in gmon mode.
blockwhispers: Blocks whispers from player <s> while in gmon mode.

Debug Commands [d]
debug: Main ‘debug’ command table. Usage: .debug <subcommand> <args>
infront: No description entered.
showreact: No description entered.
aimove: No description entered.
dist: No description entered.
face: No description entered.
moveinfo: No description entered.
setbytes: No description entered.
getbytes: No description entered.
unroot: No description entered.
root: No description entered.
landwalk: No description entered.
waterwalk: No description entered.
castspell: .castspell <spellid> - Casts spell on target.
castspellne: .castspellne <spellid> - Casts spell on target (only plays animations, doesnt handle effects or range/facing/etc.
celldelete: USE WITH CAUTION! '.celldelete YES' - Removes everything in current cell from game and database. '.celldelete YES YES' removes everything in a range of 1cell.
addrestxp: .addrestxp - Adds x rest XP to player.
generatename: .generatename - Generates name for pet, etc.
attackerinfo: .attackerinfo - Shows selected mob/player's attacker's infomation.
showattackers: .showattackers - Shows selected mob/player's attacker on the minimap.
aggrorange: .aggrorange - Shows aggro Range of the selected Creature.
knockback : .knockback <value> - Knocks you back.
fade : .fade <value> - calls ModThreatModifyer().
threatMod : .threatMod <value> - calls ModGeneratedThreatModifyer().
calcThreat : .calcThreat <dmg> <spellId> - calculates threat.
threatList : .threatList - returns all AI_Targets of the selected Creature.
gettptime: grabs transporter travel time
itempushresult: sends item push result
weather: No description entered.
setbit: No description entered.
setvalue: No description entered.
getpos: No description entered.

Battlegrounds Commands [e]
battleground: Main BG command table. Usage: .battleground <subcommand> <args>
setbgscore: <Teamid> <Score> - Sets battleground score. 2 Arguments.
startbg: Starts current battleground match.
pausebg: Pauses current battleground match.
bginfo: Displays information about current battleground.
battleground: Shows BG Menu
setworldstate: <var> <val> - Var can be in hex. WS Value.
playsound: <val>. Val can be in hex.
setbfstatus: .setbfstatus – Not Yet Implemented.
leave: Leaves the current battleground.

Extended Debug Commands? [f]
killbyplayer: Disconnects the player with name <s>.
killbyaccount: Disconnects the session with account name <s>.
getrate: Gets rate <x>.
setrate: Sets rate <x>.

GM Ticket Commands [g]
gmTicket: Main GM ticket system command table. Usage: .gmTicket <subcommand> <args>
get: Gets GM Ticket
getId: Gets GM Ticket by ID
delId: Deletes GM Ticket by ID

Invincibility Command [j]
invincible: .invincible - Toggles INVINCIBILITY (mobs won't attack you)

Invisibility Command [i]
invisible: .invisible - Toggles INVINCIBILITY and INVISIBILITY (mobs won't attack you and nobody can see you, but they can see your chat messages)

Guild Commands [l]
createguild: No description entered.

Modify commands [m]
modify: Main stat-modification command table. Usage: .modify <subcommand> <args>
hp: Health Points/HP
mana: Mana Points/MP
rage: Rage Points
energy: Energy Points
armor: Armor
holy: Holy Resistance
fire: Fire Resistance
nature: Nature Resistance
frost: Frost Resistance
shadow: Shadow Resistance
arcane: Arcane Resistance
damage: Unit Damage Min/Max
scale: Size/Scale
gold: Gold/Money/Copper
speed: Movement Speed
nativedisplayid: Native Display ID
displayid: Display ID
flags: Unit Flags:
faction: Faction Template
dynamicflags: Dynamic Flags
talentpoints: Talent Points
loyalty: Loyalty
spirit: Spirit
boundingraidus: Bounding Radius
combatreach: Combat Reach
emotestate: NPC Emote State

More Modify Commands [m]
createaccount: .createaccount - Creates account. Format should be .createaccount username password email
playerinfo: .playerinfo - Displays informations about the selected character (account...)
mount: Mounts into modelid x.
dismount: Dismounts.
start: Teleport's you to a starting location
levelup: No description entered.
additem: No description entered.
removeitem: Removes item %u count %u.
learn: Learns spell
unlearn: Unlearns spell
learnskill: .learnskill <skillid> (optional) <value> <maxvalue> - Learns skill id skillid.
advanceskill: advanceskill <skillid> <amount, optional, default = 1> - Advances skill line x times..
removeskill: .removeskill <skillid> - Removes skill
increaseweaponskill: .increaseweaponskill <count> - Increase eqipped weapon skill x times (defaults to 1).
removeauras: Removes all auras from target
setmotd: [Only registered and activated users can see links. ]
additemset: Adds item set to inv.
gotrig: Warps to areatrigger <id>
createinstance: Creates instance on map <map>
goinstance: Joins instance <instance> <x> <y> <z> <optional mapid>
exitinstance: Exits current instance, return to entry point.
dbreload: Reloads some of the database tables
spawnspiritguide: Spawns a spirit guide (params: 1 = horde, 0 = alliance)
advanceallskills: Advances all skills <x> points.
unlockmovement: Unlocks movement for player.
modperiod: Changes period of current transporter.
npcfollow: Sets npc to follow you
follow: Sets npc to not follow anything
formationlink1: Sets formation master.
formationlink2: Sets formation slave with distance and angle
formationclear: Removes formation from creature
playall: Plays a sound to the entire server.
addipban: Bans an ip address <address/mask> <duration, 0=perm>
banaccounts: Bans accounts <name> <duration, 0=perm>
renamechar: Renames character x to y.
forcerenamechar: Forces character x to rename his char next login
getstanding: Gets standing of faction %u.
setstanding: Sets standing of faction %u.

Cheat Commands [m]
cheat: Main cheat command table. Usage: .cheat <subcommand> <args>
status: Shows active cheats.
taxi: Enables all taxi nodes.
cooldown: Enables no cooldown cheat.
casttime: Enables no cast time cheat.
power: Disables mana consumption etc.
god: Sets god mode, prevents you from taking damage.
fly: Sets fly mode
land: Unsets fly mode
explore: Reveals the unexplored parts of the map.
flyspeed: Modifies fly speed.
stack: Enables aura stacking cheat.
morph: Morphs into model id x.
demorph: Demorphs from morphed model.

Honor Modification Commands [m]
honor: Main honor system command table. Usage: .honor <subcommand> <args>
getpvprank: Gets PVP Rank
setpvprank: Sets PVP Rank
addpoints: Adds x amount of honor points/currency
addkills: Adds x amount of honor kills
globaldailyupdate: Daily honor field moves
singledailyupdate: Daily honor field moves for selected player only
pvpcredit: Sends PVP credit packet, with specified rank and points

Pet Commands [m]
pet: Main pet command table. Usage: .pet <subcommand> <args>
createpet: Creates a pet with <entry>.
renamepet: Renames a pet to <name>.
enablerename: Enables pet rename.
addspell: Teaches pet <spell>.
removespell: Removes pet spell <spell>.

NPC Commands [n]
npc: Main NPC command table. Usage: .npc <subcommand> <args>
vendoradditem: Adds to vendor
vendorremoveitem: Removes from vendor.
flags: Changes NPC flags
[Only registered and activated users can see links. ]: emote - Sets emote state
run: No description entered.
addweapon: No description entered.
allowmove: No description entered.
addgrave: No description entered.
addspirit: No description entered.
faction: No description entered.
delete: Deletes mob from db and world.
info: Displays NPC information
guid: Shows selected object guid
addAgent: .npc addAgent <agent> <procEvent> <procChance> <procCount> <spellId> <spellType> <spelltargetType> <spellCooldown> <floatMisc1> <Misc2>
delAgent: .npc delAgent <procEvent> <spellId>
listAgent: .npc listAgent
reset: resets npc health/dmg from temp table.
export: Exports the npc to a sql file
say: .npc say <text> - Makes selected mob say text <text>.
yell: .npc yell <Text> - Makes selected mob yell text <text>.
come: .npc come - Makes npc move to your position
return: .npc return - Returns ncp to spawnpoint.
spawn: .npc spawn - Spawns npc of entry <id>
spawnlink: .spawnlink sqlentry
resetreputation: .resetreputation - Resets reputation to start levels. (use on characters that were made before reputation fixes.)
resetlevel: .resetlevel - Resets all stats to level 1 of targeted player. DANGEROUS.
resetspells: .resetspells - Resets all spells to starting spells of targeted player. DANGEROUS.
resettalents: .resettalents - Resets all talents of targeted player to that of their current level. DANGEROUS.
resetskills: .resetskills - Resets all skills.

GameObject Commands [o]
gobject: Main gameobject command table. Usage: .gobject <subcommand> <args>
select: Selects the nearest GameObject to you
delete: Deletes selected GameObject
spawn: Spawns a GameObject by ID
info: Gives you informations about selected GO
activate: Activates/Opens the selected GO.
enable: Enables the selected GO for use.
scale: Sets scale of selected GO
animprogress: Sets anim progress
export: Exports the current GO selected
statelink: .statelink sqlentry, Links a GO state to a Npc

Information Commands [p]
gm: Shows active GM's
gps: Shows Position
info: Server info
uptime: Shows server uptime

Teleport (Recall)Commands [q]
recall: Main teleportation command table. Usage: .recall <subcommand> <args>
list: List recall locations
port: Port to recalled location
add: Add recall location
del: Remove a recall location
portplayer: recall ports player

Life and Death Commands [r]
kill: .kill - Kills selected unit.
revive: Revives you.: 0, 0, 0},
reviveplr: Revives player specified.

Save Commands [s]
save: Save's your character
saveall: Save's all playing characters

GM Tag Commands [t]
fmoff: Sets GM tag off
gmon: Sets GM tag on

Universal Commands [u]
Commands: Shows Commands
help: Shows help for command
announce: Sends Msg To All
wannounce: Sends Widescreen Msg To All


Extended Teleport Commands [v]
appear: Teleports to x's position.
summon: Summons x to your position
worldport: No description entered.

Waypoint Commands [w]
waypoint: waypointCommandTable
add: Add wp at current pos
show: Show wp's for creature
hide: Hide wp's for creature
delete: Delete selected wp
movehere: Move to this wp
flags: Wp flags
waittime: Wait time at this wp
emote: Emote at this wp
skin: Skin at this wp
change: Change at this wp
info: Show info for wp
movetype: Movement type at wp
generateNo description entered.Randomly generate wps
save: Save all waypoints
deleteall: Delete all waypoints

Admin Commands [z]
security: No description entered.
servershutdown: Initiates server shutdown in <x> seconds.
serverrestart: Initiates server restart in <x> seconds.
castall: Makes all players online cast spell <x>.

Donate to remove ads.
Re: All the Antrix gm commands
(#2)
Old
Everlost's Avatar
Everlost is Offline
Contributor
Rep Power: 2
Reputation: 80
Everlost will become famous soon enough
 
Posts: 473
Join Date: Jan 2007
Location: On mah computer
Re: All the Antrix gm commands - 06-04-2007

copy paste Ftw? well anyway as long as u didnt rip it +rep



[Only registered and activated users can see links. ]
Re: All the Antrix gm commands
(#3)
Old
Nozdormu's Avatar
Nozdormu is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Nozdormu is an unknown quantity at this point
 
Posts: 8
Join Date: Feb 2007
Location: Alabama
Re: All the Antrix gm commands - 06-06-2007

excellent list! rep for you man!
Re: All the Antrix gm commands
(#4)
Old
Norlem is Offline
Private
Rep Power: 0
Reputation: 1
Norlem is an unknown quantity at this point
 
Posts: 1
Join Date: May 2007
Re: All the Antrix gm commands - 06-06-2007

Nice list very useful thanks ! ^^
Re: All the Antrix gm commands
(#5)
Old
Tonnu's Avatar
Tonnu is Offline
Contributor
Rep Power: 4
Reputation: 158
Tonnu has a spectacular aura aboutTonnu has a spectacular aura about
 
Posts: 627
Join Date: Dec 2006
Location: Netherla-OSHIT
Re: All the Antrix gm commands - 06-06-2007

thanks for the share


Re: All the Antrix gm commands
(#6)
Old
Darkhunter123's Avatar
Darkhunter123 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Darkhunter123 is an unknown quantity at this point
 
Posts: 11
Join Date: Apr 2007
Re: All the Antrix gm commands - 06-06-2007

very nice
helped me alot +rep
Re: All the Antrix gm commands
(#7)
Old
llamalord is Offline
Sergeant
Rep Power: 2
Reputation: 7
llamalord is an unknown quantity at this point
 
Posts: 56
Join Date: May 2007
Re: All the Antrix gm commands - 06-06-2007

sweet...i'll be needin these once i get my antrix server up=D
Re: All the Antrix gm commands
(#8)
Old
2dgreengiant's Avatar
2dgreengiant is Offline
Greeeeen Mawd

Rep Power: 11
Reputation: 1071
2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of2dgreengiant has much to be proud of
 
Posts: 4,244
Join Date: Feb 2007
Location: MMowned
Re: All the Antrix gm commands - 06-09-2007

nice +rep needed these


[Only registered and activated users can see links. ]

Re: All the Antrix gm commands
(#9)
Old
Gophaboi112's Avatar
Gophaboi112 is Offline
Corporal
Rep Power: 0
Reputation: 1
Gophaboi112 is an unknown quantity at this point
 
Posts: 0
Join Date: Jun 2007
Re: All the Antrix gm commands - 06-09-2007

Dude that is beast +rep!
Re: All the Antrix gm commands
(#10)
Old
sephrisx67's Avatar
sephrisx67 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
sephrisx67 is an unknown quantity at this point
 
Posts: 3
Join Date: Dec 2006
Re: All the Antrix gm commands - 06-09-2007

Most of the commands you listed don't seem to work for me. I'm level 3 gm but it says the command doesn't exist or i dont have access to it.
Re: All the Antrix gm commands
(#11)
Old
dalimitt is Offline
Private
Rep Power: 0
Reputation: 1
dalimitt is an unknown quantity at this point
 
Posts: 1
Join Date: May 2007
Re: All the Antrix gm commands - 06-09-2007

i can't set my character's flags to az, it only lets me put in numbers, what can i do to get my characters to use the gm commands?
Re: All the Antrix gm commands
(#12)
Old
Rozzo's Avatar
Rozzo is Offline
Banned
Rep Power: 0
Reputation: 7
Rozzo is an unknown quantity at this point
 
Posts: 39
Join Date: Jan 2007
Location: Iceland ^_^
Re: All the Antrix gm commands - 06-11-2007

very nice , now i just need to get my MySQL/Navicat working and I'll be able to get my server up
Re: All the Antrix gm commands
(#13)
Old
xXKiller-117Xx's Avatar
xXKiller-117Xx is Offline
Private
Rep Power: 0
Reputation: 1
xXKiller-117Xx is an unknown quantity at this point
 
Posts: 1
Join Date: Jun 2007
Re: All the Antrix gm commands - 06-12-2007

lilnate22 u have to put .createaccount - Creates account. Format should be .createaccount username password email
Re: All the Antrix gm commands
(#14)
Old
Qhan's Avatar
Qhan is Offline
[--- 純被釋放的能源 ---]
Rep Power: 5
Reputation: 403
Qhan is just really niceQhan is just really niceQhan is just really niceQhan is just really niceQhan is just really nice
 
Posts: 1,715
Join Date: Jul 2006
Location: 任何
Re: All the Antrix gm commands - 06-12-2007

Very nice list man, GJ. + reputation.

Wow the commands have changed from my days..


qhan.ca
Re: All the Antrix gm commands
(#15)
Old
Hoopdreams is Offline
Corporal
Rep Power: 0
Reputation: 1
Hoopdreams is an unknown quantity at this point
 
Posts: 0
Join Date: Jun 2007
Location: Under your bed
Re: All the Antrix gm commands - 06-12-2007

ty i bin looking for a list like this
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.mmowned.com/forums/antrix-guides/24055-all-antrix-gm-commands.html
Posted By For Type Date
Commands Hjälp - Fuska.se/forum This thread Refback 10-01-2007 02:14 PM
Commands Hjälp - Fuska.se/forum This thread Refback 09-29-2007 10:38 AM
Crispee's 2.1.X Easy Setup Antrix Server Repack This thread Refback 09-14-2007 10:57 AM
Commands Hjälp - Fuska.se/forum This thread Refback 09-13-2007 03:31 PM
Fuska.se/forum > Commands Hjälp This thread Refback 09-09-2007 08:04 AM
WoW Abadon :: View topic - Free For All Hide N Seek This thread Refback 09-05-2007 09:38 PM
Crispee's 2.1.X Easy Setup Antrix Server Repack This thread Refback 08-31-2007 10:36 PM
YouTube - My private WoW server +game cam test This thread Refback 08-10-2007 08:09 AM
YouTube - My private WoW server +game cam test This thread Refback 08-10-2007 07:52 AM
How to Join Darkrage private server This thread Refback 07-28-2007 03:30 AM



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197