Skip to content

Commit

Permalink
[Release] Version 3.67
Browse files Browse the repository at this point in the history
* Fixed the following quests:
- Syndicate Documents
- Strange Fruited Plant
- Tooga's Quest
- Suspicious Hoofprints
- The Black Shield
- Lieutenant Paval Reethe
- WANTED: Andre Firebeard
- WANTED: Caliph Scorpidsting
- Caught!
- Jonespyre's Request
- Jonespyre's Request
- Caught!
- It's a Secret to Everybody
- The Missing Shipment

* Added a check to NUKE Questie user settings if a user deletes a
character
and uses the same name for a new character to avoid issues with Quests
being displayed.
* Added a BG check: If a player is in a BG then CorpseArrow won't appear
* You can now toggle the Corpse Arrow on and off. Use '/questie
corpsearrow'
  • Loading branch information
Dyaxler committed Jan 20, 2017
1 parent 2e48306 commit 37b6970
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions !Questie/!Questie.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 11200
## Title: |cFFFFFFFFQuestie|r|cFF00FF00 v3.66|r
## Title: |cFFFFFFFFQuestie|r|cFF00FF00 v3.67|r
## Author: Aero/Schaka/Logonz/Dyaxler/everyone else
## Notes: A standalone Vanilla QuestHelper
## Version: 3.66
## Version: 3.67
## RequiredDeps:
## OptionalDeps: Cartographer, MetaMap, EQL3, ShaguQuest
## SavedVariables:
Expand Down
25 changes: 25 additions & 0 deletions !Questie/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
-------------------------------------------------------------------------------------------------------------------------------
v3.67

* Fixed the following quests:
- Syndicate Documents
- Strange Fruited Plant
- Tooga's Quest
- Suspicious Hoofprints
- The Black Shield
- Lieutenant Paval Reethe
- WANTED: Andre Firebeard
- WANTED: Caliph Scorpidsting
- Caught!
- Jonespyre's Request
- Jonespyre's Request
- Caught!
- It's a Secret to Everybody
- The Missing Shipment

* Added a check to NUKE Questie user settings if a user deletes a character
and uses the same name for a new character to avoid issues with Quests
being displayed.
* Added a BG check: If a player is in a BG then CorpseArrow won't appear
* You can now toggle the Corpse Arrow on and off. Use '/questie corpsearrow'

-------------------------------------------------------------------------------------------------------------------------------
v3.66

Expand Down
4 changes: 2 additions & 2 deletions !Questie/Questie.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---------------------------------------------------------------------------------------------------
-- Name: Questie for Vanilla WoW
-- Revision: 3.66
-- Revision: 3.67
-- Authors: Aero/Schaka/Logon/Dyaxler/everyone else
-- Website: https://github.com/AeroScripts/QuestieDev
-- Description: Questie started out being a simple backport of QuestHelper but it has grown beyond
Expand All @@ -16,7 +16,7 @@ Questie = CreateFrame("Frame", "QuestieLua", UIParent, "ActionButtonTemplate");
QuestRewardCompleteButton = nil;
QuestAbandonOnAccept = nil;
QuestAbandonWithItemsOnAccept = nil;
QuestieVersion = 3.66;
QuestieVersion = 3.67;
---------------------------------------------------------------------------------------------------
-- WoW Functions --PERFORMANCE CHANGE--
---------------------------------------------------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion Readme & FAQ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ FAQ:

Questie Slash Commands - use "/questie" to show the help menu in game.
- arrow: Toggles the QuestArrow on and off.
- corpsearrow: Toggles the CorpseArrow on and off.
- clearconfig: Resets all Questie settings and removes stale quest database entries (will not delete
completed quests).
- cleartracker: Resets the position of the QuestTracker and places it in the center of your screen.
Expand All @@ -55,7 +56,8 @@ Questie Slash Commands - use "/questie" to show the help menu in game.
- settings: Displayes your current toggles and settings in your default chat window.
- showquests: Toggles on and off the ability to always show quests on the Worldmap / Minimap - tracked or
not tracked.
- tooltips: Toggles on and off the Quest Objective tool tips.
- tracker: Toggles on and off the QuestTracker.
- qtscale: Resizes the Questie QuestTracker using one of 3 pre-programed sizes. Small(default), Medium and Large
- background: Turns on the QuestTracker background
- backgroundalpha: Sets the QuestTracker background alpha level. Takes a number input from 1 to 9.
- backgroundalpha: Sets the QuestTracker background alpha level. Takes a number input from 1 to 9.

0 comments on commit 37b6970

Please sign in to comment.