First off, well done!
I've been trying to figure out how it does this by looking at the meta, but couldn't figure it out. How does it manage more than 9, message relaying to multiple fellowships, overmax fellowship?
First off, well done!
IBControl Unlimited takes advantage of new functionality that was recently introduced by UtilityBelt. This new functionality didn't exist when the original IBControl was created. The original IBControl had 9 different strings that each stored one character's name. UtilityBelt introduced the ability to create a list which can store an unlimited number of character names. The main goal of IBControl Unlimited was to update the original meta to make use of this list. UtilityBelt also introduced the ability to broadcast commands to all of your characters.SomeRandomGuy12 wrote: ↑June 5th, 2021, 2:04 amFirst off, well done!
I've been trying to figure out how it does this by looking at the meta, but couldn't figure it out. How does it manage more than 9, message relaying to multiple fellowships, overmax fellowship?
I'm not sure if this has been fixed but I have a work around to create a fellow and recruit all of my characters. For me the problem seemed to be that AC was not clearing out the fellowship name once you disbanded the fellowship. So I used a period in the meta for the fellowship name. And for some reason or other I appear to get a null fellowship name ... shrug, but it creates a fellowship. Then the problem was that all the tunes would not be recruited and that seemed to be that the meta was executing too fast to recruit them all so I left a blank line in the code. Below is what works for me:Vespers wrote: ↑April 22nd, 2021, 3:03 pm Something has happened that I cant figure out why it doesnt work.
Ran AutocoloFinalV7 last night and when I went to change back to Unlimited it will not create my fellow with #action fellow.
It closes my Pack window and chat posts this:
But it doesn't create fellow and add everyone to it now. Tried it on all other IBcontrol met and even they are NOT creating fellow any more. Is something wrong with VT??Code: Select all
[VTank] Meta executing action: All: {ExprAct setvar[name,getvar[capturegroup_name]], Set Meta State: Action} [VTank] Meta transitioning to state: Action [VTank] Meta executing action: All: {ExprAct setvar[counter,0], ExprChat \/mt fellow create +getvar[fellowname], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow You say, "#action fellow" [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprChat \/mt fellow recruit +listgetitem[getvar[charlist],getvar[counter]], ExprAct setvar[counter,getvar[counter]+1], Set Meta State: Fellow} [VTank] Meta transitioning to state: Fellow [VTank] Meta executing action: All: {ExprAct clearvar[capturegroup_actiontext], Set Meta State: Default2} [VTank] Meta transitioning to state: Default2
If I create a fellow then submit #action fellow it will add the others. Just will not create.