Replies

Mar 8, 2026 1 week ago Official
Keith
is sweet
User Avatar
Eradication

None of y'all are alone in this! I'm working through this now, just making sure I can get a set of weapons to put in my testing framework to make sure they go through.

The TLDR (and I'm hoping this makes folks here happy!) is that I was able to finally get the underlying programming language on legacy upgraded, which means there is no longer a ticking time bomb of it just suddenly not being able to be supported. That means that updates can happen on legacy without feeling like I'm going to break the entire world, which means there will be a lot less pressure on getting everyone moved over to Kumos tomorrow.

Which came with some of the very oldest and most untouched parts of the site (like battling) having some errors that need to be handled one by one, but they're relatively easy and well documented, so I'm just knocking them out.

💖 ✨ 🤗

Mar 8, 2026 1 week ago Official
Keith
is sweet
User Avatar
Eradication

hi everyone! (i have no idea if that event everyone button still works?) i just pushed up some fixes, can you give your sets another try? thank you 🙇‍♂️

💖 ✨ 🤗

Mar 8, 2026 1 week ago Official
Keith
is sweet
User Avatar
Eradication

hahahahahhahaha okay, i'm fixing these now but what it's coming down to, is that in programming languages you typically "type" a variable, so you might say

$damage is a variable holding the amount of damage that a pet has done, and you would call it an integer to say that it's a number. in the super old PHP code that powers battle, everything is a string, which was fine then. now it tries to actually do string processing on it, and errors.

so i'm just changing everything to helpfully be an integer, but this seems to be the issue and is an easy fix!

💖 ✨ 🤗

Mar 8, 2026 1 week ago Official
Keith
is sweet
User Avatar
Eradication

number_format(): Argument ($num) must be of type int|float, string given in items.php:693

Hahahahha, that's an example - it's passing strings around and then wants to use them as numbers! In this case it was any % on healing that was causing the problem. I'm pushing up a fix for that particular problem now, while working through the rest.

💖 ✨ 🤗

Mar 11, 2026 1 week ago Official
Keith
is sweet
User Avatar
Eradication

Do you think you're seeing your account total wins? would that make sense, or would that number be too low?

💖 ✨ 🤗

Mar 18, 2026 1 day ago Official
Keith
is sweet
User Avatar
Eradication

Pushing a fix for the battle count issue!

💖 ✨ 🤗

Please log in to reply to this topic.