Download
(6Kb)
Download
Updated: 07-25-09 12:22 PM
Updated:07-25-09 12:22 PM
Created:unknown
Downloads:12,717
Favorites:76
MD5:

Get To The Point  Popular! (More than 5000 hits)

Version: r20090725
by: Shadowed [More]

Lets you auto skip gossip, complete quests or accept quests. You can add quests to be accepted/gossip skiped by holding the ALT key down and clicking the quest you want, and if you hold down CTRL and click the text it'll auto accept the quest. Quests that have item requirements have to be completed manually once so it can learn the item requirements.

It can automatically figure out what quests to auto complete so it'll always use the highest turnin one when available, for example if you have 23 Sunfury Signets it'll do "More Sunfury Signet" twice, and then complete Single Sunfury Signet three times.

Auto skipping/accepting can be disabled by holding down SHIFT before talking to the NPC, and you can remove things by holding down ALT + Clicking again, or CTRL + Clicking

commit 80501c709b9f0ce7fe412efff140764200823055
Author: Shadowed <[email protected]>
Date: Sat Jul 25 11:22:13 2009 -0700

* Fixed a silly typo causing errors on line #229

commit 2670c02a47c303a9a037109e4b31cfda03a63fc8
Author: Shadowed <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Tue Jan 29 00:45:08 2008 +0000

* Errr, debug code is bad

commit bc76dd162d3ef20788af30ef528744eda014cdb7
Author: Shadowed <[email protected]>
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
Optional Files (0)


Post A Reply Comment Options
Unread 02-04-08, 05:30 PM  
Movarrin
Premium Member
Premium Member

Forum posts: 12
File comments: 74
Uploads: 0
Whatever you changed did the trick.

This addon now works fine.

thank you.

Mov.
Report comment to moderator  
Reply With Quote
Unread 01-29-08, 07:03 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Movarrin
I use Monkey Quest (not Monkey Quest Log)
DoubleWide, Lightheaded and TomTom

and about 250 other addons (not hyperbole)


If there is something you wish for me to try and then report back to you, let me know. I'm willing to help you fix compatibitlity issues.

This could be a great mod, so I hope you get it worked out.
Try the latest version, you will need to remove/add quests that aren't working, but it should fix issues.
Report comment to moderator  
Reply With Quote
Unread 01-29-08, 06:00 PM  
Movarrin
Premium Member
Premium Member

Forum posts: 12
File comments: 74
Uploads: 0
I use Monkey Quest (not Monkey Quest Log)
DoubleWide, Lightheaded and TomTom

and about 250 other addons (not hyperbole)


If there is something you wish for me to try and then report back to you, let me know. I'm willing to help you fix compatibitlity issues.

This could be a great mod, so I hope you get it worked out.
Report comment to moderator  
Reply With Quote
Unread 01-29-08, 04:55 AM  
Acirac
A Defias Bandit

Forum posts: 2
File comments: 56
Uploads: 0
Originally posted by Shadowd
I can't really work out the QuestsFu code, but I don't recall seeing any usage by Blizzard of the ffcccc00 color code so I'm going to guess thats whats causing it.
The new version works perfectly so far.
Report comment to moderator  
Reply With Quote
Unread 01-28-08, 06:37 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Originally posted by Acirac
I have been having the same problem, the addon just doesnt do anything other than give me a message saying now auto turning in XXXX. This addon stopped working for me after the list of predefined quests was removed a few versions back. I had been meaning to post but didnt get a chance. I am using the u.s. english client and have done the alt+click thing and the new ctrl+click thing and still no auto turnins. I always end up having to turnin in manually. I checked my saved var filed and noticed a few entries that look like:

["|cffcccc00additional runecloth|r"] = {
["checkItems"] = true,
},

I'm wondering if it is a compatibility issue with QuestsFu. Ill have to try without ti later.
I can't really work out the QuestsFu code, but I don't recall seeing any usage by Blizzard of the ffcccc00 color code so I'm going to guess thats whats causing it.

Most likely the reason you saw it stop working was you had to re-add your quests and it was adding bugged versions with that color code causing matches to fail. I'll add a more loose filter to see if that fixes it.

Try the latest version, you will need to remove/add quests again that weren't working however.

Movarrin: Are you using some sort of quest type of mod like Acirac was as well?
Last edited by Shadowed : 01-28-08 at 06:46 PM.
Report comment to moderator  
Reply With Quote
Unread 01-28-08, 05:06 PM  
Acirac
A Defias Bandit

Forum posts: 2
File comments: 56
Uploads: 0
I have been having the same problem, the addon just doesnt do anything other than give me a message saying now auto turning in XXXX. This addon stopped working for me after the list of predefined quests was removed a few versions back. I had been meaning to post but didnt get a chance. I am using the u.s. english client and have done the alt+click thing and the new ctrl+click thing and still no auto turnins. I always end up having to turnin in manually. I checked my saved var filed and noticed a few entries that look like:

["|cffcccc00additional runecloth|r"] = {
["checkItems"] = true,
},

I'm wondering if it is a compatibility issue with QuestsFu. Ill have to try without ti later.
Report comment to moderator  
Reply With Quote
Unread 01-28-08, 01:32 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Are you sure you did a single turn in after ALT + Clicking? It can't automatically turn in until you've completed the quest once manually.
Report comment to moderator  
Reply With Quote
Unread 01-28-08, 01:23 PM  
Movarrin
Premium Member
Premium Member

Forum posts: 12
File comments: 74
Uploads: 0
Does not work.

I'm sorry, but this addon simply doesn't work.

I get the "[14:11] GTTP: Now auto turning in "More Warbeads". Hold ALT and click the option again to remove it." message when I alt click the More Obsidian Warbeads quest in Kurenai.

And it does absolutely nothing. Nothing. I clicked and reclicked. I've turned in a few myself. Nothing.

I wish I could say I was getting an error so you'd have something to investigate, but I get absolutely nothing. If I don't turn them in myself, the beads just don't get turned in.
Report comment to moderator  
Reply With Quote
Unread 01-22-08, 04:41 PM  
KayossZero
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Getting this error with R515:

[2008/01/22 17:25:29-648-x30]: GetToThePoint\GetToThePoint.lua:336: attempt to call field '?' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 12-24-07, 03:31 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Hold ALT and click on the text you want it to auto skip (or turn in), then complete it once and it should work. I'll look into why the wing commanders aren't working thought.

Auto accepting is coming, along with better support for quests with no actual gossip (Like, BG dailies) just haven't gotten around to it yet.
Report comment to moderator  
Reply With Quote
Unread 12-24-07, 04:30 AM  
nearlysober
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Auto accept quests?

Great mod... very very handy for rep grinding.

I was able to get it setup for the armor & blood turn-ins with AV... but was not able to get it setup for any of the turn-ins for the horde flight masters. Wasn't on by default... try holding ALT while talking to them... or while turning in... can't get it to work.

Thoughts?
Report comment to moderator  
Reply With Quote
Unread 12-23-07, 06:02 PM  
fattyshifter
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Auto accept quests?

Thanks for the excellent mod!

I was wondering if you could add auto accepting quests? Currently I use idQuestAutomation for auto accepting quests and auto completing / turn-ins.
Report comment to moderator  
Reply With Quote
Unread 12-11-07, 07:06 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Oops my bad, this is fixed.
Report comment to moderator  
Reply With Quote
Unread 12-11-07, 06:20 PM  
KayossZero
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Same here, reported the bugs in the bug panel.
Report comment to moderator  
Reply With Quote
Unread 12-11-07, 05:53 PM  
Acirac
A Defias Bandit

Forum posts: 2
File comments: 56
Uploads: 0
[2007/12/11 17:52:50-1259-x1]: GetToThePoint\GetToThePoint.lua:82: attempt to index global 'GTTPDB' (a nil value)
GetToThePoint\GetToThePoint.lua:249: in function <Interface\AddOns\GetToThePoint\GetToThePoint.lua:245>

Im getting that error when talking to npcs
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.