You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TerrariaApi.Server.ServerApi.Hooks.DropBossBag on OTAPI(v1449) is no longer valid.
On OTAPI(v1353) Terraria.NPC.DropBossBag() will call Terraria.NPC.DropItemInstanced(). Finally, call to TerrariaApi.Server.ServerApi.Hooks.DropBossBag.
On OTAPI(v1449) NPC.DropBossBag() is removed. Only Terraria.GameContent.Events.DD2Event.DropMedals() method is still being called. NPC.DropBossBag() has been replaced with a rule. RuleType is Terraria.GameContent.ItemDropRules.DropLocalPerClientAndResetsNPCMoneyTo0.This class will call Terraria.GameContent.ItemDropRules.CommonCode.DropItemLocalPerClientAndSetNPCMoneyTo0() to drop boss bag. Now,ServerApi.Hooks.DropBossBag can only capture dropped ItemID.DefenderMedical.
The text was updated successfully, but these errors were encountered:
TerrariaApi.Server.ServerApi.Hooks.DropBossBag
on OTAPI(v1449) is no longer valid.On OTAPI(v1353)
Terraria.NPC.DropBossBag()
will callTerraria.NPC.DropItemInstanced()
. Finally, call toTerrariaApi.Server.ServerApi.Hooks.DropBossBag
.On OTAPI(v1449)
NPC.DropBossBag()
is removed. OnlyTerraria.GameContent.Events.DD2Event.DropMedals()
method is still being called.NPC.DropBossBag()
has been replaced with a rule. RuleType isTerraria.GameContent.ItemDropRules.DropLocalPerClientAndResetsNPCMoneyTo0
.This class will callTerraria.GameContent.ItemDropRules.CommonCode.DropItemLocalPerClientAndSetNPCMoneyTo0()
to drop boss bag. Now,ServerApi.Hooks.DropBossBag
can only capture droppedItemID.DefenderMedical
.The text was updated successfully, but these errors were encountered: