Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Spirit Item and Flag Items #76

Open
deadly009 opened this issue Oct 9, 2020 · 1 comment
Open

Spirit Item and Flag Items #76

deadly009 opened this issue Oct 9, 2020 · 1 comment
Assignees

Comments

@deadly009
Copy link
Contributor

Spirit item position is swapped with the flag item, when you wear a spirit item, it appears on the flag slot and if the character is wearing a flag, it shows an error on the web called "500 SERVER ERROR ".

@Devsome Devsome self-assigned this Oct 13, 2020
@Devsome Devsome modified the milestones: Calendar week 42, Calendar week 43, Calendar week 44 Oct 13, 2020
@Devsome
Copy link
Owner

Devsome commented Oct 30, 2020

SELECT IFA.*,RO.CodeName128,RO.TypeID1,RO.TypeID2,RO.TypeID3,RO.TypeID4 FROM dbo._InventoryForAvatar IFA INNER JOIN dbo._Items IT ON IT.ID64 = IFA.ItemID INNER JOIN dbo._RefObjCommon RO ON IT.RefItemID = RO.ID
WHERE IFA.CharID = 1

TypeID3 = 13 and TypeID4 = 1 then 'Hat'
TypeID3 = 13 and TypeID4 = 2 then 'Dress'
TypeID3 = 13 and TypeID4 = 3 then 'Attach'
TypeID3 = 13 and TypeID4 = 4 then 'Flag'
TypeID3 = 14 and TypeID4 = 1 then 'Spirit Item'
  • 13 - 1 (hat)

  • 13 - 2 (dress)

  • 13 - 3 (attach)

  • 13 - 4 (flag)

  • 14 - 1 (spirit)

  • typeid3 - typeid4

Thanks to Deadly

@Devsome Devsome removed this from the Calendar week 45 milestone Jan 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants