| | #21 |
| Senior Member Join Date: Jul 2009 Location: Goldshire, Wakefield England
Posts: 731
| thanks for new update |
| | |
| | #22 | |
| Senior Member | Quote:
P.S really loveing the Itam bar
__________________ | |
| | |
| | #23 |
| Senior Member Join Date: Nov 2009
Posts: 221
| Well, can I add an item to your list, Jafula? I love the auto-select/complete quest capabilities but there are times with it would be nice to have manual control without having to reset the options, especially as I leave Jamba enabled while soloing. Could you make shift-clicking (or some other modifier if necessary) on the NPC override the auto-select/complete logic? The following does what I'm describing but you may want to rework it to allow the user to specify which modifier to use Code: function AJM:CanAutomate()
if IsShiftKeyDown() then
return false
else
return true
end
end
function AJM:GOSSIP_SHOW()
if AJM.db.allAutoSelectQuests == true and AJM:CanAutomate() then
AJM:ChurnNpcGossip()
end
end
function AJM:QUEST_GREETING()
if AJM.db.allAutoSelectQuests == true and AJM:CanAutomate() then
AJM:ChurnNpcGossip()
end
end
function AJM:QUEST_PROGRESS()
if AJM.db.allAutoSelectQuests == true and AJM:CanAutomate() then
if IsQuestCompletable() then
CompleteQuest()
end
end
end
Last edited by Iru; 12-23-2009 at 12:43 PM. |
| | |
| | #24 |
| Member Join Date: Nov 2009
Posts: 49
| Thanks Iru, I have added your code modifications to Jamba and added an option into the quest options. The feature will be released with Jamba 0.5d. |
| | |
| | #25 |
| Member Join Date: Nov 2009
Posts: 49
| Jamba 0.5d has been released. Link in first post. The changes are: Jamba-Follow * Fixed toon incorrectly follow strobing on previous follow strobe master. * New option to pause follow strobing when in a vehicle. Jamba-Quest * Changed wording on Abandon All to be specific about what it does. * New option for quest reward selection to automatically choose best reward for toon (provided by loop). * New option to override quest auto select/auto complete with the shift key. |
| | |
| | #26 |
| Member Join Date: Jul 2009 Location: Belgium
Posts: 94
| Thank you for the update, Great features as always.
__________________ |
| | |
| | #27 |
| Senior Member Join Date: Nov 2009
Posts: 221
| |
| | |
| | #28 |
| Junior Member Join Date: Feb 2010
Posts: 2
| Hello Jafula and Thank you for Jamba Addon. It's Super Awesome! I've been using Jamba for quite sometime now but it seems the latest 0.5d guild/friends invites is broken for me. I've checked all the boxes but still I could not get invited from guild/nor friends unless I disable Jamba. Am I doing something wrong or not check somewhere else in the options? Thank you again. |
| | |
| | #29 | |
| Member Join Date: Nov 2009
Posts: 49
| Quote:
I haven't tested it recently, but I would make sure another addon is not interferring with Jamba. Disable add addons except Jamba and see if your invite gets declined then. | |
| | |
| | #30 |
| Junior Member Join Date: Feb 2010
Posts: 2
| Hello Jafula, I do apologize for late reply. And also, Thank you for awesome supports. You were correct about other addons which may caused Party invite to break. It was one of the auto accept quests addons which I had. I deleted and Jamba works perfectly! Thank you again! You're Awesome! |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| jamba issue | Briarknit | World of Warcraft - Macros, UIs, Mods, Addons | 2 | 06-02-2010 10:03 PM |
| [WIP - WoW Guide] Jamba Multiboxing Addon | LindlineOLD | Guides That Need Work | 2 | 11-15-2009 02:02 PM |
| [Request - WoW Guide] Jamba Addon | Scribble™ | Guide Request Forum | 20 | 11-15-2009 01:33 PM |
| Multiboxing Addon -- Recruiting Some Workers! | Devitor | Multiboxing Software | 37 | 08-17-2009 11:06 PM |
| How-To Series on Jamba | Catreina | Multiboxing Videos | 5 | 07-05-2009 10:04 AM |