Add a challenge with default weapons link to the battle quest page. Or even better add a link to battle with each of your default sets.
Reduce clicks in BQs
Allow a default weapon set and scroll set to be assigned to each pet.
Let us save the order of our armories. We already have the functionality to move the items, but we can't save the order.
. In the customize weapon set area, if you try to add a 9th weapon it gives you a pop up error saying you already have 8. Remove this error until you attempt to start a battle. I instinctively try to add the weapon I thought I would need for the fight, before deciding what weapon I'm going to try and remove to fit it.
. Scrolls should stack while in battle.
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
Good ideas! :)
Tons of goof ideas!
I support making better use of the UI. Just a few changes like these makes things so much easier to use :)
I love those ideas. <3
[img align=right]https://i.imgur.com/Axtd3mF.gif[/img]
Please!
. . . Someone told me I have two faults. I don't listen and . . . some other stuff they were rattling on about.
Yes to all of this please
There was a bunch of custom code posted in the battle chat recently that helped with the battle page. These were the ones I liked the best. Hopefully the original poster will claim credit here.
.ui.button.primary.large.fluid[value='Start Battle']{ position: absolute; top: 0; right: 0; } , { height:300px; overflow: auto; } .ui.grid h2 {font-size:22px !important; }
No 7 & 8 can be achieved with some custom CSS, since I've read that some people prefer the weapon selection window to be smaller so the button wouldn't jump out of their clicking range every time they click on a set name.
This is what my challenge page looks like with customCSS. I'd be happy to share if anyone finds this to be of some help to them. The drawback is of course one has to remember what weapons are in each set. This layout might not be that helpful to those who want an overview of each set really.

But overall speaking a revamp of the challenge page and the sequence for BQs has 100% of my support.
WOW, moving the button like that is AMAZING
Can I see your code for that too?
I'm wondering if its possible to move your weapons and the battle box to the top of the battle page using custom CSS.
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
i like that "start button" movement to the top.
i normally remove all the battle text and remove pics of pets and challengers LOL.
I'm not sure whether it is possible to move the weapon and scroll on top of the opponent and pet selection; I haven't played with it so.
And here's the code:
Put pets in a scrollable box
.ten.wide.column > table {width:370px; height: 225px; overflow:scroll; display:block; }
This code shrinks pets' images:
.ten.wide.column label img {width:70px !important; }
Shrink opponent's stat chart
.six.wide.column table {width:100px !important; }
Shrink all headers on page
.ui.grid h2 {font-size:22px !important; }
Put sets in scrollable boxes by [user=bug
]
, {height:300px; overflow: auto; }
Hide weapons and scrolls overview
> .ui.segment.attached > .ui.grid > .three.wide.column, > .ui.segment.attached > .ui.grid > .three.wide.column {display:none; }
Expand clickable area for set selection
This code expands the clickable area to all the grey area as you can see in the picture versus the default setting of having only the set name and the radio button to be clickable:
.ui.segment.attached, .ui.segment.attached {padding:3px !important; }
.ui.segment.attached.bottom label {width: 100% !important; cursor:pointer !important; background-color:; }
I can expand the width of the weapon selection box, but unfortunately there seems to be only 4 items max per row. There might be a code to get around this but I haven't got time to find it out yet.
Thought you guys might be interested in the above. :o
That would be the 8 I would be looking for
maybe making it taller by 1-2 rows as well.
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]
That should be a quick fix
Ah never mind, I misunderstood you. I haven't tried it with the battle page yet. Maybe tomorrow when I'm in BQs.
Ah nevermind
And you want something like this?
I meant inside the actual battle.
Currently it goes:
Pets/Challengers name/Pictures/Health Battle results from previous turn Weapons Potions Scrolls Submit turn
I want it to go: Weapons Potions Scrolls Submit turn Pets/Challengers name/Pictures/Health Battle results from previous turn
They are each indivitual rows in a HTML table though, i'm not sure if you can move those around or not.
[Center] [tp=thesovereign] :dmg🔥 [tot=thesovereign] :dmg🔥 [egg=thesovereign] [spoiler=Interesting High Score Tables][url=https://subeta.net/games/battle/scores.php?enemy=206]Paramesian Buttwing Bomber[/URL] [url=https://subeta.net/games/battle/scores.php?enemy=210]Paramesian Recycle Beast[/URL] [/Spoiler][/Center]