Multiboxing.com - Multiboxing in World of Warcraft and more!
          

Go Back   Multiboxing in World of Warcraft and Beyond! > All Gaming Forums > World of Warcraft - Macros, UIs, Mods, Addons

Reply
 
LinkBack Thread Tools Display Modes
Old 12-23-2009, 05:16 AM   #21
Senior Member
 
pinki104's Avatar
 
Join Date: Jul 2009
Location: Goldshire, Wakefield England
Posts: 731
Default Re: Multiboxing addon Jamba 0.5 has been released.

thanks for new update
pinki104 is offline   Reply With Quote
Old 12-23-2009, 06:04 AM   #22
Senior Member
 
ebony's Avatar
 
Join Date: Jul 2009
Location: leicestershire, uk
Posts: 1,693
Blog Entries: 6
Send a message via MSN to ebony
Default Re: Multiboxing addon Jamba 0.5 has been released.

Quote:
Originally Posted by Jafula View Post
Thanks. I have a massive todo list that you folk like adding to! When I can be bothered I code some more and ya all get a new release.

Anyway, this is the last release for 2009. Hope you all have a good Christmas and a smashing New Year. Catch ya all in 2010.
same to you and your famley

P.S really loveing the Itam bar
__________________
Blog Moved to
http://www.wemultibox.org/

Update to blog 04/10/10

ebony is offline   Reply With Quote
Old 12-23-2009, 12:36 PM   #23
Iru
Senior Member
 
Iru's Avatar
 
Join Date: Nov 2009
Posts: 221
Default Re: Multiboxing addon Jamba 0.5 has been released.

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
As you can see, this only applies when the default option is accept all quests so it wouldn't affect other usage patterns. For an example of how this is helpful, go talk with Warden Moi'bff Jill in Nagrand using a level 80 toon that hasn't completed the Wanted: Durn the Hungerer quest. Auto accept will force you through to the More Warbeads quest every time. Holding the shift key down lets you pick the right quest.

Last edited by Iru; 12-23-2009 at 12:43 PM.
Iru is offline   Reply With Quote
Old 02-11-2010, 04:43 PM   #24
Member
 
Join Date: Nov 2009
Posts: 49
Default Re: Multiboxing addon Jamba 0.5 has been released.

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.
__________________
Jafula.
Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.
Jafula is offline   Reply With Quote
Old 02-11-2010, 07:00 PM   #25
Member
 
Join Date: Nov 2009
Posts: 49
Default Re: Multiboxing addon Jamba 0.5 has been released.

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.
__________________
Jafula.
Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.
Jafula is offline   Reply With Quote
Old 02-12-2010, 01:11 AM   #26
Member
 
JoLLeRuS's Avatar
 
Join Date: Jul 2009
Location: Belgium
Posts: 94
Default Re: Multiboxing addon Jamba 0.5 has been released.

Thank you for the update, Great features as always.
__________________
JoLLeRuS is offline   Reply With Quote
Old 02-12-2010, 05:00 PM   #27
Iru
Senior Member
 
Iru's Avatar
 
Join Date: Nov 2009
Posts: 221
Default Re: Multiboxing addon Jamba 0.5 has been released.

Quote:
Originally Posted by jafula View Post
* new option to override quest auto select/auto complete with the shift key.
ausomely smecksie!!!
Iru is offline   Reply With Quote
Old 02-18-2010, 11:03 PM   #28
Junior Member
 
Join Date: Feb 2010
Posts: 2
Default Re: Multiboxing addon Jamba 0.5 has been released.

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.
TinyImps is offline   Reply With Quote
Old 02-19-2010, 01:59 AM   #29
Member
 
Join Date: Nov 2009
Posts: 49
Default Re: Multiboxing addon Jamba 0.5 has been released.

Quote:
Originally Posted by TinyImps View Post
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.
Do you mean the auto accept invite from friends or guild members feature?
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.
__________________
Jafula.
Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.
Jafula is offline   Reply With Quote
Old 03-01-2010, 07:35 PM   #30
Junior Member
 
Join Date: Feb 2010
Posts: 2
Default Re: Multiboxing addon Jamba 0.5 has been released.

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!
TinyImps is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


SEO by vBSEO 3.3.2