Ilemni / OriMod

Arrival of the Blind Forest, a Terraria mod that introduces the Ori franchise
https://forums.terraria.org/index.php?threads/arrival-of-the-blind-forest.72356/
9 stars 5 forks source link

Cannot summon mod bosses by using items in multiplayer while using OriMod. #8

Closed Vladisvell closed 4 years ago

Vladisvell commented 4 years ago

Currently there are Spirit Mod and Calamity Mod that have summons not working, but ThoriumMod summons work great . NOTE: during all tests HERO's mod, Cheat Sheet, Mod Helpers were enabled, all vanilla bosses were spawned successfully, tested in solo multiplayer using "Host & Play".

It seems that OriMod breaks Calamity and Spirit mod boss summon items.

Versions of Tmodloader (x64): 0.11.7.7 OriMod: 3.0.0.2 AnimLib: 0.1.0.4 Calamity: 1.4.5.3 Thorium: 1.6.3.11 Spirit:1.4.0.4 HEROs: 0.3.5.1 Cheat Sheet: 0.6.6.2 ModHelpers: 5.9.4

Ilemni commented 4 years ago

Looks like the issue was caused by a bug in our player update loop, namely, the server code trying to access stuff that we only create on the client, namely, the player trail.

After implementing the fix, I've successfully summoned a Calamity boss. I think the reason Calamity and other mod bosses failed is that those ones relied on player code not causing errors.