EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GMCommands.h
Go to the documentation of this file.
1 //no macroguard on purpose
2 
3 
5  "(typeID) - Spawn an NPC with the specified type." )
6 COMMAND( spawn, Acct::Role::SPAWN,
7  "(typeID) - Spawn an NPC with the specified type." )
8 COMMAND( unspawn, Acct::Role::SPAWN,
9  "(itemID) - remove and delete itemID" )
10 COMMAND( search, Acct::Role::VIP,
11  "(text) - Search for items matching the specified query" )
12 COMMAND( giveisk, Acct::Role::GMH,
13  "(entityID) (amount) - Give the specified amount of cash to the specified character. 0=self." )
14 COMMAND( pop, Acct::Role::ADMIN,
15  "(type) (key) (value) - Send an OnRemoteMessage" )
16 COMMAND( setbpattr, Acct::Role::CONTENT,
17  "(itemID) (copy) (materialLevel) (productivityLevel) (licensedProductionRunsRemaining) - Change blueprint's attributes." )
18 COMMAND( getattr, Acct::Role::VIP,
19  "(itemID) (attributeID) - Retrieves attribute value." )
20 COMMAND( setattr, Acct::Role::CONTENT,
21  "(itemID) (attributeID) (value) - Sets attributeID of itemID to value." )
22 COMMAND( fit, Acct::Role::VIP,
23  "(itemID) - Fits selected item to active ship." )
24 COMMAND( giveallskills, Acct::Role::ADMIN,
25  "['me'|<characterID>] - gives ALL skills to designated character or self" )
26 COMMAND( giveskill, Acct::Role::VIP,
27  "(skillID) (level) - gives skillID to specified level." )
28 COMMAND( online, Acct::Role::VIP,
29  "(entityID) - online all modules on the ship of the entityID. entityID=me=>online my modules" )
30 COMMAND( unload, Acct::Role::VIP,
31  "(entityID) (itemID) - unload module itemID from entityID (itemID=all=>unload all) (entityID=me=>my modules)" )
32 COMMAND( repairmodules, Acct::Role::HEALSELF,
33  "(entityID) (itemID) - repair the modules of the character with the entityID" )
34 COMMAND( giveskills, Acct::Role::ADMIN,
35  "(itemID) - gives skills to character." )
36 COMMAND( dogma, Acct::Role::ADMIN,
37  "(attribute) - change item attribute value" )
38 COMMAND( kick, Acct::Role::ADMIN,
39  "(charName) - kicks [charName] from the server")
40 COMMAND( ban, Acct::Role::ADMIN,
41  "(charName) - bans player's account from the server")
42 COMMAND( unban, Acct::Role::ADMIN,
43  "(charName) - removes ban on player's account")
44 
45 /*
46 COMMAND( entity, Acct::Role::ADMIN,
47  "(entityID) - unknown" )
48 COMMAND( chatban, Acct::Role::ADMIN,
49  "(characterID) - bans character from channel" )
50 COMMAND( whois, Acct::Role::ADMIN,
51  "(characterName) - returns information on character")
52 */
itemID[count] Create count or of the specified item(from Insider)" ) COMMAND( goto
COMMAND(spawnn, Acct::Role::ADMIN,"(typeID) - Spawn an NPC with the specified type.") COMMAND(spawn
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type()() itemID() copy() materialLevel()()() itemID() itemID Fits selected item to active ship() skillID(level)-gives skillID to specified level." ) COMMAND( online
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type()() itemID() copy() materialLevel()()() itemID() attributeID(value)-Sets attributeID of itemID to value." ) COMMAND( fit
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type()() itemID() copy() materialLevel() productivityLevel(licensedProductionRunsRemaining)-Change blueprint's attributes." ) COMMAND( getattr
Definition: NPC.h:41
Definition: Search.h:34
itemID[count] Create count or of the specified() x() entityID Translocate to the specified entity Immediately stops ship
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type()() itemID() copy() materialLevel()() itemID(attributeID)-Retrieves attribute value." ) COMMAND( setattr
typeID Spawn an NPC with the specified type text Search for items matching the specified query() type() key(value)-Send an OnRemoteMessage" ) COMMAND( setbpattr
entityID heal the character with the entityID note giving you detailed ship status information gives a list of all dynamic entities and players and their destinyState in this bubble shows some current destiny variables save all items
Definition: EVE_Roles.h:13