General Commands

/afk
/anon
/bank
/born
/bugreport
/bugreportbtn
/camp
/capfps
/carsclient
/cc
/ch
/char&viewdist
/chardist
/chsay
/close
/commandtimermove
/debugtag
/disablesh
/emote
/fhelp
/follow
/g
/gm
/group
/gu
/guiatlas
/guild
/guildsay
/help
/heroicmode
/hide
/hotkey
/ignore
/instanceselection
/invite
/items
/kick
/leave
/list
/logcombat
/loot
/macro
/me
/moveplayerwithcamera
/name
/ooc
/option
/org
/paintball
/petitiion
/played
/playerformation
/pointlights
/quit
/r
/ra
/raid
/rdbcache
/reloadhotkeys
/reloadshader
/reloadshortcuts
/reply
/s
/say
/script
/selectself
/setcquestmarker
/setlanguage
/setmaxdbdistance
/setmaxdbnumberofobjects
/setoption
/setshadowcover
/shout
/showifomsg
/showfile
/showmeshid
/showresourestatistic
/sit
/stand
/stuck
/t
/team
/teamserver
/tell
/text
/toggle
/version
/viewdist
/w
/water
/whisper

Note: as of the time of this posting the /follow command does not seem to work. Some say this is to help prevent boxing/botting issues. I guess time will tell.
Emote List

/afraid
/amused
/angry
/applaud
/apprehensive
/approve
/ashamed
/bearhug
/beckon
/beg
/blowkiss
/bow
/burningman
/burp
/bycrom
/bymitra
/byset
/cheer
/chicken
/clap
/combhair
/confused
/cough
/crossarms
/cry
/curse
/curtsey
/disagree
/disappointed
/disgusted
/dismiss
/drink
/embarassed
/embrace
/emphasize
/formalgreeting
/frustrated
/gigolo
/greet
/grin
/haggle
/hi
/horizon
/hugefish
/irritated
/kalanthes_playerstandingup
/laugh
/laughheartily
/lightheaded
/lookaround
/lowembrace
/mediumfish
/ovation
/play
/point
/pointback
/pointdown
/pointleft
/pointright
/pointup
/ponder
/poundchest
/pumpleftfist
/pumprightfist
/pushaway
/rude
/sad
/salute
/scared
/scout
/scratcharm
/scratchhead
/shocked
/shoo
/sight
/slitthrouat
/smallfish
/soical_expression_suspicious
/stop
/surprised
/sway
/tantrum
/think
/thirsty
/toast
/track
/uneasy
/vixen_worship
/vomiy
/warn
/wary
/waveaway

To do a descriptive emote the only way you can do it is by using *Insert emotive text* /me does not work unfortunatly.

There are lots of other options though!

You can type ‘/emote’ then press TAB twice which will list them all for you.
or:
You can use a macro, for example if you want a macro that makes you bow you would type,

‘/Macro BOW /emote bow’ that will create a macro and place it in your macro window (you just double click it in your macro window then and it will perform it)
(Format: /macro YOUR-MACRO-NAME /)

OR: If you wanna go flat out and have a script to do a performance or multiple emotes and speech…)

You can make scripts very easily in notepad.

All you do is type your text in notepad as you would ingame, save it then delete the .txt off the filename. pop it into the scripts folder inside your AoC Directory.

Then you just type in the script file name ingame and viola.

Heres a very basic one:

Quote:
/v Hello World!
/bow
-Copy and paste the quoted text into notepad.
-Save that as s-hello.txt
-Delete .txt off the end
-Put it in the scripts folder inside your AoC Directory
-When ingame type /s-hello (or whatever file name you have chosen) and it will say ‘Hello World’ in vicinity chat followed by your character bowing.

You can also add colours to your text

Quote:
/v Hello World!
/bow
That would make ‘Hello World’ bright red in the chat.
Below is a list of the different colours you can use and thier respective codes.
Colour Codes

There are also varibles you can add, lets say your a guardian and you want to make a pulling script for your group so they know what kind of monster is incoming:

Quote:
/g Get ready everyone I have a %t on my arse!!
With colour…

Quote:
/g Get ready everyone I have a %t on my arse!!
The Varible %t is what you currently have targetted

Another useful one is the %1 varible, this is special, when you type in your script filename ingame whatever you type afterwards will be what %1 is.

Example – An ingame eating script.

Quote:
/v *eats a %1 and its yummy!*
You save the script file name as ‘eata’ or good practice is to put a s- infront so you dont fire off scripts by accident, pop it into your script folder in AoC directory (minus the .txt at the end) then type ingame:

/s-eata Banana
or
/s-eata Cake
or whatever you like, the %1 will always be the first word after the script name.

You can also use %2 %3 %4 etc etc using the example above we can use this script:

Quote:
/v *eats a %1 %2 and its yummy!*
If you then type ingame:
/s-eata Red Apple

You would see in the chat:
Yourchar *eat a Red Apple and its yummy!*

References:
/v = vicinity
/g = group channel
/gu = guild channel
/s = shout
/w ‘Players name’ (use capitaliastion in player names else it doesnt work) = whisper
/t = tell
/r = reply
/em = emote
/emote = emote

%t = Your current target
%m = Your current character name
%1 = First word after script file name.
%2 = Second word after scripft file name.
%3 = third word and so on.

‘your text’

/cc addbuddy = add to freinds list
/cc rembuddy = remove from freinds list

“You can also use %2 %3 %4 etc etc using the example above we can use this script:

Quote:
/v *eats a %1 %2 and its yummy!*
If you then type ingame:
/s-eata Red Apple”

%1, %2, etc are variables

so you need to supply the text for the script (/v *eats a %1 %2 and its yummy!*) – its looking for 2 words to insert in the order specified

%1 = Red
%2 = Apple

You type this => /s-eata Red Apple; (/s-eata %1 %2) [ run the script, insert these variables ]
You Say this => *eats a Red Apple and its yummy!*

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!