Will see what I can do.
I am working on fxing the real id problem.
Will see what I can do.
Printable View
My apologies then, with my limited LUA knowledge, the only way to debug was to load/unload addon until the error went away.
After googling, according to this ticket on curse forge, lib heal com is no longer needed as of 4.0.1 but apparently it got installed by either grid of shadowed unit frames at one point.
http://www.wowace.com/addons/libheal...oken-in-4-0-1/
Thanks!
/jamba-goldsum send
(You have to put a word there, dunno why I chose "send" as the special word.)
You can bind a key through the normal keybindings interface.
Make a new thread if you have suggestions or complaints and maybe I will look at it.
Jafula you can package it up with the rest if you want.
Maybe I should post this somewhere else so people see it.
I'm unable to make the Jamba Quest Watcher visible at all (I assume there should be a visible frame somewhere =P). I've tried disabling other addons and deleting all the Jamba saved variables. Any ideas?
Jafula - Does Jamba have the ability to track Achievements for the group? For example, I'd like to have the ability to track things like Exploration achievements for my whole group in one master window. If Jamba doesn't do this, do you think it might be possible?
Hi,
is Guild chat forwarding gone ??
can't find it anywhere in the options
long:
- I have the toons of my team in 2 guilds (my own (for guildbank) and a Raiding guild
- Currently my TANK and Priest are in Raiding guild. (Priest is my Raiding character.)
- the reason for my TANK to be in the Raiding guild was just to follow /g and /o there. I don't raid on tank.
- I need to remove my TANK, to get own guild XP from instances (4/5 need to be of same guild to get guild xp for instances)
- Will keep Priest in raiding guild (but it is on a slave window, and unreadable in my normal setup.
- I looked at guild2guild addon, which worked for a day, and was broke yesterday after and update :(
TL : DR
- How can I display and respond to /g and /o of my slave on my MAIN = Tank.
Is there any reason to not autosell soulbound weapons and armor that you can't use? (like a wand on a rogue) I added this to DoMerchantSellPoorItems in Jamba-Sell. As you can see the actual selling is commented out, I am still making sure it doesn't sell something important. See any issues with this?
Code:if quality == AJM.ITEM_QUALITY_POOR then
-- Attempt to sell the item.
AJM:SellPoorItemIfNotAnException( name, itemLink, bag, slot )
end
-- My stuff added here:
if class == "Armor" or class == "Weapon" then
-- skip trinkets and rings and stuff like that
if subclass ~= "Miscellaneous" then
-- skip enchanters because they can DE
local prof1, prof2, _, _, _, _ = GetProfessions()
local prof1name = ''
local prof2name = ''
if prof1 then prof1name, _, _, _, _, _, _, _ = GetProfessionInfo(prof1) end
if prof2 then prof2name, _, _, _, _, _, _, _ = GetProfessionInfo(prof2) end
if prof1name ~= "Enchanting" and prof2name ~= "Enchanting" then
local MyScanTt = CreateFrame("GameTooltip", "MyScanTt", nil, "GameTooltipTemplate")
MyScanTt:SetOwner(WorldFrame,"ANCHOR_NONE")
MyScanTt:SetHyperlink(link)
local sb = getglobal("MyScanTtTextLeft2")
local sbtext = sb:GetText()
local redtome = getglobal("MyScanTtTextRight3")
local redtext = redtome:GetText()
local rrr, ggg, bbb = redtome:GetTextColor()
if sbtext == "Binds when picked up" and math.floor(rrr*256) == 255 and math.floor(ggg*256) == 32 and math.floor(bbb*256) == 32 then
AJM:Print(name)
-- Attempt to sell the item.
-- AJM:SellPoorItemIfNotAnException( name, itemLink, bag, slot )
end
end
end
end
I used to have an addon that would automatically accept quests when I right clicked with a shift click as an override. and only time I would require to actually input any commands was when there was an option to choose a quest reward. I believe it may have been either multiboxer or something equivalent to it.
Would something like this be available in jamba? I find the current quest share / reporting to be kinda buggy.
Being able to simply right click a quest NPC to accept the quest or turn in the quest would be pretty awesome.
Or if the feature cannot be added, is there an addon I can find that does this? I have been looking on curse gaming and i havent been able to find anything as of yet.
Yes, its been in for ages. To replicate what you want, you need these settings.
/jamba-quest
First quest screen (Quest).
"All Auto Select Quests" checked.
"Accept Quests" checked.
"All Auto Accept ANY Quest" checked.
"Hold Shift To Override Auto Select/Auto Complete" checked.
Second quest screen (Quest: Competion).
"Enable Auto Quest Completion" checked.
Under label "Quest Has No Rewards Or One Reward:"
"All Automatically Complete Quest" checked.
Under label "Quest Has More Than One Reward:"
"Toon Must Choose Own Reward" checked.
If you don't care what green equipment the toons get:
Choose "Toon Auto Chooses Best Reward" instead of "Toon Must Choose Own Reward". Jamba will try and get the best green for your character, so you don't have to choose. If the reward is a blue or higher, Jamba will not auto choose and you will have to manually select. Please note the auto chooser can be a bit buggy and get the wrong piece (intellect instead of agility for instance), but as they are greens, it usually doesn't matter when levelling up.
With this setup you just right click NPCs and Jamba does the rest, no need to choose rewards, select quests, etc.
Please note: the new "in the field" quests that came with Cataclysm have not been tested completely, but the majority work fine.
Make sure to push settings to all toons (button at the top on the /jamba-quest screen).
If you find bugs, please tell me so I can fix them... I haven't been able to play much recently, but if you folk tell me about them, next time I get a spare moment to work on Jamba I can fix them.
Anyway, I hope Jamba does what you want and happy questing.
exactly what i was looking for. Just didnt know how to set it up. Thanks a bucnh :D
I have screwed up your wonderful addon somehow.
The interface window that comes up from /jamba is too large to fit on my screen to see all the options.
I don't know how I resized this window? or if it is a conflict with another addon.
I've tried deleting all the saved data and uninstalling.
I've tried different screen resolutions, the Jamba window scales with the changes. Still too large.
I've tried tinkering around with ui scale.
I can move the window to the upper left corner.
/jamba
/run JambaSettingsWindowsFrame:SetPoint("TOPLEFT", 0, 0)
But still it's larger than the viewport.
Ideas?
@ Jafula:
I tried guild2guild, but they changed it now so that the associated guilds NEED to be in the ingame guild info. -> crap (or me needing to modify the code of guild to guild)
I decided to move my toons into the raid guild, thats fine as well.
so don't worry about the guild chat forwarding.
thanks and keep up the good work.
Weirdness with Jamba -- last night I install it, and via isboxer, everything works fine, 2 Dwarf Shaman make level 5 quickly. Log off for bed, log on for some quick pre-work leveling, and when I invite, 2nd toon auto-leaves group. I've reset all the communication stuff (put them into their own channel and all) and tried all the reboots, resets, etc. This happens when I use either toon to invite. It's driving me up the wall since it worked fine last night.
1. Make sure you are using Jamba's invite. ISBoxer has its own invite system (use one or the other).
2. Make sure both toons are in the team list (and the team list is the same on both toons).
3. Some addons interfere with the invite functionality. Try disabling all other addons and see if the invite works.
Hope that helps some.
Does the add-on seem finicky to anyone else? Out of the box none of the auto quest completion or sharing worked, so I set it All Auto Accept for all the quest related settings, which helped for a couple quests, but now none of it is working again.
Is 0.7d just buggy?
The configuration is a bit to get your head around. Make sure that:
1) All toons are in the team list and all toons have exactly the same team list.
2) After you change the quest settings, you need to push those settings to the other toons, all toons need to have exactly the same settings for Jamba to work correctly.
What exactly are you trying to accomplish, I can help you out with the settings...
Some known issues:
Some of the new cataclysm stuff doesn't work, like the new "in the field" quests, but I'm fixing that over the next few days. Also, all quests prior to level 5 are automatically accepted by WoW, but it still leaves the dialog up, which is annoying.
Both 1 and 2 have been done, and these are not "in the field" quests.
All 3 are standing next to the quest giver, I turn it it on the main, and nothing happens on the slaves. I even made sure to change the chat channel on all 3 , and made sure to form the group with /jamba-group invite.
If I do click the dude on one of the slaves, it clicks through the menus and turns everything in just fine. But the first click I still have to alt-tab around to do.
You have to open the quest giver's dialog on all toons first. Then you do the action on the main and the slaves follow.
(Addons cannot start NPC interactions.)
If you get your slaves to /assist your main and then use the "Interact with target" keybinding, you can open the quest giver's dialog from your main (I'm assuming that you are using a key broadcaster).
Have a look at the quests section of Khatovar's excellent Jamba post:
http://www.dual-boxing.com/showpost....30&postcount=3
I cant for the life of me get follow to work only two can some one just break down how that goes for me please
two toons two machines
Thanks in Advance
I get this with every Real-ID message that comes through.Code:Message: SendChatMessage(): Invalid escape code in chat message
Time: 12/17/10 13:46:48
Count: 15
Stack: (tail call): ?
[C]: ?
[C]: in function `SendChatMessage'
Interface\AddOns\Jamba-Talk\JambaTalk.lua:456: in function <Interface\AddOns\Jamba-Talk\JambaTalk.lua:439>
(tail call): ?
...ddOns\Decursive\Libs\AceComm-3.0\ChatThrottleLib.lua:416: in function `SendChatMessage'
Interface\AddOns\Jamba\JambaCommunications.lua:745: in function `SendChatMessage'
Interface\AddOns\Jamba-Talk\JambaTalk.lua:519: in function `ForwardWhisperToMaster'
Interface\AddOns\Jamba-Talk\JambaTalk.lua:484: in function `?'
...ite\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...ite\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
[string "safecall Dispatcher[16]"]:4: in function <[string "safecall Dispatcher[16]"]:4>
[C]: ?
[string "safecall Dispatcher[16]"]:13: in function `?'
...ite\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
...ddOns\AuctionLite\Libs\AceEvent-3.0\AceEvent-3.0.lua:120: in function <...ddOns\AuctionLite\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: Sometimes debuglocals() returns nothing, it's one of those times... (FYI: This last sentence (only) is a HotFix from Decursive to prevent a C stack overflow in the new Blizzard error handler and thus giving you the opportunity to send this debug report to the author of the problematic add-on so he/she can fix it)
I'm using Jambda 0.7d, huge fan of the program.
My current issue is Jamba-Quest. Two of my three slaves will notify the master perfectly and without fail when they have accepted a new quest. The third slave doesn't send any notifcation at all. The third slave will accept the quest, but I don't receive the notification on the master.
I've check and double-checked the settings on that toon, and I don't see any difference betwen that third slave and the others.
Any help? I'm looking at the Jamba-Quest section of the addon, but is there somewhere else I should be focusing?
Thanks!
Jamba-Quest has a message area. Make sure the message area on all toons is the same. Do you know about the "push settings" buttons? Clicking those will push the settings to all your other toons. That way you don't have to change settings on each toon individually.
If you are happy with the settings on one toon, I would go into the /jamba -> Jamba configuration and click the button that pushes all the settings for all modules. That way you can be sure all your toons have the same settings.
Hope that helps some, and if it doesn't, please post here and we'll see what else we can try.
Jafula, I love the addon.
I am having an issue with a new team.
I have the team setup in Team:core, with the master set, and that master should change with window swap.
The Jamba party bar ( the one that lists the party) only stays on the master I set in Jamba, but does not switch on window swap.
I have the option checked to swap master on change. I also have triple checked to make sure that all the toons are on the same jamba communications chat channel. When I push a change all the slaves get the update.
I am sure there is something checked somewhere that is causing it, but I cannot find it.
P.
Since I leveled to 85 already, I don't have a vested interest in this getting fixed, but here's my contribution since I used it. At a minimum maybe it can help someone else:
1. When i enable jamba-quest, a big window appears in the center of the screen that I cannot move. Since I needed it, I just edited the wtf file and moved it to the upper right corner. Since I finished leveling, I have just turned it off.
2. Occasionally (very rarely) the quest tracking for who has how many of what gets out of sync. Recently I was running a quest in twilight highlands for 30 minutes before I realized that everyone had been done collecting for a while.
3. It may be that my data is stale (from older Jamba), but when I went to add the 5th to the team (old team already existed-1), I'd add the name and click the button, but nothing happened. I ended up playing the entire time with 4 synced in Jamba and 1 partially synced (new member still had the master).
The team display will swap with the master change, and I don't think there is an option to not do that. I assume you have "on master only" checked. Make sure your master is changing correctly.
Jamba will not change master unless you tell it. The way you tell Jamba to swap master is to issue this command on the toon that you want to be the master:
/jamba-team iammaster all
Some boxing software does this for you automatically and I think this is what you are having problems with. You need to set up macros to issue the swap command or ask your boxing software supplier for support.
I should be able to help you if you use HotKeyNet or ISBoxer as I have experience with those.