Ingame Command list

Custom Commands

Custom commands are parsed and handled by the OpenFusion server. When a chat message is received that starts with the command prefix (default: /), instead of sending that chat to other players the server intercepts the message. Account levels are separate from the normal player level, and determine which commands they have access to - a lower number being more permissive.

CommandDescriptionRequired Acclevel
/helpList all unlocked server-side commands.100
/accessPrint your access level.100
/hideHide yourself from the global player map.100
/unhideUn-hide yourself from the global player map.100
/populationCheck how many players are online.100
/redeemRedeem a code item. A list is available on the FusionFall Wiki.100
/refreshTeleport yourself to your current location.100
/unwarpablePrevent buddies from warping to you.100
/warpableRe-allow buddies to warp to you.100
/buffGive yourself a buff effect.50
/lairGet the required mission for the nearest fusion lair.50
/levelChange your character’s level.50
/levelxChange your character’s level (academy build).50
/registerallRegister all SCAMPER and MSS destinations.50
/unregisterallClear all SCAMPER and MSS destinations.50
/whoisDescribe nearest NPC.50
/instancePrint or change your current instance.30
/mssEdit Monkey Skyway routes.30
/npcrRotate the nearest NPC to face you.30
/npciMove the nearest NPC across instances.30
/summonWPermanently summon NPCs.30
/unsummonWDelete permanently summoned NPCs.30
/toggleaiEnable/disable mob AI.30
/flushWrite all gruntwork to file.30
/minfoShow details of the current mission and task.30
/eggPermanently summon a coco egg.30
/tasksList all active missions and their respective task ids.30
/notifyToggle receiving a message whenever a player joins the server.30
/playersOutput all players on the server to the chat.30
/summonGroupSummon group NPCs.30
/summonGroupWPermanently summon group NPCs.30

Built-in Commands

These commands are parsed clientside, then put into a packet before being sent to the server. For example, /speed sends a P_CL2FE_GM_REQ_PC_SET_VALUE packet with iSetValueType equal to 6. Some of these built-in commands do not interact with the server at all, such as /viewcol, /hideui and /viewloc. Also note that ID and UID are one in the same in OpenFusion.

CommandDescriptionImplemented?
/qinvenPrints quest item list to debug logfile (clientside).✔️
/emoteRemoved in newer client versions.
/danceRemoved in newer client versions.
/motdSets the message of the day while the server is running.
/announce, /bcastSends a message window to players, which players are selected depends on the announce type.✔️
/nano_equipEquip a nano in slot 0, 1, or 2.✔️
/nano_unequipUnequip a nano in slot 0, 1, or 2.✔️
/nano_activeEssentially the same as pressing 1, 2, or 3 on your keyboard to summon a nano.✔️
/speedSets movement speed to the specified value. A speed of around 2400 or 3000 is nice.✔️
/jumpSets jump height to the specified value. A height of about 50 will send you soaring.✔️
/warpWarps to the center of the specified map square. This map (credit to Danny O) is useful for finding the coordinates.✔️
/gotoTeleport to more exact coordinates. Useful for getting in IZs or fusion lairs.✔️
/warptopcWarp to a player by ID.✔️
/itemNGive yourself an item. Refer to this spreadsheet for the IDs.✔️
/itemQGive yourself a quest item.
/mapwarpRemoved in newer client versions.
/nanoCreates the specified nano number (ex. 2 for Numbuh 2).✔️
/nanoArrObtains all nanos within a range.✔️
/summonSummons a mob or NPC temporarily.✔️
/groupsummonSummons a group by ID.
/summonshinySummons a coco egg by ID. Location is offset randomly.
/unsummonUnsummons the nearest NPC or mob.✔️
/nanoskillChange the skill set on a specific nano.✔️
/missionObtain a specific mission by ID.
/taskObtain a specific task by ID.
/unstick_i“Unsticks” a player by ID. (teleports them slightly offset from where they were)✔️
/unstick_ui“Unsticks” a player by UID.✔️
/unstick_n“Unsticks” a player by first and last name.✔️
/locate_iLocates a player by ID.✔️
/locate_uiLocates a player by UID.✔️
/locate_nLocates a player by first and last name.✔️
/teleport2me_nTeleports a player with the specified first and last name to you.✔️
/teleport2me_iTeleports a player with the specified ID to you.✔️
/teleport2me_uiTeleports a player with the specified UID to you.✔️
/teleportXYZ_iTeleports a player with the specified ID to the specified coordinates.✔️
/teleportXYZ_uiTeleports a player with the specified UID to the specified coordinates.✔️
/teleportXYZ_nTeleports a player with the specified first and last name to the specified coordinates.✔️
/teleportMapXYZ_iTeleports a player with the specified ID to the specified coordinates and instance.✔️
/teleportMapXYZ_uiTeleports a player with the specified UID to the specified coordinates and instance.✔️
/teleportMapXYZ_nTeleports a player with the specified first/last name to the specified coordinates and instance.✔️
/teleport_i_iTeleports a player with a specified ID to another with a specified ID.✔️
/teleport_ui_uiTeleports a player with a specified UID to another with a specified UID.✔️
/teleport_i_nTeleports a player with a specified ID to another with a first and last name.✔️
/teleport_n_nTeleports a player with a specified first/last name to another with a specified first/last name.✔️
/kick_iKick a player by ID.✔️
/kick_uiKick a player by UID.✔️
/kick_nKick a player by first and last name.✔️
/invisibleMakes your player character invisible and disables mob aggro. Note: can be buggy.✔️
/invulnerableMakes players unable to interact with you, and disables mob aggro.✔️
/healthSets your health to the amount specified. Max health does not change.✔️
/batteryWModifies the amount of Weapon Boosts that you have.✔️
/batteryNModifies the amount of Nano Potions that you have.✔️
/fusionmatterModifies the amount of Fusion Matter that you have.✔️
/tarosModifies the amount of Taros that you have.✔️
/gmmarkerToggles the display of a GM particle above your character’s head, and enables PVP.✔️
/equipitemEquips the item in the specified inventory slot to the specified equip slot.✔️
/viewlocToggles display of coordinates and other attributes (clientside).✔️
/mute_i_onMute a player by ID.✔️
/mute_i_offUnmute a player by ID.✔️
/mute_ui_onMute a player by UID.✔️
/mute_ui_offUnmute a player by UID.✔️
/mute_n_onMute a player by first and last name.✔️
/mute_n_offUnmute a player by first and last name.✔️
/hideuiHides all UI elements (clientside).✔️
/viewcolHighlight all collision hulls (clientside).✔️
/chwarpManipulates channels. Not applicable to OpenFusion.
/chnumManipulates channels. Not applicable to OpenFusion.
/chinfoManipulates channels. Not applicable to OpenFusion.
/shwarpManipulates shards. Not applicable to OpenFusion.
/viewidToggle display of NPC and mob IDs (clientside).✔️
/rateFAdjusts rate at which you receive Fusion Matter.
/rateTAdjusts rate at which you receive Taros.
/tasklogPrints all active tasks to debug logfile (clientside).✔️
/cashmallOpens an unfinished microtransaction store interface (clientside).
/StoreOpens an unfinished auction house/player shop interface (clientside).