Xzin
08-05-2007, 08:51 PM
The WoW API is rife with useful /script commands for multiboxers to use.
Want to press a button and release all of your corpses at once?
/script RepopMe();
The functionality is
/script [command()] and then ;
Here is the list of APIs...
http://www.wowwiki.com/World_of_Warcraft_API
PROTECTED ones cannot be used in combat.
Some useful ones.....
AcceptQuest - Accept the specified quest.
AcceptResurrect() - The player accepts the request from another player
to resurrect him/herself.
RetrieveCorpse() - Resurrects when near corpse. e.g., The "Accept" button one sees after running back to your body.
Want to press a button and release all of your corpses at once?
/script RepopMe();
The functionality is
/script [command()] and then ;
Here is the list of APIs...
http://www.wowwiki.com/World_of_Warcraft_API
PROTECTED ones cannot be used in combat.
Some useful ones.....
AcceptQuest - Accept the specified quest.
AcceptResurrect() - The player accepts the request from another player
to resurrect him/herself.
RetrieveCorpse() - Resurrects when near corpse. e.g., The "Accept" button one sees after running back to your body.