Moderator: Tech Team
hecter wrote:BOB just seems to absorb all the other scripts into one big massive... script...
yeti_c wrote:hecter wrote:BOB just seems to absorb all the other scripts into one big massive... script...
All the other scripts are good ideas that I like to steal from!!!
Do you like the Hide Menu stuff? That should give you even more space?
C.
hecter wrote:yeti_c wrote:hecter wrote:BOB just seems to absorb all the other scripts into one big massive... script...
All the other scripts are good ideas that I like to steal from!!!
Do you like the Hide Menu stuff? That should give you even more space?
C.
Ya, I thought it was a great idea and I'll be using it oftenNow just make me roll all sixes
No, seriously. If you could like, take the dice and overlay sixes on them that would be sooo cool... It might f*ck up the dice analyzer though
![]()
yeti_c wrote:hecter wrote:yeti_c wrote:hecter wrote:BOB just seems to absorb all the other scripts into one big massive... script...
All the other scripts are good ideas that I like to steal from!!!
Do you like the Hide Menu stuff? That should give you even more space?
C.
Ya, I thought it was a great idea and I'll be using it oftenNow just make me roll all sixes
No, seriously. If you could like, take the dice and overlay sixes on them that would be sooo cool... It might f*ck up the dice analyzer though
![]()
If I could make a script that always rolled me 6's - do you think I'd be a Sargeant?!
C.
hecter wrote:yeti_c wrote:hecter wrote:yeti_c wrote:hecter wrote:BOB just seems to absorb all the other scripts into one big massive... script...
All the other scripts are good ideas that I like to steal from!!!
Do you like the Hide Menu stuff? That should give you even more space?
C.
Ya, I thought it was a great idea and I'll be using it oftenNow just make me roll all sixes
No, seriously. If you could like, take the dice and overlay sixes on them that would be sooo cool... It might f*ck up the dice analyzer though
![]()
If I could make a script that always rolled me 6's - do you think I'd be a Sargeant?!
C.
It wouldn't actually have to real sixes, just look like it.
yeti_c wrote:Coleman wrote:Hide Menu needs to be available outside a game.
Meh - some people are never happy!?
C.
yeti_c wrote:wrightfan123 wrote:What does the "TB" next to the armies due mean?
TB = Territory Bonus - How many armies you will gain or lose on auto deploy territory bonuses -> Not to be confused by the amount of bonus you get for the amount of territories you hold!!
C.
Riazor wrote:I have downloaded the latest version of BoB (3.4.3) with the floating action menu option. I turned the option on because it plays so much easier, i had been using the clickable maps script before but the "e"-command bugged me, especially in the speed games.
Now, while the floating menu option is turned on, the menu is at its default position when i enter a game. However, if i turn it off and then on again, it floats...
bedub1 wrote:BOB has NEVER been better.....
edbeard wrote:I love the floating action menu
BUT
any chance of you moving the end buttons further to the right
I've clicked end attacks twice today when I was trying to hit auto attack. I'm probably not the only one.
Tisha wrote:edbeard wrote:I love the floating action menu
BUT
any chance of you moving the end buttons further to the right
I've clicked end attacks twice today when I was trying to hit auto attack. I'm probably not the only one.
no you aren't the only one.. a great update though
edit: i like seeing the stats when watching a game..anyway to bring those back?
and the refresh map doesn't work when i'm watching a game i'm not in.. i have to refresh browser..
edbeard wrote:I love the floating action menu
BUT
any chance of you moving the end buttons further to the right
I've clicked end attacks twice today when I was trying to hit auto attack. I'm probably not the only one.
if (OPTIONS["floatActions"] == "On")
{
var actionForm = document.getElementById('action-form')
actionForm.style.position='fixed'
actionForm.style.bottom=0
actionForm.style.zIndex=1
}
if (OPTIONS["floatActions"] == "On")
{
var actionForm = document.getElementById('action-form')
if (actionForm != null)
{
actionForm.style.position='fixed'
actionForm.style.bottom=0
actionForm.style.zIndex=1
}
}
Ishiro wrote:yeti,
In games you are not in, BOB is broke. Its the floating action form. Replace:
- Code: Select all
if (OPTIONS["floatActions"] == "On")
{
var actionForm = document.getElementById('action-form')
actionForm.style.position='fixed'
actionForm.style.bottom=0
actionForm.style.zIndex=1
}
With:
- Code: Select all
if (OPTIONS["floatActions"] == "On")
{
var actionForm = document.getElementById('action-form')
if (actionForm != null)
{
actionForm.style.position='fixed'
actionForm.style.bottom=0
actionForm.style.zIndex=1
}
}
In games you are not in (just spectating), there is no action form.
Users browsing this forum: No registered users