Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[##ERROR##] Equip False.

Experienced Elementalist
Joined
Sep 7, 2011
Messages
221
Reaction score
15
[Tue Dec 12 2017 13:28:52.396158 2736143216]: [##ERROR##] ApplyForInit(): CanEquipItemInSlot false. CharIdx(141488), SlotIdx(15), ItemType(11)

any know where is slotidx15 and itemtype11?

Hey guys, how i can convert this hex for dec for try found this item wrong? :
SELECT [Data]
FROM [Server01].[dbo].[cabal_equipment_table] WHERE CharacterIdx = '141488'
0xEBE009005C0E0010D5180010030000000000080A08004C00001498D2D1000800000000009B080800DB0400049892910009000000000091E00100A70D000418000010010000000000B90400003800001000000000060000000000970100008400000400000000070000000000B40800009F000014000000001300000000003701000093130004000000001100000000006BE6010073AB000418000010020000000000150300006B0200049A00000010000000000013030000B2050004BA0000000F0000000000AC050000E4010004000000000D000000000016010800DC170008D4141E200000000000003A010000290A0004000000001200000000003760090093260004D524002004000000000045F0090080F50004D4240020050000000000
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
Annabeth - [##ERROR##] Equip False. - RaGEZONE Forums


Just figure out, This will be your first step to decode the bytes and make stored procedure.
Goodluck!
 
Upvote 0
Experienced Elementalist
Joined
Sep 7, 2011
Messages
221
Reaction score
15
thank you, but i wanna some remove one item.
you can show something one example of code, choose only one item
0xEBE009005C0E0010D5180010030000000000080A08004C00001498D2D1000800000000009B080800DB0400049892910009000000000091E00100A70D000418000010010000000000B90400003800001000000000060000000000970100008400000400000000070000000000B40800009F000014000000001300000000003701000093130004000000001100000000006BE6010073AB000418000010020000000000150300006B0200049A00000010000000000013030000B2050004BA0000000F0000000000AC050000E4010004000000000D000000000016010800DC170008D4141E200000000000003A010000290A0004000000001200000000003760090093260004D524002004000000000045F0090080F50004D4240020050000000000

i want know the amount of the structure
 
Upvote 0
Joined
Aug 3, 2011
Messages
963
Reaction score
506
Its 18 bytes total 36 byte. Just count on it.



0x
EBE009005C0E0010D5180010030000000000
080A08004C00001498D2D100080000000000
9B080800DB04000498929100090000000000
91E00100A70D000418000010010000000000
B90400003800001000000000060000000000
970100008400000400000000070000000000
B40800009F00001400000000130000000000
370100009313000400000000110000000000
6BE6010073AB000418000010020000000000
150300006B0200049A000000100000000000
13030000B2050004BA0000000F0000000000
AC050000E4010004000000000D0000000000
16010800DC170008D4141E20000000000000
3A010000290A000400000000120000000000
3760090093260004D5240020040000000000
45F0090080F50004D4240020050000000000
 
Upvote 0
Newbie Spellweaver
Joined
Oct 30, 2023
Messages
22
Reaction score
1
Its 18 bytes total 36 byte. Just count on it.



0x
EBE009005C0E0010D5180010030000000000
080A08004C00001498D2D100080000000000
9B080800DB04000498929100090000000000
91E00100A70D000418000010010000000000
B90400003800001000000000060000000000
970100008400000400000000070000000000
B40800009F00001400000000130000000000
370100009313000400000000110000000000
6BE6010073AB000418000010020000000000
150300006B0200049A000000100000000000
13030000B2050004BA0000000F0000000000
AC050000E4010004000000000D0000000000
16010800DC170008D4141E20000000000000
3A010000290A000400000000120000000000
3760090093260004D5240020040000000000
45F0090080F50004D4240020050000000000
how to know what is item is this?? sir
 
Upvote 0
Back
Top