Replies

Apr 1, 2017 8 years ago
Paramnesia
THESOVEREIGN
User Avatar
Captain Beatd0wn
  1. 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.

  2. Reduce clicks in BQs

  3. Allow a default weapon set and scroll set to be assigned to each pet.

  4. Let us save the order of our armories. We already have the functionality to move the items, but we can't save the order.

  5. . 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.

  6. . 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]

Apr 1, 2017 8 years ago
bonita
has a bad feeling about this
User Avatar
Killer Threat

Good ideas! :)

I live in MN, and whatever you've heard... It's much worse.

Apr 1, 2017 8 years ago
NEVER feed
BoaConstrictor
after midnight!!
User Avatar
SapphireSeasGoddess

Tons of goof ideas!

Apr 1, 2017 8 years ago
Rocketlauncher
beat the meat!
User Avatar

I support making better use of the UI. Just a few changes like these makes things so much easier to use :)

Quote
Tons of goof ideas!
How disrespectful! I died laughing at that typo xD

Apr 1, 2017 8 years ago
Bastit
has a strong pet
User Avatar
Goto

I love those ideas. <3

[img align=right]https://i.imgur.com/Axtd3mF.gif[/img]

Pucci made by

Apr 1, 2017 8 years ago
Eelric
is a Morostide warrior
User Avatar
Arioch

I love these ideas!!!

Apr 1, 2017 8 years ago
Kris
has seen too much
User Avatar
BadFish
  1. 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.

Please!

. . . Someone told me I have two faults. I don't listen and . . . some other stuff they were rattling on about.

Apr 1, 2017 8 years ago
✨
IMPULSE
User Avatar

YES PLEASE. Every bit of this sounds amazing!

sooty by

Apr 1, 2017 8 years ago
Mortred
has high elf-esteem
User Avatar
Nightmarium

You have my support! ;)

Apr 1, 2017 8 years ago
Reaper
sealed it with a kiss
User Avatar
Derek Hale

Yes to all of this please

Wouldst thou like to live deliciously?

Apr 1, 2017 8 years ago
Paramnesia
ColdDragon
User Avatar
Vallenorix

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; }


Paramnesia
The unmatched power of the distortion of memory, arcane magic, and artisanal cheeses!


Apr 1, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

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.

|
|

Apr 1, 2017 8 years ago
Paramnesia
THESOVEREIGN
User Avatar
Captain Beatd0wn

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]

Apr 1, 2017 8 years ago
Andrew
is the richest user
User Avatar
Kyy

i like that "start button" movement to the top.

i normally remove all the battle text and remove pics of pets and challengers LOL.

[tot=Andrew] | [egg=Andrew] | [tp=Andrew] >> Wishlist <<

Apr 1, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

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.

|
|

Apr 1, 2017 8 years ago
Reya
has ALL of the beanbags!
User Avatar

Thought you guys might be interested in the above. :o

Apr 1, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

Is this no.8 that you're looking for?

|
|

Apr 1, 2017 8 years ago
Paramnesia
THESOVEREIGN
User Avatar
Captain Beatd0wn

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]

Apr 1, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

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?

|
|

Apr 1, 2017 8 years ago
Paramnesia
THESOVEREIGN
User Avatar
Captain Beatd0wn

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]

Please log in to reply to this topic.