Mine is modified, so these are approximate line numbers. Use some searching and common sense. This will get the plugin to compile.
3260 this
to
6294 this
to
8996, 9001, 9209, 9214, 9216, 9584, 9589 this
to
15679, 15992, 17493 this
to
3260 this
Code:
bWantThisItem = ItemManager.EvaluateItem((ACDItem)tempCommonData, ItemManager.RuleType.PickUp);
Code:
bWantThisItem = ItemManager.Current.ShouldPickUpItem((ACDItem)tempCommonData);
6294 this
Code:
hashPowerHotbarAbilities.Add(ZetaDia.Me.GetHotbarPowerId((HotbarSlot)i));
Code:
hashPowerHotbarAbilities.Add(ZetaDia.CPlayer.GetPowerForSlot((HotbarSlot)i));
8996, 9001, 9209, 9214, 9216, 9584, 9589 this
Code:
ItemManager.
Code:
ItemManager.Current.
15679, 15992, 17493 this
Code:
ZetaDia.Service.Games.LeaveGame();
Code:
ZetaDia.Service.Party.LeaveGame();
Last edited: