Skip to content

MasterTemple/nexus_force_bot_v5

Repository files navigation

DEPRECATED

Please visit LEGO Universe Discord Bot For An Updated and Supported Version

Nexus Force Bot v5

Use

Search

To not have to know an item's exact name or ID.

Button

To interact with the data: go to the next page, show fractions/percents, navigate to a different aspect of an item.

Select Menu

Select an item/vendor/mission/npc/etc. from a list.

/activity

Show what an activity drops.

/bricks

View what drops a brick or where you can buy it and other relevant information.

/buy

Shows the vendors that sell an item.

/cooldowngroup

Show all skills that have overlapping cooldowns.

/drop

Show what drops an object and its chances to be dropped

/earn

Show the missions or achievements to complete to earn an item.

/enemy

View stats on an enemy.

/enemydrop

View what an enemy drops and its chances to drop each rarity of each item in each loot table.

/factions

View the member count of each faction in a server.

/help

View all commands available for use.

/item

View major stats on an item.

/kit

View the passive abilities and stats of a kit.

/level

View the XP requirements for a level.

/loottable

View all items by rarity in a loot table.

/meme

View a LEGO Universe meme from r/nexusforcememes

/mission

View the objective, rewards, and type of mission/achievement.

/npc

View the missions given by an NPC.

/package

View the contents of a package.

/preconditions

View the prerequisites to use an item.

/search

Search all objects within LEGO Universe.

/simulate

Simulate the drop of an item from an enemy.

/skill

View the stats on a skill.

/skillitems

View the items that have a particular skill.

/tictactoe

Play tic-tac-toe with LEGO Universe factions.

/vendor

View what items a vendor sells.

Setup

  1. Download and Install Node.js
  2. Download this project
  3. Open a terminal in the /nexus_force_bot_v5 directory, run npm install
  4. Add a config.json to the /nexus_force_bot_v5 directory. The file should look mostly like this, except put in your own token.
{
  "prefix": "!",
  "name": "Nexus Force",
  "bot_icon_url": "https://cdn.discordapp.com/attachments/814459321282592769/849487058451169300/circle-cropped_1.png",
  "github_link": "https://github.com/MasterTemple/discord_bot_template",
  "output_path": "./../../output/",
  "color": "#39A8CC",
  "token": "your_token_goes_here!",
  "version": 5,
  "footer": "Nexus Force Bot 5.0",
  "image_link_domain": "https://lu.lcdruniverse.org/lu-res/",
  "explorer_link_domain": "https://lu.lcdruniverse.org/explorer/",
  "universe_icon": "https://media.discordapp.net/attachments/641133444746838016/855979091983335514/communityIcon_mpbaes4n8n231.png",
  "invis_char": "឵឵",
  "time_out_ms": 300000,
  "administrators": ["789705048035688458", "703120460023463986"],
  "developers": ["703120460023463986", "789705048035688458"],
  "embed_sizes": {
    "search": 24,
    "loot": 6,
    "missions": 6
  },
  "emojis": {
    "armor": "820200969861857280",
    "heart": "820200969803268096",
    "imagination": "820200969789767690",
    "mythran": "834921599764398110",
    "assembly": "850419548611280986",
    "paradox": "850419548271149097",
    "sentinels": "850419548653092905",
    "venture": "850419548733440031",
    "nexus_force": "847950505816227871"
  },
  "startup_status": "LEGO Universe"
}
  1. You will also have to add different emoji IDs in config.emojis (feel free to contact me if you have any trouble)
  2. Install Nodemon by running npm i nodemon -g in your terminal
  3. Run index.js by running nodemon index.js in your terminal

Contact

If you have any questions regarding use or any suggestions for features, feel free to contact me on Discord at MasterTemple#0233 (my ID is 789705048035688458 just in case my name is changed). Find me in the LEGO Universe Community Hub!

Releases

No releases published

Packages

No packages published