Project

General

Profile

Feature - Enhancement #1662

Quest Share - Quests That Can't Be Shared

Added by bjcasey almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
2016-07-19
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

"(QUESTNAME) cannot be shared." - Quest Share should write these types of quests to a permanent file on the localhost to avoid sharing them in the future.

"(QUESTNAME) is not an available mission at this time" - Quest Share should write these types of quests to a temporary memory list and avoid sharing them during the current session.

#1

Updated by blammo almost 8 years ago

Might I suggest you set a minimum level range of quest to share? There's no need to share all the level 1-100 quests in the journal with the rest of your group, if you're just doing instances. (Those are L105-108 quests). Very quickly got "journal full" messages from several of my group today . (3.00N)

#2

Updated by bjcasey almost 8 years ago

  • Status changed from New to Resolved

That was due to a bug.  It wasn't supposed to share all of those quests.  It was only supposed to share the quests for your current zone.

Coming with Patch # 135:

  • Completely re-written to make better use of the new ISXEQ2 Quest Journal TLO.
  • It will no longer store quests it receives. Instead, it will read quests directly from your quest journal.
  • By default, it will share quests flagged as belonging to your current zone, multiple zones or multiple locations upon finishing zoning.
  • a_BJQSForceShare atom has been updated to take up to 2 parameters:
    • Parameter 1 = CurrentZone - Forces the sharing of quests that belong to your current zone.
    • Parameter 1 = Category - Forces the sharing of quests that match the next parameter name.
      • Parameter 2 = CategoryName - This can be any name from your journal if you sort by Category. All quests under that category will be force shared. There is a special rule for the 'Mission' category where it will also share 'Mission: Weekly' as well.
  • If a quest displays the message 'cannot be shared' it will be added to a permanent ignore list and from that point on never attempt to be shared again.
  • If a quest displays the message 'is not currently available at this time' it will be added to a temporary ignore list and from that point on never shared again until the QuestShare is reloaded.
  • If a group member's quest journal is full, you will receive a message in the console and Ogre Console.

Also available in: Atom PDF