Bernd Lörwald

Results 77 comments of Bernd Lörwald

> Priority sorting is planned in the works -- this will be the tracking ticket for it. Does this include the category grouping that was present in AdiBags, preferably allowing...

When I last asked, Gello did not plan on including addon user data in the Rematch database (and thus exports) for sake of addons not causing Rematch issues. While I...

That said, someone might want to lobby for xufu to also provide those export blobs instead of the script text to have one-click exports there as well.

#108 → #109 now automatically adds scripts from rematch team notes: > ### Automatic script import from Rematch notes > > If a Rematch team contains a block like >...

At this point I'd probably rather redo the frames in a different UI framework (AceGUI? Rawdogging Blizzard?) than continuing this pain…

No: it doesn’t make sense in the current state: you can only write math expressions on one side with no variables inside. This would need `[ enemy.hp

~~#34 adds `hp.can_explode_pct(15)`. ~~

I sadly just don't think there is a generic "correct" solution to this question, but I feel like "if condition invalid, `false`" is wrong. Given ``` use(#1) [ self.ability(nonexistent).duration >...

> The problem is that pbs allows ability input as plain text. > '[self.ability(BONESTORM).usable]' won't work Yeah, but please never do that. When I share scripts myself, I even change...

`.ability([^)]*).duration` exists in 798 out of 5895 scripts on xufu but only 109 scripts compare with ``. There are only 47 scripts using `.ability([^)]*).duration *>`, the only case that would...