Replies

Aug 27, 2017 8 years ago
crashingnightingales
is a Ghostfacer
User Avatar
Decapitare

Yeah, thanks I really seemed to have lucked out. On one of my Tier 8 pets I actually had a golem drop 2 vials in a single battle.

I think golem was probably one of the reasons I started training so many of my pets. A few of my newest pets are still too low tiered to really be of any use battling but I'm working on training them again.

I gained roughly 39 health 33 strength 30 defense and 30 something intel though I unfortunately lost track of exactly how much I gained!

[tot=crashingnightingales]

Aug 27, 2017 8 years ago
KiaArra
is ZOMBIE LONG TIME
User Avatar
Foot Rash

- If it's any consolation, being polite isn't improving my freeze rates at all. I did a battle against the hydra the other day when I only got 2 freezes from my 8 freezing scrolls (5 shriek/psycho, three PW)

- Sometimes it's nice... sometimes it's a drag, cus I never have enough time during events to battle with all of them :( Also, Gelaspell doesn't heal, just freeze chance. As far as I know the only freeze +heal scroll is the unstable fairy scroll, which only gives you freeze + heal when your pet's health is under 50%

- It was my T8 that won multiple vials for me too! The 3 T7s dropped the ball and won 0 though.


I collect these:

Quote by Xenomorph
Rotting flesh. It is the new black. c:
Who doesn&;t want a piece of our bad zombie selves?

Aug 27, 2017 8 years ago
crashingnightingales
is a Ghostfacer
User Avatar
Decapitare

Getting one vial per pet isn't too bad. Most of my pets averaged about one vial each with the exception of some of my Tier 5 and 6.

Yeah, that seemed to be the case for me as well. Though I think maybe one of my Tier 7 also dropped the ball along with a Tier 5 and 6. It's fun gaining all the vials. I've mostly been using them to increase my intel so that I can equip more scrolls.

[tot=crashingnightingales]

Aug 27, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

Thank you :)

I'm so curious I just checked the item directory building again XD, but nothing new yet. The scrolls sound very interesting by the way :) I guess one of its main icons will be earth, which is pretty common so at least it's one fewer thing to worry about.

Lol that set name explains the sentiment of battlers fighting Hydra with limited freezing resources so well 😂

Enjoy your time out with hubby :) Here's something for you when you get back (just done it out of curiosity). It's not complete yet, but I hope to get down to it once I've made the ME:

Menecuda's weapons Septic Scratch 12 or 13 :dmg:physical: 12 or 13 :dmg:dark: 25 :dmg:magma: 20 :dmg:water:

Foul Bite 15-25 :dmg🔥 25-35 :dmg:magma: 16-20 :dmg:water:

Toxic Waste Wave (at least 3 copies) 25-30 :dmg🔥 50 :dmg:dark: 25-30 :dmg:water: Boosts strength and defence by 100

Unstable Ground 11 or 12 :dmg🔥 13-16 :dmg:dark: 11 or 12 :dmg:magma: 15-20 :dmg:water: 15 :block:physical: 15 :block:earth: 15 :block:magma:

Still testing Advantageous Mutation (Blessing, infinite duration) 500 :block:dark: Heals 250HP High protection against freezing

Noxious Fumes (Curse, infinite duration) 1 :dmg:dark: 1 :dmg:light: 1 :dmg:water: 1 :dmg:wind:

During my first battle the Septic Scratch and Foul Bite triggered the curse and blessing. I still haven't figured out which activates which and whether the curse and blessing are actually activated by all the weapons. I'll have to see once I've got a better dark blocker (barely alive in that battle, eek).

And I'm sorry I didn't catch the latter part of your post earlier. Here's the code (with breakdown for even further personalisation/ customisation if you want).

Battle UI CustomCSS The visual:

1- Base code - mandatory This one sets the width of the .battle-select class (which contains the two selected weapons' images, potion box and scroll box) to fluid. This is mandatory for the landscape layout to work:

.battle-select {width: auto !important; } .battle-select.active, , {width:45% !important; }

2- Landscape/ horizontal layout of scroll and potion boxes This code change the vertical/ portrait layout of potions and scrolls to horizontal/landscape, and sets the heights of potion and scroll boxes to fluid, which means either or both of them will collapse when there are no potions/ scrolls equipped: -choices-box, -choices-box {height:auto !important; width: 291px !important; display:flex !important; flex-direction:row; flex-wrap:wrap; overflow:auto; } .spell-choice, .potion-choice {display:block; width: 50px !important; height: auto !important;}

You can remove the padding from the potion box so that it collapses completely if you want. I leave it purely for aesthetic reason just because I always have potions/ shards equipped.

3- Shrinkable Scroll box with maximum height: This code sets a fixed max height to the scroll box, so it will always stays at this maximum value and will scroll if there are lots of scrolls in there (but will collapse if there are no scrolls: -choices-box {max-height: 200px !important; }

4- Shrinkable Potion box with fixed height and fixed height Scroll box: This code, on the other hand, sets the potion box's height to fluid (will collapse if no potions and will expand to a fixed max height if there are potions and shards) but will set the scroll box to fixed height: -choices-box {height: auto !important; max-height: 100px !important;} -choices-box {height: 200px !important; } If you use this code, you can remove the height: auto !important part from code no.2 above.

5- Remove section titles (Choose your weapons, Use potion? Use spell?)

.battle-section-title {display:none; }

6- Fixed height weapon box This code sets the height of the weapon box to fixed, so it won't shrink if the number of weapons are smaller than 5, and won't expand (will scroll though) if the number of weapons are larger than 8. .weapons-box-options {height: 113px !important; overflow:auto;}

7- Finally, fixed Submit/ end button Will forever stay in one place even if the other boxes expand or shrink (well, unless you remove the code :P) .endBattle {position:absolute; bottom:30px !important; width:100% !important; }

Please beware that if either the potion or scroll box is set to fluid/ expandable, this code will make the button on top of/ overlapping with them when you've got many scrolls and potions equipped, and might make selection of those difficult (but no problem clicking the button). This works best if you set both potion/ scroll boxes to fixed max height.

I hope I haven't missed anything. I'm still finding a way to remove that 'The Arena' and 'Your Next Turn' title though :P

|
|

Aug 27, 2017 8 years ago
Go home
Julie
you're drunk
User Avatar

My health always goes up with that scroll. Maybe it's just my vivid imagination. I'm glad its an unlimited scroll. :) Thanks for these codes. I'm going to use a few for sure. Until they figure out what the final setup will be.


Forum Art by
Signature Art by

Aug 27, 2017 8 years ago
Mortred
has high elf-esteem
User Avatar
Nightmarium

Wow, thanks so much for the CSS! ;)👍

Aug 27, 2017 8 years ago
crashingnightingales
is a Ghostfacer
User Avatar
Decapitare

Love the name you choose for your scroll set. Sounds about right when I'm dealing with Hydragellos! I hate it when my freezers decide to bail on me!

[tot=crashingnightingales]

Aug 27, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

You're welcome. I'm glad it can be of some help :D

|
|

Aug 27, 2017 8 years ago
KiaArra
is ZOMBIE LONG TIME
User Avatar
Foot Rash

- Is that maybe cus you are using other healing items? It does have some block on it too, but it's never had any heal as far as I'm aware.

- The worst is when they bail on you and then finally decide to freeze on either the turn you get game over, or when he freezes you back.

Finally beat the golems with everyone! Time to face the hydra!


I collect these:

Quote by Xenomorph
Rotting flesh. It is the new black. c:
Who doesn&;t want a piece of our bad zombie selves?

Aug 27, 2017 8 years ago
Damon
is a demon
User Avatar
Evee

Actually that was :) they named heir set that. [edit] You Won! You have defeated Recycle Beast Cynde earned 1500 EXP Points!

Done for the day~

Aug 27, 2017 8 years ago
crashingnightingales
is a Ghostfacer
User Avatar
Decapitare

Whoops! I must've pinged the wrong person by mistake! Yeah, tell me about it! I absolutely hate it when my freezers do that! Or when I try to freeze him and mine fails but he freezes me instead. Oh well, at least I'm getting closer. Right now I'm at 250 battles with 2,954,424 damage which is encouraging and also I a bit more than I expected. So that's always a good sign.

[tot=crashingnightingales]

Aug 27, 2017 8 years ago
frederick
User Avatar

It's my sentiment for every 'progression' fight I have. Except Chase. That was just lots of incoherent swearing.

Aug 27, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

Brace yourself, the Gelatin Wizard is even worse than Chase can ever be 😂

I'm changing almost all my mod slots for him sighs

|
|

Aug 27, 2017 8 years ago
Laurey
is a flower child
User Avatar

Finally getting around to battle some today, I haven't really been in the mood for it but I don't have much else to do.

A lot of Houston is under water right now, although my neighborhood is okay so far. We're still expected to get 20+ more inches of rain in some areas though. This is insane.

Aug 27, 2017 8 years ago
frederick
User Avatar

D: Then there is no hope for me. Only swearing. Please tell me it's freezable at least.

Aug 27, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

Yeah, he's freezable, but he can freeze on top of his stealing. Worse still, it's his scrolls that have higher rate of stealing and freezing, and we can't even touch them -__-

I'm sorry to hear about that :( Is the hurricane getting worse?

|
|

Aug 27, 2017 8 years ago
Laurey
is a flower child
User Avatar

It hasn't gotten any stronger, it's just not moving much so it keeps pulling more moisture off the Gulf of Mexico to drench us with. They're saying the rain could last for 3 or 4 more days still, and we're already at record flood levels. :(

My family lives in one of the safer areas for flooding, but I feel bad seeing all the water rescues on the news and seeing how bad the city looks right now.

Aug 27, 2017 8 years ago
The Helper
Jess
User Avatar
Crimsyn

Jeez :( I hope you, your family and friends are all safe. The flooding looks incredible from the pictures thus far. It's hard to imagine you all will be receiving more rain.

Aug 27, 2017 8 years ago
Maskros
has a sweet tooth
User Avatar

3-4 more days of rain doesn't sound nice. I hope it will be less heavy at intervals so the water can drain a bit. There tends to be lots of heavy flooding in my country around this time of year too so I can understand how awful it can be.

|
|

Aug 27, 2017 8 years ago
Marlboro
loves dinosaurs
User Avatar
PsychoDreamer

Ok so the Wizy item is up, it's a plushie

But there's description now to the Strong Stomp Scroll Description: Speculate away...

What does it means? I think they are hinting to us something..

Please log in to reply to this topic.