Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c0705f2d3 | ||
|
|
4b1a1af6b3 |
27
README.txt
27
README.txt
@ -1,6 +1,6 @@
|
|||||||
Turn In
|
Turn In
|
||||||
v2.1
|
v2.3
|
||||||
by Sabindeus of Smolderthorn/Andre of Argent Dawn (Alliance)
|
by Sabindeus of Terenas
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-------------
|
-------------
|
||||||
@ -30,25 +30,4 @@ COMMAND SUMMARY
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
CHANGE LOG
|
Please send bug reports, questions or comments to sabin@sabindeus.com
|
||||||
-------------
|
|
||||||
v2.1 - Quest selection logic rewrite thanks to Arcanemagus of Hyjal
|
|
||||||
v2.0 - Logic rewrite and added a real GUI for the new NPC DB. Updated for WoW 2.0.
|
|
||||||
v1.3 - Greedy mode now actually works properly... I think. More to come! :/
|
|
||||||
v1.2 - Added Saved Variables. Turn In status now persists. Turn In now selects active quests and gossip options as well as available quests. Greedy mode lets you select an option regardless of if the one you wanted is availble.
|
|
||||||
v1.1 - Fixed "bug" regarding Duke Nicholas Zverenhoff (and possibly other NPCs). Was more of a sloppy omission than a bug really.
|
|
||||||
v1.0a - Added toggle function
|
|
||||||
v1.0 - Initial Release
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Special Thanks to Florrail and Makhno for beta testing like a pro!
|
|
||||||
|
|
||||||
Extra Special Thanks to Arcanemagus for his code input!
|
|
||||||
|
|
||||||
Please send bug reports, questions or comments to Sabin1936@mac.com
|
|
||||||
|
|||||||
@ -495,6 +495,7 @@ function TI_HandleGossipWindow(gorq)
|
|||||||
|
|
||||||
|
|
||||||
local npcname = UnitName("npc");
|
local npcname = UnitName("npc");
|
||||||
|
if not issecretvalue(npcname) then
|
||||||
TI_AddNPCToTempList(npcname, ListEntry);
|
TI_AddNPCToTempList(npcname, ListEntry);
|
||||||
|
|
||||||
if(TI_status.autoadd and (not TI_NPCDB[npcname])) then
|
if(TI_status.autoadd and (not TI_NPCDB[npcname])) then
|
||||||
@ -573,6 +574,8 @@ function TI_HandleGossipWindow(gorq)
|
|||||||
else
|
else
|
||||||
TI_debug("npc not in list");
|
TI_debug("npc not in list");
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
if(TI_status.usedefault == false) then
|
if(TI_status.usedefault == false) then
|
||||||
TI_debug("npc not in list, default set to off, returning.");
|
TI_debug("npc not in list, default set to off, returning.");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
## Interface: 120000, 120001, 50503, 40402, 30405, 20505, 11508
|
## Interface: 120100, 120000, 120001, 50503, 40402, 30405, 20505, 11508
|
||||||
## X-Compatible-With: 120000, 120001, 50503, 40402, 30405, 20505, 11508
|
## X-Compatible-With: 120100, 120000, 120001, 50503, 40402, 30405, 20505, 11508
|
||||||
## Title: Turn In
|
## Title: Turn In
|
||||||
## Notes: Automates the selection of quest and gossip options.
|
## Notes: Automates the selection of quest and gossip options.
|
||||||
## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex
|
## SavedVariables: TI_status, TI_NPCDB, TI_NPCIndex
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user