Commaster
Commaster
This only happens when Twitch itself is having server issues, so you have to try over and over and eventually it'll work. 90% is just my guesstimate. I can reproduce...
Wouldn't it be sufficient to just feed the app `:tmi.twitch.tv NOTICE * :Login unsuccessful` as the first data line to trigger that special handling? I understand that we can't fix...
Transferring the projectiles over is nearly impossible: Even if the client is able to keep the owner+ident combo of the projectiles, the chances that the global(server) projectile id is unused...
Also each client knows about the projectiles of other players. And when you jump dimensions those "other" projectiles will just lay dormant in the client memory. (That is if the...
Solar Flare isn't a projectile but rather client-side Dust(s). Works directly off of Buffs (type 170, 171, 172). This buff (and the chloro buff in the example above) check their...
Minions are projectiles, so yes. And might be for the better since the new dimension might have different inventory/permissions.
Constantly? I guess there's a use case involving a LOT of dimension shifts. Guess emulating all the ProjectileNew packets will be the solution?
I'm just not sure how the server will react to new projectiles a mile away from where the player appears or even off the map if the world size is...
Would it be possible to add a config option for the switcher to either push the projectiles over or to kill them? If the target dimension is SSC and the...
Great idea since you can detect if the target dimension is in SSC mode 👍 "never", "ssc", "always"