whatisgithub

What is autosharequests?

majisp/autosharequests — explained in plain English

Analysis updated 2026-05-18

0LuaAudience · generalComplexity · 1/5Setup · easy

In one sentence

A World of Warcraft addon that automatically shares your quests with group members when they join.

Mindmap

mindmap
  root((AutoShareQuests))
    What it does
      Auto shares quests
      Fires on player join
      Toggle chat messages
    Tech stack
      Lua addon
      WoW CoA server
    Use cases
      Auto share on join
      Manual share command
      Silent mode toggle
    Audience
      WoW private server players

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically share all your active quests whenever a new player joins your group.

USE CASE 2

Manually share your quests on demand with a single chat command.

USE CASE 3

Turn off chat messages from the addon while keeping auto-share active.

What is it built with?

Lua

How does it compare?

majisp/autosharequestsalerque/silex.sileallquixotic/esoguildactivityaddon
Stars0
LanguageLuaLuaLua
Last pushed2025-04-172019-05-28
MaintenanceStaleDormant
Setup difficultyeasymoderatemoderate
Complexity1/53/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires a World of Warcraft CoA private server client with addons enabled.

The README does not state a license.

So what is it?

AutoShareQuests is a small addon for a private World of Warcraft server running the CoA (Classic era) ruleset, written in the Lua scripting language that WoW addons use. Its one job is to automatically share your quests with other players when they join your group, saving you from having to do it manually each time someone joins. The README is short and only lists three chat commands: one to share all your current quests right away, one to turn automatic sharing on or off whenever a new player joins your party, and one to toggle whether the addon prints messages in chat when it acts. There is no further description of installation steps, requirements, or compatibility beyond this. Given how brief the source material is, this explanation covers everything the README states. It is a narrow, single purpose convenience addon rather than a full feature project.

Copy-paste prompts

Prompt 1
Help me install this Lua addon into my World of Warcraft CoA private server client.
Prompt 2
Explain what the /asq auto command does compared to /asq silent.
Prompt 3
Show me how to manually share all my quests using this addon's chat command.

Frequently asked questions

What is autosharequests?

A World of Warcraft addon that automatically shares your quests with group members when they join.

What language is autosharequests written in?

Mainly Lua. The stack also includes Lua.

What license does autosharequests use?

The README does not state a license.

How hard is autosharequests to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is autosharequests for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.