|
|
| static int |
IsHelpParameter(CBSTRING sCommandParameters) |
|
Returns CB_TRUE if the Parameter is a Help Parameter ("Help", "?", "/Help", or "/?"). |
|
|
|
|
|
| static int |
ProcessAdvancedChannelCommand(CBSTRING sCommandParameters, int nChannelID,
CBSTRING |
| |
sDestination = CB_NONE, int bIntoxicateSpeechFlag =
CB_FALSE, int bAnimateChatFlag = CB_FALSE) |
|
Static helper function for processing Channel type Commands when given parameters about how the Command should be dealt with. |
|
| static int |
InitializeCommandPointerMap() |
|
Sets up our CBData::mCommandFunctionPointerMap with pointers to all our OnCommand() functions. |
|
| static int |
OnCommandSay(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a message to those in his local vicinity. |
| Recommended: |
/SAY, /S, /LOCAL,
/L, /A and the Quick Command '!' |
|
| static int |
OnCommandTell(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a User sends a private message to another Player. |
| Recommended: |
/TELL,, /SEND, /T, /WHISPER, /W,
/PRIVATE, /MSG |
|
| static int |
OnCommandGroupChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a message to his Group members. |
| Recommended: |
/GROUP, /G, /TEAM, /FELLOWSHIP,
/PARTY, /P, /GSAY, /GROUPCHAT, /GTELL
and the Quick Command '#' |
|
| static int |
OnCommandGuildChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a message to his Guild or Clan. |
| Recommended: |
/GUILD, /GU, /SUPERGROUP, /SUPER,
/SG, /CLAN, /C, /ORGANIZATION,
/ORG, /GUILDSAY and the Quick Command '@' |
|
| static int |
OnCommandRaidChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a message to the members of his current Raid. |
| Recommended: |
/RAID, /RAIDSAY, /RAIDCHAT, /RS, /RC and
the Quick Command '^' |
|
| static int |
OnCommandAllianceChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a message to the members of his current Alliance (Group of Guilds). |
| Recommended: |
/ALLIANCE, /ALLIANCECHAT, /AC |
|
| static int |
OnCommandShout(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user shouts a message to all in a wide radius. |
| Recommended: |
/SHOUT, /BROADCAST, /B, /REGION |
|
|
|
| static int |
OnCommandChannelOOC(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the OOC channel. |
| Recommended: |
/OOC, /OUTOFCHARACTER |
|
| static int |
OnCommandChannelAuction(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the Auction channel. |
| Recommended: |
/AUCTION, /AU, /AUC and the Quick Command '$' |
|
|
|
|
|
|
|
|
|
|
|
|
|
| static int |
OnCommandChannelLFR(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the Looking For Raid channel. |
| Recommended: |
/LFRCHAT, /CHATLFR |
|
| static int |
OnCommandChannelLFQ(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the Looking For Quest channel. |
| Recommended: |
/LFQCHAT, /CHATLFQ |
|
| static int |
OnCommandChannelLFP(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the Looking For Players channel. |
| Recommended: |
/LFPCHAT, /LFMCHAT, /CHATLFP, /CHATLFM |
|
| static int |
OnCommandChannelCustom(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to a Custom made Chat
Channel. |
| Recommended: |
/CHAT, /CUSTOMCHAT, /CC |
|
| static int |
OnCommandClassChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to other members of their Class or Profession. |
| Recommended: |
/CLASS, /CLASSCHAT |
|
| static int |
OnCommandRaceChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to other members of their Race. |
| Recommended: |
/RACE, /RACECHAT |
|
| static int |
OnCommandLevelChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to other Players of their approximate Level. |
| Recommended: |
/LEVEL, /LEVELCHAT |
|
| static int |
OnCommandNewbieChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to other Players of low Level. |
| Recommended: |
/NEWBIE, /NEWBIECHAT |
|
| static int |
OnCommandFactionChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to all Players on the same Faction. |
| Recommended: |
/FACTION, /FACTIONCHAT |
|
| static int |
OnCommandOfficerChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to a other Officers in the Guild. |
| Recommended: |
/GO, /OFFICER, /GUILDOFFICER |
|
| static int |
OnCommandRolePlaySay(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types an In-Character message to those in his local vicinity. |
| Recommended: |
/RPSAY, /ROLEPLAYSAY |
|
| static int |
OnCommandOOCSay(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types an Out-Of-Character message to those in his local vicinity. |
| Recommended: |
/OOCSAY, /OUTOFCHARACTERSAY |
|
| static int |
OnCommandStatements(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user types a Statement to those in his local vicinity. |
| Recommended: |
/STATE, /DECLARE, /DISAGREE, /INSIST, /ASK, /EXCLAIM, MORE |
|
| static int |
OnCommandReply(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user Replies to a Tell from another Character. |
| Recommended: |
/R, /REPLY |
|
| static int |
OnCommandRetell(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the last person they sent a Tell to. |
| Recommended: |
/RETELL, /RT, /RTELL |
|
| static int |
OnCommandTargetTell(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user sends a message to the Player they currently are targeting. |
| Recommended: |
/TT, /TARGETTELL, /TTELL, /TELLTARGET |
|
| static int |
OnCommandChatJoin(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to create or Join a Custom made chat channel. |
| Recommended: |
/CHATJOIN, /JOINCHAT |
|
| static int |
OnCommandChatLeave(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Leave a Custom made chat channel. |
| Recommended: |
/CHATLEAVE, /LEAVECHAT |
|
| static int |
OnCommandGroupInvite(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Invite a Player to his Group. |
| Recommended: |
/INVITE, /GINVITE, /GROUPINVITE, /TEAM_INVITE |
|
| static int |
OnCommandGroupKick(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Group Leader wants to Kick a member out of his Group. |
| Recommended: |
/KICK, /GROUPKICK, /GKICK, /BOOT |
|
| static int |
OnCommandGroupLeave(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a member wants to Leave his Group. |
| Recommended: |
/DISBAND, /LEAVE, /LEAVEGROUP, /UNJOIN,
/LEAVETEAM |
|
| static int |
OnCommandGroupAccept(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Player wants to accept a Group Invite. |
| Recommended: |
/GROUPACCEPT, /JOIN, /TEAM_ACCEPT |
|
| static int |
OnCommandGroupDecline(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Player wants to decline a Group Invite. |
| Recommended: |
/GROUPDECLINE, /TEAM_DECLINE |
|
|
|
| static int |
OnCommandUnInvite(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when an Inviter wants to revoke a Group/Guild Invite in cases where the Invitee seems AFK. |
| Recommended: |
/UNINVITE |
|
| static int |
OnCommandGuildCreate(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to create a new Guild. |
| Recommended: |
/GUILDCREATE, /CREATEGUILD, /ORGCREATE, /CLANCREATE,
/SUPERGROUPCREATE |
|
| static int |
OnCommandGuildPromote(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to promote a Guild member. |
| Recommended: |
/PROMOTE, /GUILDPROMOTE, /GUPROMOTE, /ORGPROMOTE |
|
| static int |
OnCommandGuildDemote(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to demote a Guild member. |
| Recommended: |
/DEMOTE, /GUILDDEMOTE, /GUDEMOTE, /ORGDEMOTE |
|
| static int |
OnCommandGuildRemove(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to remove a Guild member or to Leave their own Guild. |
| Recommended: |
/GUILDREMOVE, /GUREMOVE, /GUKICK, /ORGKICK,
/SGK, /SGKICK, /SGLEAVE, /GUILDLEAVE, /LEAVEGUILD |
|
| static int |
OnCommandGuildInvite(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Invite a Player to join their Guild. |
| Recommended: |
/GUILDINVITE, /GUINVITE, /CLANINVITE, /SUPERGROUPINVITE,
/SGINVITE, /SGI, /ORGINVITE |
|
| static int |
OnCommandGuildHelp(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants Help on the Guild Commands. |
| Recommended: |
/GUILDHELP, /GUHELP, /ORGHELP, /HELPGUILD |
|
|
|
|
|
| static int |
OnCommandGuildMakeLeader(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Guild Leader wants to make another Player the Guild Leader. |
| Recommended: |
/GUILDLEADER, /GUILDMAKELEADER |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| static int |
OnCommandAFK(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to indicate they are Away From Keyboard. |
| Recommended: |
/AFK,
/BIO, /TOGGLEAWAYFROMKEYBOARD, /AWAY,
/AFK4DRINK, /AFK4FOOD |
|
|
|
| static int |
OnCommandLFG(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to indicate they are Looking For a Group. |
| Recommended: |
/LFG |
|
| static int |
OnCommandLFR(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to indicate they are Looking For a Raid. |
| Recommended: |
/LFR |
|
| static int |
OnCommandLFQ(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to indicate they are Looking For a Quest. |
| Recommended: |
/LFQ |
|
| static int |
OnCommandLFP(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Group wants to indicate they are Looking For another Player. |
| Recommended: |
/LFP,
/LFM |
|
| static int |
OnCommandAnon(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle their Anonymous setting. |
| Recommended: |
/ANON,
/ANONYMOUS |
|
| static int |
OnCommandRolePlay(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle their RolePlay flag. |
| Recommended: |
/ROLEPLAY,
/ROLE |
|
|
|
|
|
| static int |
OnCommandQuestWindow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to show the quest window. |
| Recommended: |
/QUEST,
/MISSION, /TASK, /QUESTWINDOW, /MISSIONWINDOW,
/TASKWINDOW |
|
|
|
| static int |
OnCommandCharacterWindow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to show the Character window. |
| Recommended: |
/CHARACTER,
/SHEET, /STATS, /CHARACTERWINDOW, /CHARACTERSHEET,
/STATSWINDOW |
|
| static int |
OnCommandGuildWindow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to show the Guild window. |
| Recommended: |
/GUILDWINDOW,
/GUWINDOW, /CLANWINDOW, /ORGWINDOW,
/SUPERGROUPWINDOW |
|
|
|
|
|
|
|
|
|
|
|
| static int |
OnCommandNotesWindow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to show the notes window or add a note to his notebook. |
| Recommended: |
/NOTE,
/NOTES, /NOTEBOOK |
|
| static int |
OnCommandNetworkWindow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to show the network window. |
| Recommended: |
/NETWORK,
/NETWORKWINDOW, /BANDWIDTH, /PING |
|
| static int |
OnCommandFPS(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to display the current Frames Per Second. |
| Recommended: |
/FPS,
/FRAMERATE, /FRAMERATEWINDOW, /SHOWFPS |
|
| static int |
OnCommandHotKey1(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot 1. |
| Recommended: |
/HOTKEY1,
/HK1 |
|
| static int |
OnCommandHotKey2(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
2. |
| Recommended: |
/HOTKEY2,
/HK2 |
|
| static int |
OnCommandHotKey3(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
3. |
| Recommended: |
/HOTKEY3,
/HK3 |
|
| static int |
OnCommandHotKey4(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
4. |
| Recommended: |
/HOTKEY4,
/HK4 |
|
| static int |
OnCommandHotKey5(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
5. |
| Recommended: |
/HOTKEY5,
/HK5 |
|
| static int |
OnCommandHotKey6(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
6. |
| Recommended: |
/HOTKEY6,
/HK6 |
|
| static int |
OnCommandHotKey7(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
7. |
| Recommended: |
/HOTKEY7,
/HK7 |
|
| static int |
OnCommandHotKey8(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
8. |
| Recommended: |
/HOTKEY8,
/HK8 |
|
| static int |
OnCommandHotKey9(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
9. |
| Recommended: |
/HOTKEY9,
/HK9 |
|
| static int |
OnCommandHotKey10(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot
10. |
| Recommended: |
/HOTKEY10,
/HK10 |
|
| static int |
OnCommandHotKey11(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot 11. |
| Recommended: |
/HOTKEY11,
/HK11 |
|
| static int |
OnCommandHotKey12(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to activate the ability in Hotkey slot 12. |
| Recommended: |
/HOTKEY12,
/HK12 |
|
| static int |
OnCommandMood(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to set their current Mood. |
| Recommended: |
/MOOD |
|
| static int |
OnCommandMoodList(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to list the available Moods. |
| Recommended: |
/MOODS,
/MOODLIST, /MOODHELP |
|
| static int |
OnCommandLanguage(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to change their current Language or display a list of Languages. |
| Recommended: |
/LANGUAGE |
|
| static int |
OnCommandAlias(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to make a custom Alias command that acts the same as a built in Slash Command. |
| Recommended: |
/ALIAS |
|
| static int |
OnCommandNickname(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to make a make a Nickname for another Player. |
| Recommended: |
/NICKNAME,
/AKA |
|
| static int |
OnCommandUnAlias(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to remove a custom Alias. |
| Recommended: |
/UNALIAS,
/ALIASREMOVE, /REMOVEALIAS |
|
| static int |
OnCommandUnNickname(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to remove a Nickname for another Player. |
| Recommended: |
/UNNICKNAME,
/UNAKA, /NICKNAMEREMOVE, /REMOVENICKNAME |
|
| static int |
OnCommandAliasList(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to display a list of their Aliases. |
| Recommended: |
/ALIASLIST,
/LISTALIAS |
|
| static int |
OnCommandNicknameList(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to display a list of the Nicknames they have set up. |
| Recommended: |
/NICKNAMELIST,
/AKALIST, /LISTNICKNAME, /LISTNICKNAMES, /LISTAKA |
|
| static int |
OnCommandEmote(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to do an Emote. |
| Recommended: |
/EMOTE,
/EM, /ME, /E And the Quick Command ':' |
|
| static int |
OnCommandGroupEmote(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to do an
Emote to their Group members. |
| Recommended: |
/GEMOTE,
/GEM, /GROUPEMOTE |
|
| static int |
OnCommandGuildEmote(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to do an
Emote to their Guildies. |
| Recommended: |
/GUEMOTE,
/GUEM, /GUILDEMOTE |
|
| static int |
OnCommandHelp(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to get Help on the game. |
| Recommended: |
/HELP,
/? |
|
| static int |
OnCommandChatHelp(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to get Help on various chat Commands. |
| Recommended: |
/CHATHELP |
|
| static int |
OnCommandPetition(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to get assistance from Customer Service. |
| Recommended: |
/PETITION |
|
|
|
| static int |
OnCommandFeedback(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to submit Feedback on the game. |
| Recommended: |
/FEEDBACK,
/SUGGEST |
|
|
|
| static int |
OnCommandStuck(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to get unstuck from part of the terrain. |
| Recommended: |
/STUCK,
/UNSTICK, /UNSTUCK, /EJECT |
|
| static int |
OnCommandSuicide(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to commit suicide with their Character. |
| Recommended: |
/SUICIDE,
/TERMINATE, /DEATH |
|
| static int |
OnCommandIgnore(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Ignore another Player or Unignore an already Ignored Character. |
| Recommended: |
/IGNORE,
/UNIGNORE, /ADDIGNORE |
|
| static int |
OnCommandIgnoreList(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to list the Character names they are currently Ignoring. |
| Recommended: |
/IGNORELIST |
|
| static int |
OnCommandFriend(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to add a Player to their Friends list or unfriend an already Friended Character. |
| Recommended: |
/FRIEND,
/BUDDY, /ADDFRIEND, /REMOVEFRIEND, /REMFRIEND,
/UNFRIEND |
|
| static int |
OnCommandFriendChat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to send a message to all their online Friends. |
| Recommended: |
/FRIENDCHAT,
/FC, /FTELL |
|
| static int |
OnCommandFriendList(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to list the Characters they are currently Friends with. |
| Recommended: |
/FRIENDLIST,
/FRIENDS |
|
| static int |
OnCommandTargetSelf(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to target themselves. |
| Recommended: |
/SELECTSELF,
/TARGETSELFT, /SELFTARGET, /TARGETME |
|
| static int |
OnCommandTargetNext(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to target the next closest enemy in series. |
| Recommended: |
/TARGETNEXT,
/TOGGLE_ENEMY |
|
|
|
| static int |
OnCommandTargetPet(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to target the Players Pet. |
| Recommended: |
/TARGETPET,
/PETTARGET |
|
| static int |
OnCommandTargetSender(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to target the last Character to send them a Tell. |
| Recommended: |
/TARGETSENDER |
|
| static int |
OnCommandTarget(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to target something. |
| Recommended: |
/TARGET,
/TAR |
|
| static int |
OnCommandFaceTarget(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to
turn and face their target. |
| Recommended: |
/FACETARGET,
/FACE |
|
|
|
| static int |
OnCommandPlayed(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to see how long they have played this Character. |
| Recommended: |
/PLAYED |
|
| static int |
OnCommandLoc(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to know
their location. |
| Recommended: |
/LOC,
/LOCATION |
|
| static int |
OnCommandFollow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Follow
their current target. |
| Recommended: |
/FOLLOW.
/F, AUTOFOLLOW |
|
| static int |
OnCommandTorch(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants
to emit light from their Character. |
| Recommended: |
/TORCH,
/TORCH2, /LIGHT |
|
| static int |
OnCommandQuit(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to exit the game. |
| Recommended: |
/QUIT,
/Q, /CAMP, /LOGOUT |
|
| static int |
OnCommandExit(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to immediately get out of the game. |
| Recommended: |
/EXIT |
|
| static int |
OnCommandFilter(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle the bad word Filter. |
| Recommended: |
/FILTER,
/CHATFILTER, /BADWORDFILTER |
|
|
|
| static int |
OnCommandUnFilterWord(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to remove a word from the Chat Filter. |
| Recommended: |
/UNFILTERWORD,
/UNFILTER |
|
| static int |
OnCommandBlockSpam(CBSTRING
sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to
enable the Spam Filter. |
| Recommended: |
/BLOCKSPAM,
/ENABLESPAMFILTER |
|
| static int |
OnCommandUnBlockSpam(CBSTRING
sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to
disable the Spam Filter. |
| Recommended: |
/UNBLOCKSPAM,
/DISABLESPAMFILTER |
|
| static int |
OnCommandBlockWord(CBSTRING
sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to
add a word to the Spam Filter. |
| Recommended: |
/BLOCKWORD,
/BLOCK, /SPAM |
|
| static int |
OnCommandUnBlockWord(CBSTRING
sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to remove a word from the
Spam Filter. |
| Recommended: |
/UNBLOCKWORD,
/UNSPAM, /UNBLOCK |
|
| static int |
OnCommandSpamList(CBSTRING
sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to
display a list of the strings in the Spam Filter. |
| Recommended: |
/SPAMLIST,
/BLOCKLIST |
|
| static int |
OnCommandRandom(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to roll a Random value and display it to those around themselves and to their Groupmates. |
| Recommended: |
/RANDOM,
/RAND, /RND |
|
| static int |
OnCommandTime(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to check the in-game time. |
| Recommended: |
/TIME |
|
| static int |
OnCommandClearScreen(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to clear
the text out of the Chat Windows. |
| Recommended: |
/CLS.
/CLEAR. /CLEARSCREEN |
|
| static int |
OnCommandChatFormat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to change how messages are displayed. |
| Recommended: |
/VERBOSE,
/VERBOSITY, /CHATFORMAT, /FORMATCHAT |
|
| static int |
OnCommandShowHood(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to display their Characters helmet or hood. |
| Recommended: |
/SHOWHOOD.
/SHOWHELM |
|
| static int |
OnCommandShowGuildTag(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle the display of their Guildtag. |
| Recommended: |
/SHOWGUILD.
/SHOWGUILDTAG |
|
| static int |
OnCommandPet(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet. |
| Recommended: |
/PET |
|
| static int |
OnCommandPetFollow(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to follow them or a target. |
| Recommended: |
/PETFOLLOW,
/PFOLLOW. /COME, /PETCOME, /PETFOLLOWME |
|
| static int |
OnCommandPetAttack(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to attack their current target. |
| Recommended: |
/PETATTACK,
/PETKILL, /SICK, /SICKEM, /PATTACK |
|
| static int |
OnCommandPetHeel(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to return to their side and stop attacking. |
| Recommended: |
/PETHEEL.
/HEEL, /PHEEL. /PETRETURN. /PETBACKOFF |
|
| static int |
OnCommandPetDismiss(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to go away. |
| Recommended: |
/PETDISMISS.
/DISMISS. /PDISMISS. /PETTERMINATE. /PTERMINATE.
/PETGETLOST |
|
| static int |
OnCommandPetGuard(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to guard a target or area. |
| Recommended: |
/PETGUARD.
/GUARD. /PGUARD. /PETGUARDHERE. /PETGUARDME |
|
| static int |
OnCommandPetStay(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to stay at a location. |
| Recommended: |
/PETSTAY.
/STAY. /PSTAY. /PETWAIT. /PETASYOUWERE |
|
| static int |
OnCommandPetReport(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to report
their current health. |
| Recommended: |
/PETREPORT.
/PETSTATUS. /PSTATUS. /PETHEALTH. /PETHEALTHREPORT.
/PETREPORTHEALTH |
|
| static int |
OnCommandPetGroup(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to command their Pet to join the Group. |
| Recommended: |
/PETGROUP.
/GROUPPET |
|
| static int |
OnCommandAutorun(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle the Characters Auto-Run. |
| Recommended: |
/AUTORUN |
|
|
|
| static int |
OnCommandWalk(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to toggle Run/Walk. |
| Recommended: |
/RUN.
/WALK |
|
| static int |
OnCommandSit(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to sit or stand. |
| Recommended: |
/SIT.
/STAND |
|
|
|
|
|
|
|
|
|
|
|
| static int |
OnCommandCamera(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to issue camera controls. |
| Recommended: |
/CAMERA |
|
|
|
| static int |
OnCommandLoot(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Loot a corpse or get an item. |
| Recommended: |
/LOOT.
/GET. /PICKUP. /LEWT |
|
|
|
| static int |
OnCommandStartCombat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to initiate Combat. |
| Recommended: |
/FIGHT.
/ATTACK. /STARTFIGHT. /STARTATTACK. /STARTCOMBAT |
|
| static int |
OnCommandStopCombat(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to stop fighting. |
| Recommended: |
/PEACE.
/STOPFIGHT. /STOPFIGHTING. /STOPCOMBAT |
|
| static int |
OnCommandAssist(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Assist the current target. |
| Recommended: |
/ASSIST |
|
| static int |
OnCommandConsider(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Consider the strength of a mob. |
| Recommended: |
/CONSIDER.
/CON. /EXAMINE |
|
|
|
|
|
| static int |
OnCommandSideKickInvite(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Invite another Player to become a Sidekick. |
| Recommended: |
/SIDEKICK.
/SK. /SIDEKICKINVITE |
|
| static int |
OnCommandSideKickAccept(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to become a Sidekick and Accept the Invite. |
| Recommended: |
/SIDEKICKACCEPT.
/SIDEKICK_ACCEPT |
|
|
|
|
|
| static int |
OnCommandMentorInvite(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Invite another Player to become a Mentor. |
| Recommended: |
/MENTOR,
/MENTORINVITE |
|
|
|
|
|
|
|
|
|
| static int |
OnCommandTradeAccept(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to accept a Trade Invite. |
| Recommended: |
/TRADEACCEPT,
/TRADE_ACCEPT |
|
|
|
| static int |
OnCommandTip(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to immediately give another Player money. |
| Recommended: |
/TIP |
|
| static int |
OnCommandWho(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to list Players on a server matching a criteria. |
| Recommended: |
/WHO,
/WHOALL |
|
| static int |
OnCommandWhoTarget(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to get information on thier current Player target. |
| Recommended: |
/WHOTARGET |
|
| static int |
OnCommandDuel(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to Duel another Character. |
| Recommended: |
/DUEL,
/ENDDUEL |
|
| static int |
OnCommandYield(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a user wants to give up in a Duel. |
| Recommended: |
/YIELD,
/FORFEIT |
|
| static int |
OnCommandCustomerService(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Customer Service Representative wants to do CSR specific actions. |
| Recommended: |
/CUSTOMERSERVICE,
/CS, /CSR |
|
| static int |
OnCommandDeveloper(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
Command invoked when a Developer wants to
perform various testing or powerful actions. |
| Recommended: |
/DEV,
/DEVELOPER |
|
| |
| static int |
OnCommandXXX(CBSTRING sCommand,
CBSTRING sCommandParameters) |
|
|
| Recommended: |
|
|
| |