File Details
v1.0
- R
- Dec 11, 2019
- 6.05 KB
- 700
- 8.2.5
- Retail
File Name
GetToThePoint-v1.0.zip
Supported Versions
- 8.2.5
commit 380c5b6b68020d9bd69414e6de7a643d0f2dac3c
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Dec 10 21:13:49 2019 -0800
Updated for WoW Classic
commit 80501c709b9f0ce7fe412efff140764200823055
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sat Jul 25 11:22:13 2009 -0700
* Fixed a silly typo causing errors on line #229
commit 2670c02a47c303a9a037109e4b31cfda03a63fc8
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Jul 14 13:26:36 2009 -0700
* Fixed an error when trying to complete a quest thats not on the accept list
commit 795fb3b02ffa1783472d517b90c8659a50c6f11e
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon Jul 13 12:07:21 2009 -0700
* Moved to checking what items a quest requires whenever possible to make sure the info is up to date without requiring it to be readded
* Moved to using _G instead of getglobal
* Random code cleanup
commit a7a869fa59349595b9f4e1f91894306d810a7311
Author: Shadowed <shadowed.wow@gmail.com>
Date: Fri Jan 23 20:34:01 2009 +0000
* Fixed QUEST_PROGRESS not doing a string trim because Blizzard loves random whitespaces (Fixes some quests not being auto turned in/accepted like the Shipment JC daily ones)
* TOC bump
commit 19f2210db62403359105fde62299e813b2a20d3b
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sun Sep 7 18:18:23 2008 +0000
* Improved color code stripping, which I stole from Industrial, who stole it from me!
commit fa4bd46ae1970c1d20340c77919427803bff709e
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon Mar 31 19:44:04 2008 +0000
* More fixes for quests with the same item requirements (Smuggled Mana Cells, before portal open + after)
commit c332bc8478a338aed261c41beb8f23a3baf7ecc8
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon Mar 31 19:37:27 2008 +0000
* Added a quest completion check to see if we should auto turnin a quest. This is to fix quests like "Blood for Blood" which has an item required, but you'll always have it.
commit 2a4c6c91d92b5c92a0740b415a82a223a76c5177
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sat Mar 15 18:19:08 2008 +0000
* Adding quests to auto turnin/skip from ALT + "Complete Quest" button will actually add it to that list now
* Fixed up the auto complete logic for quests that only fire QUEST_COMPLETE (BG dailies)
commit dcee42f94dc432f1c0daafcf96433be9e03ecda8
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Jan 29 00:45:08 2008 +0000
* Errr, debug code is bad
commit bc76dd162d3ef20788af30ef528744eda014cdb7
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Jan 29 00:44:50 2008 +0000
* Will now strip any color code instead of just |cff000000 if you were running into issues with things not auto completing changes are you will need to remove/add them again
commit a3e2a96f5edd776b5993df1688fc07d8ab610422
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sun Jan 20 19:46:06 2008 +0000
* Added auto accepting of quests, hold CTRL and click the quest text to add it to the auto accept list you can also add quests to auto accept by clicking the "Accept" button for things like battleground dailies
* Added quotes around output for quest title
* Added shift checks to QUEST_COMPLETE and QUEST_PROGRESS if you don't want to auto turnin a quest mid way into trying to
* We now use standard Blizzard API's for quest accepting and turnin instead of calling :Click()
commit 123234bff8c6516f2ae678481b9981d58cf53358
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Dec 11 19:00:22 2007 +0000
* Fixed attempt to index nil value GTTPDB
commit 8e535a4d41b38689d89b79f005abe73a2b53b6c7
Author: Shadowed <shadowed.wow@gmail.com>
Date: Tue Dec 11 05:58:52 2007 +0000
* Cleaned up storage code, not using two tables for manual quests and preadded quests they're all stored in a single table now
* Removed our preadded quests, we automatically learn anyway and it's far simpler to have the user add the ones they want
* Fixed issues with certain quests not being auto completed, or the highest one not being chosen
* You'll need to delete the localization* files as well
commit 195e3655a487df481679ea1c46a27963719b78da
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sun Dec 9 21:50:12 2007 +0000
* Trying out a new method of checking which quest to auto skip, so two quests that use the same item but different quest givers don't break it
commit aafa2bbf10ef4cde1cfc9e23527a5f0b9a41e5f2
Author: Shadowed <shadowed.wow@gmail.com>
Date: Sun Dec 2 22:46:06 2007 +0000
* Added a break before we click on a quest automatically, so we can't bug it out accidentally
commit 574ebc71155fa94785de24bf66f9fee7cc9d857f
Author: Shadowed <shadowed.wow@gmail.com>
Date: Fri Nov 30 20:57:35 2007 +0000
* Quests will have the item check flag reset when QUEST_COMPLETE is fired, meaning quests that are added to the skip list, but don't have any item requirements (like, Escape from Skettis) will be auto completed now
* Fixed a bug where we try to auto complete quests with a quest reward choice
commit 4743a9d7970896800541f9485fbde23d332b6f5d
Author: Shadowed <shadowed.wow@gmail.com>
Date: Wed Nov 28 09:47:09 2007 +0000
* Switched methods of doing text checks to just strip out everything we don't like, if the check fails because a mod does something special you're out of luck
* Fixed checkItems not being reset if a quest has no actual items
* Changed quest accepting to use Click() because Select* doesn't seem to be working
commit 5e6e06ebd888dc3b6a3f30de55909e0919d08aa6
Author: Shadowed <shadowed.wow@gmail.com>
Date: Wed Nov 14 09:34:53 2007 +0000
* Fixed a bug caused by WoW 2.3 that'd trigger a string lower error when trying to add or remove quests to auto skip
commit 96d62489ad11fdd87e82a239130c74d19dd83743
Author: Shadowed <shadowed.wow@gmail.com>
Date: Mon Nov 12 03:09:45 2007 +0000
GetToThePoint: Gossip/quest auto completing mod
Skips quests that you add, currently includes all of the Alterac Valley quests by default you can add things to skip by holding ALT down and clicking the text you want to skip. If the quest has item requirements you'll need to go to the completion window (The part where it lists the items required/amount) before it'll start auto skipping it.
Automagically completes the quest with the highest item requirements, even if you add it yourself. So if you have 55 Sunfury Signets, it'll turn them in using the 10 turn in quest 5 times, then use the single turn in quest the remaining 5.

