I can add that option in for you. Heh, GUI's in WoW, grrr. I swear half of my time is spent on GUI code!
I don't use FTL myself, but I like the concept and if I ever box more than 2 again I'd probably give it a go.
Printable View
You are getting this spam when you use your accept macro, because you have /script AcceptQuest() in it. I have no way of knowing that this AcceptQuest is coming from your macro and not a genuine WoW call.
Re: the accept quest spam on login. I'm guessing there is another addon that iterates all the quests when you log in and somehow Jamba is getting caught up in it. I'll have a closer look.
Things I would like to know:
1) Have you had any crashes using 0.5 update 2 with regards to taxis?
2) Does 0.5 update 2 fix all your channel problems?
Very nice, thanks again Jafula.
I've been playing with the team display.
1.) On my master I only have health bar percentage checked.
2.) I push settings to the slaves and most options seem to be ok. However, when I look at the slaves they are showing both the number and percentage.
3.) When I look at the slaves configuration, only percentage is checked, even though it's showing the number also. Unchecking percentage and rechecking it seems to refresh the data and everything looks fine after.
OK deleted Jamba 0.4 and installed the Dev version.
I had alot of troubles with one of my characters appearing as offline to all the others, but once I deleted it and re-added it it worked OK. I had to manually set all their channels and passwords.
I have noticed that Jamba Team Display seems to bug out alot and just display white boxes or not remember its config on its layout.
Pushing data to the slaves is TONNES faster than before though.
Have had no issues with Taxis.
Quest Sharing, Abandoning is working great.
I see the message area stuff but it seems to only have any use for Proc - assuming you are working on Talk and Follow etc still? I really really miss FOLLOW BROKEN announcements though.
I've had quest completion bug out on me a number of times where there are more than 1 reward. Sometime sit works flawlessly other time it just wont pick the reward at all.
Is there any kind of focus testing you'd like done mate - oh and my slaves dont seem to set the master as focus when I swap to a new character but my macros are doing that anyway.
-Slats
Sry, for the delay, but i was on a conference and hadn't time to check the d-b.com.Quote:
I use the FTL with /target instead of /assist and then just have a targetlasttarget at the end of my macros for spells, is there a possibility to have the option to use "target or assist" in the created macro added to the FTL-module?
I have hacked in the /target and removed the /assist from the module currently available and it doesn't look too difficult to add the option, just not quite sure how to make it appear on the screen :P
By the way i really like the work you have put into Jamba and thanks Olipcs for the FTL-module that's a really awesome addition.
First of all, thanks for the nice comment, and that you like this little addition :)
Of course I could change it, so that it uses a target instead of assist, and will do so for the next update.
Only little question about this:
Could you give an example of the hole ftl-macro with the target option, as I'm not quite sure what realy is the difference to the assist method..
Thanks in advance,
olipcs
Thanks for your feedback!
The display team is not honoring a couple of options in a few places. I'll get a fix out soon.
Follow is the next module to get a overhaul. This is where Jamba-Message will come into play a bit more as you will be able to send follow broken messages via MSBT or Parrot or Raid Warning.
Re: quest completion bug - are the settings exactly the same on each toon? If they are not, you will get discrepancies like this. I've not seen this happen myself.
The set the master as focus part has been removed as it was a bit useless; (it only worked out of combat and you had to press a key).
Re: focus testing; I'd love some feedback on Proc. Is anyone using it, does it work, etc?
Did you know Jamba-Quest has a few new options that let you "churn" through quests?
You can set it up to auto select all quests as well as auto accept and auto complete all quests. With this setup it means that interacting with a quest npc will cause Jamba, to automatically get all available quests and automatically hand all quests in. It will stop on an option where you need to choose a quest reward in order to complete the quest.
I am wanting to try this out myself but not sure if I could go through the pain of not having jamba follow strobe as I lose follow more often than I should >_>
The above macro is exactly the same on all chars, the leader will cast on the harm target, the followers will have a "help" target and therefore cast on their targettarget, then because of the FTL modifiers they will target their last target. This gives me the ability to have them pre-target something and cast on that should the leader need to do something else while they are nuking something (ie, build aggro on the tank target while they nuke the initial add. I use the empty bracket so that should something go wrong on the leader it will try to cast regardless, this is more important for dual-use heal/dps macros, but i always include it for simplicity.Code:#showtooltip Lightning Bolt
/click MultiBarRightButton1
/cast [harm][target=targettarget,harm][] Lightning Bolt
/targetlasttarget [mod:rctrl/alt/shift]
Multibar right button 1 is the FTL pick a target button. I have had problems with assist in the past and targettarget just seems to work 100% of the time for me so I am reluctant to switch from it.
Thanks for your work, and help here and on the HKN forums olipcs
and thanks for the amazing addon jafula :D
Sorry for the long delay been having a bit of a network issue this morning, damn Korean internet :P
Just as an update, I haven't been doing a lot of poke-n-prod testing on update 2 but I haven't run into any issues just leaving things at defaults for comms::channel/password. I really only use the /jamba-team invite, disband and master commands, though. I handle the rest through macros.
Thanks Bettysue, for the explanation!
So what you need is an ftl-button wich simply targets the toon with the active-window (the leader), like:
this should be no real Problem, and also could be quite usefull for healing/following!Code:/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA] [mod:ctrl,mod:alt,nomod:shift,target=ToonB] [mod:alt,mod:shift,nomod:ctrl,target=ToonC] [mod:ctrl,mod:alt,mod:shift,target=ToonD] [mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
I think I will implement this, by simply creating another hidden button (like the JambaFTLAssist) with just the target version. And maybe call it JambaFTLTarget.
Jamba-FTL-Helper (Update 1)
Hi, I updated the Jamba-FTL-Helper to version 0.2 !
New features are:
- the creation of an FTL-TargetButton called JambaFTLTarget in addition to the JambaFTLAssist-Button.
The target button is used to target the toon in the active window (the leader) in an FTL-style. Which could be used for following or healing.
This is done by a macro like:
/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA] [mod:ctrl,mod:alt,nomod:shift,target=ToonB] [mod:alt,mod:shift,nomod:ctrl,target=ToonC] [mod:ctrl,mod:alt,mod:shift,target=ToonD] [mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
Thanks alot Bettysue for the request!
You can find the new Version in the attached Zip.
(If you used the first version of Jamba-FTL you need to update the FTL buttons once, through the GUI or /jamba-ftl update to create the target-button)
Edit: fixed a bug,when the settings are recieved (thanks for the hint, Jafula!) and attached a fixed version
Thank you very much for the quick reply and addition, without people like you in the community I would spend so much more time coding instead of just playing.
You guys and everyone that has made something to help the community for that matter, are truly the best kind of people. If they had medals for that kind of thing I'd put all of you in to get one :D
Thanks for the kind words! Although I have to say, that most of the credit has to go to Jafula, as I mostly only copy&pasted his code and only added tiny little bits.
Funnily for me its more of the other way arround, I think I put more times in this multi-boxing related site projects (jamba additions, HKN-scripts, FTL/HKN guides) than in actualy playing (which you can clearly see, when you look and my chars and see, that they only cleard strat and gundrak hero till now...). But honestly sometimes I think I love this aspect about multiboxing more than actual playing :)
Hello folks
how can i avoid the "No player named xxx is playing" when i log on a jamba toon but want to play it alone without the team ?
It spams my chat every 2 secs, guess its the strobing.
Is there a way to remove that ?
easy way, go to Jamba on the interface section when playing that one toon and click on play solo,
Ahhh great :)
Thx much.
Update 3 is now available - see first post for download link.
New module: Follow contains all the functionality from 0.4 follow + the new options:
Ability to set a different character (from the team) as the follow master.
Can delay auto follow after combat by x number of seconds.
Can have different strobing delays depending on whether or not the toon is in combat.
Can force follow strobing to always strobe on the master and switch to strobing on the new master when the master changes.
Follow broken warning uses the new Jamba-Message area scheme.
Display Team should now honour the show checkbox.
Slash commands should all work now.
Ok I accidentally deleted Jamba last night so I figured I would try the test version. Why is it that NOTHING will update on my slaves when I push to them? No message, nothing. I can open Jamba on slaves but no options have changed and I have to manually accept all quests, etc.
edit: oh guess I had to manually add group to Jamba on each character, never really had to do that before =/
I only have two addons installed, this and ISBoxer. I keep getting a popup saying that I am having so many UI errors that I should disable all addons. Not sure if you can do anything with that =/
Install swatter or some kind of error catcher should let you play. I'm getting a error to. Just now trying to test this version. Had to wait for it to have follow. I use it in my follow macro's.
O yeah here's the error hehe.
Code:Date: 2009-09-06 21:24:53
ID: 1
Error occured in: Global
Count: 9
Message: ...ade\Libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua line 115:
Usage: AceGUI-3.0EditBox8:SetText("text")
Debug:
(tail call): ?
[C]: SetText()
...ade\Libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua:115: SetText()
JambaDev-Follow\JambaFollow.lua:424: SettingsRefresh()
JambaDev-Follow\JambaFollow.lua:546:
JambaDev-Follow\JambaFollow.lua:538
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:502: InitializeAddon()
...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:614:
...dOns\ButtonFacade\Libs\AceAddon-3.0\AceAddon-3.0.lua:607
AddOns:
Swatter, v5.6.4424 (KangaII)
AddonLoader, v2.0
Align, v
BagnonForever, v1.1.2
BagnonTooltips, v
BrokerButtonFacade, v3.2.35
BrokerLonnyGameMenu, v$Revision: 101 $
BrokerLonnyMicroMenu, v$Revision: 101 $
BrokerMacaroon, v30000.2
BrokerProfessions, v1.0
BrokerRecountStats, vv1.61
BrokerSmartBuff, v3.2a
ButtonFacade, v3.2.275
ButtonFacadeApathy, v3.2.70
caelNamePlates, v
CBHViewport, v100
Chinchilla, vv2.0.5
Combuctor, v2.1.2
CombuctorSets, v
DockingStation, v0.3.2 (Beta)
JambaDev, v0.5
JambaDevDisplayTeam, v0.5
JambaDevFollow, v0.5
Macaroon, v30100.2.6
Recount, v
SmartBuff, v3.2a
BlizRuntimeLib_enUS v3.2.0.30200 <us>
(ck=2a5)
It's my noob coding sorry.
Type /jamba-follow
Scroll down to the bottom of the options. In the strobe tag field, type all and press the Okay button. In the two fields below that type 1 and press Okay in each field. Push these settings (button at top) to all your other characters.
Problem should go away.
I'll post an updated fixed version later tonight.
I've also noticed when I push the team display it doesn't push the border. Well it does but it still show's. Also when I reload the UI it's back on again (says it's off but still show's).
Another error when pushing tags. Show's on slaves not the master.
Code:Date: 2009-09-06 23:16:16
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\JambaDev\JambaTag.lua line 230:
attempt to call global 'InitializeAllTagsList' (a nil value)
Debug:
(tail call): ?
(tail call): ?
JambaDev\JambaTag.lua:230: JambaOnSettingsReceived()
JambaDev\JambaCore.lua:145: OnSettingsReceived()
JambaDev\JambaCommunications.lua:327: ?()
...onLoader\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...onLoader\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[4]"]:4:
[string "safecall Dispatcher[4]"]:4
[C]: ?
[string "safecall Dispatcher[4]"]:13: ?()
...onLoader\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
...ace\AddOns\JambaDev\Libs\AceComm-3.0\AceComm-3.0.lua:206: aceCommReassemblerFunc()
...ace\AddOns\JambaDev\Libs\AceComm-3.0\AceComm-3.0.lua:261:
...ace\AddOns\JambaDev\Libs\AceComm-3.0\AceComm-3.0.lua:253
AddOns:
Swatter, v5.6.4424 (KangaII)
AddonLoader, v2.0
Align, v
Ampere, v3.1.0.15
Babylonian, v5.1.DEV.130
BagnonForever, v1.1.2
BagnonTooltips, v
BrokerButtonFacade, v3.2.35
BrokerLonnyGameMenu, v$Revision: 101 $
BrokerLonnyMicroMenu, v$Revision: 101 $
BrokerMacaroon, v30000.2
BrokerProfessions, v1.0
BrokerRecountStats, vv1.61
BrokerSmartBuff, v3.2a
ButtonFacade, v3.2.275
ButtonFacadeApathy, v3.2.70
caelNamePlates, v
CBHViewport, v100
Chinchilla, vv2.0.5
Combuctor, v2.1.2
CombuctorSets, v
Configator, v5.1.DEV.190
DebugLib, v5.1.DEV.130
DockingStation, v0.3.2 (Beta)
Enchantrix, v5.6.4424 (KangaII)
JambaDev, v0.5
JambaDevDisplayTeam, v0.5
JambaDevFollow, v0.5
JambaDevFTL, v0.2
JambaDevProc, v0.5
JambaDevQuest, v0.5
JambaDevTaxi, v0.5
Livestock, v1.1.7
Macaroon, v30100.2.6
myBindings2, v2.1.$LastChangedRevision: 51 $
PhanxChat, v3.2.0.51-beta
PitBull4, vv4.0.0-beta3-9-gc4985e6
QuestHelper, v1.1.13
Recount, v
RedRange, v
SatrinaBuffFrame, v3.1
SmartBuff, v3.2a
Stubby, v5.6.4424 (KangaII)
TipTop, v1.9.1
TomTom, v222
TweakWoW, v2.9.3
zBrokerLocation, v1.2
zBrokerPerformance, v1.1
BlizRuntimeLib_enUS v3.2.0.30200 <us>
(ck=4c4)
Hmm have a question. How are you supposed to use the slash command for follow? Right now my macro has this in it.
/jamba-follow master all
I also have another macro that sets my master whenever I hit F8-F12. However, when I spread out they strobe back onto my main even if I have it off. When I switch masters it seems to take awhile before follow takes to.
Also noticed if I accept a bunch of quests it spams me about pushing them. I've noticed that until it's done spamming it will not follow. I'm guessing your using follow with the communication channel and it's not getting done till the rest?
I'm not logged in atm or I'd post my macro's maybe I'm doing something wrong sorry =(
Thanks for posting the errors.
When you press the follow key with /jamba-follow master all in it, do all your characters run the same macro at the same time? If this is the case, you need to change the command to /jamba-follow master (drop the all). If you only issue the command on one toon, use the command with the all tag at the end.
Basically any commands that take a tag at the end; will if they have a tag send the command to all other members in the team. If there is no tag, the character will action the command without sending the command (so only it does the action).
Are you using follow strobing? i.e. you have commands like /jamba-follow strobeonme all? Not sure why strobing would happen with the basic follow command.
Jamba Quest should not be spamming pushing quests unless you have the option turned on. /jamba-quest and then check that 'Master Auto Share Quests When Accepted' is off. Make sure all your characters have the same settings.
I'm keen to see your macros and key bindings on each toon for those macros for your follow and change master commands.