File Details
r20090714
- R
- Jul 14, 2009
- 5.94 KB
- 247
- 3.1.0
- Retail
File Name
GetToThePoint-r20090714.zip
Supported Versions
- 3.1.0
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()

