Slash commands added by expansion

[40oz]

Lifetimer
Joined
Sep 5, 2008
Messages
590
Reaction score
4
Points
18
Anyone have a list of / commands added with given expansions?

I'm specifically looking for Prophecy of Ro and Underfoot, but all would be nice.

Example: /useitem requires Veil of Alaris to use.
 
So I was asking because the bot40 macro gives some errors some folks asked about on progression servers. Using some bash-fu, I got a list of all / commands in the code:

Code:
   1 /Shiftkey 
   1 /aa 
   1 /aaspew 
   1 /adduser 
   1 /autofire 
   1 /bard 
   1 /blockspell 
   1 /cecho 
   1 /ctrlkey 
   1 /cureignore 
   1 /end 
   1 /got 
   1 /import 
   1 /leap 
   1 /lootcollectible 
   1 /loottradeskills 
   1 /makeleader 
   1 /netbots 
   1 /play 
   1 /prerequisite 
   1 /setrole 
   1 /shift 
   1 /summon 
   1 /taskg 
   1 /timed 
   1 /varse 
   2 /LootNPCs 
   2 /addclicky 
   2 /ame 
   2 /assisttype 
   2 /burn 
   2 /campoff 
   2 /campon 
   2 /clicky 
   2 /cmob 
   2 /debuglevel 
   2 /deposit 
   2 /dmob 
   2 /fmob 
   2 /helpme 
   2 /hidecorpse 
   2 /imob 
   2 /listcamp 
   2 /lootdestroy 
   2 /lootignore 
   2 /lootkeep 
   2 /lootsell 
   2 /memorize 
   2 /mmob 
   2 /offtank 
   2 /options 
   2 /pmob 
   2 /removeclicky 
   2 /sell 
   2 /smob 
   2 /stopcamp 
   2 /sumtank 
   2 /trusted 
   2 /while 
   3 /addcamp 
   3 /assist, 
   3 /bct 
   3 /cast 
   3 /doability 
   3 /grouproles 
   3 /guildbank 
   3 /plugin 
   3 /puller 
   3 /pullingmethod 
   3 /return 
   3 /say 
   3 /shiftkey 
   3 /stance 
   3 /stand 
   3 /startcamp 
   3 /windowstate 
   4 /afollow 
   4 /mac 
   4 /melee 
   5 /cechob 
   5 /petgear 
   5 /toggle 
   6 /assist 
   6 /attack 
   7 /xtarget 
   8 /disc 
   8 /stick 
  10 /doevents 
  13 /alert 
  13 /click 
  13 /deletevar 
  13 /itemnotify 
  14 /bc 
  14 /nav 
  15 /target 
  18 /useitem 
  19 /pet 
  20 /mqlog 
  21 /casting 
  26 /moveto 
  29 /face 
  31 /alt 
  32 /twist 
  52 /alias 
  57 /notify 
  58 /nomodkey 
  59 /noparse 
  80 /tar 
  82 /keypress 
  89 /varcalc 
 132 /docommand 
 156 /goto 
 187 /squelch 
 238 /for 
 246 /delay 
 258 /next 
 320 /echo 
 347 /mmoini 
 705 /call 
 928 /varset 
1166 /declare 
2559 /if

I tried a few that stood out, and found that /blockspell is a Prophecy of Ro feature. Still trying to see if that's the only one, and which one is blocked on Underfoot.

Also funny to see there are things like "/assist," that are lurking somewhere. Time to get to cleaning some code up! (edit: they were existing in /echo's and comments. whoops!)
 
Last edited: