EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SystemCommands.h
Go to the documentation of this file.
1 
2 
3 COMMAND( create, Acct::Role::VIP,
4  "(itemID) [count] - Create count or 1 of the specified item." )
5 COMMAND( createitem, Acct::Role::ADMIN,
6  "(itemID) [count] - Create count or 1 of the specified item.(from Insider)" )
7 COMMAND( goto, Acct::Role::VIP,
8  "(x) (y) (z) - Jump to the specified position in space. Stopped." )
9 COMMAND( translocate, Acct::Role::VIP,
10  "(entityID) - Translocate to the specified entity" )
11 COMMAND( tr, Acct::Role::VIP,
12  "(who) (entityID) - Translocate the specified person to the specified entity" )
13 COMMAND( halt, Acct::Role::VIP,
14  "- Immediately stops ship, setting Destiny::State = dstball_halt.")
15 COMMAND( location, Acct::Role::PLAYER,
16  "- Gives you back your current location in space." )
17 COMMAND( syncloc, Acct::Role::PLAYER,
18  "- Synchronizes your location in client with location on server." )
19 COMMAND( syncpos, Acct::Role::PLAYER,
20  "- Synchronizes locations of all dynamic entities in current bubble with location on server for all players in callers bubble." )
21 COMMAND( update, Acct::Role::PLAYER,
22  "- Sets Current Position according to Server's DestinyManager, then Sends Bubble AddBalls and Destiny SetState. (resets spaceview with current server data)" )
23 COMMAND( sendstate, Acct::Role::CONTENT,
24  "- Sends DoDestinyUpdate SetState." )
25 COMMAND( addball, Acct::Role::PLAYER,
26  "- Sends BubbleManager AddBalls.")
27 COMMAND( addball2, Acct::Role::PLAYER,
28  "- Sends BubbleManager AddBalls2.")
29 COMMAND( kill, Acct::Role::VIP,
30  "(entityID) - insta-pops a destroyable ship, drone, structure, if applicable")
31 COMMAND( killallnpcs, Acct::Role::ADMIN,
32  " - insta-pops all NPC ships in the current bubble")
33 COMMAND( cloak, Acct::Role::VIP,
34  " - instantly and unconditionally toggles cloak state of your vessel")
35 COMMAND( sov, Acct::Role::CONTENT,
36  " - unknown at this time")
37 COMMAND( pos, Acct::Role::PROGRAMMER,
38  " - commands item to Immediately anchor")
39 COMMAND( hop, Acct::Role::CONTENT,
40  " - unknown at this time")
itemID[count] Create count or of the specified() x() y(z)-Jump to the specified position in space.Stopped." ) COMMAND( translocate
itemID[count] Create count or of the specified() x() entityID Translocate to the specified entity Immediately stops setting then Sends Bubble AddBalls and Destiny SetState(resets spaceview with current server data)" ) COMMAND( sendstate
Nice to see you
Definition: agentSays.h:4
itemID[count] Create count or of the specified item(from Insider)" ) COMMAND( goto
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 kick all and halt server immediate command list all items in current location s gives list of cargo contents and volumes in all holds list current session values show current ship DNA show current objects in bubble
Definition: NPC.h:41
itemID[count] Create count or of the specified() x() entityID Translocate to the specified entity Immediately stops ship
if(sConfig.world.saveOnMove)
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
locations
Definition: EVE_Typedefs.h:82
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 kick all and halt server immediate command list all items in current location s gives list of cargo contents and volumes in all holds list current session values show current ship DNA show current objects in their destiny state
Definition: EVE_Roles.h:13
COMMAND(create, Acct::Role::VIP,"(itemID) [count] - Create count or 1 of the specified item.") COMMAND(createitem