elfeush Posted May 20, 2018 Posted May 20, 2018 Hey any one knew this slot_bit_type ? {back} not here you got types slots i think this slot it's hairall but its same like hair slot So its hairall / back or hairex but this all slots don't working maybe some one knoe how this working?
1 DEV_Law Posted May 29, 2018 Posted May 29, 2018 It is not done in Vanganth files, you need to add it yourself. You can search as much as you want, there is only 1 hair slot.
0 eressea Posted May 29, 2018 Posted May 29, 2018 I think (but I'm not 100% sure) it's SlotHairEx (or hair2 in itemdata.txt). The first one is SlotHair (simply hair in itemdata) and items occupying both these slots are probably SlotHairAll (hairall in itemdata).
0 elfeush Posted May 31, 2018 Author Posted May 31, 2018 On 5/29/2018 at 6:05 PM, DEV_Law said: It is not done in Vanganth files, you need to add it yourself. You can search as much as you want, there is only 1 hair slot. that right
0 LucasDesigner Posted October 13, 2018 Posted October 13, 2018 (edited) On 5/20/2018 at 12:34 PM, elfeush said: Hey any one knew this slot_bit_type ? {back} not here you got types slots i think this slot it's hairall but its same like hair slot So its hairall / back or hairex but this all slots don't working maybe some one knoe how this working? got the slot right ?? Edited October 13, 2018 by lovepako
0 Mobius Posted October 17, 2018 Posted October 17, 2018 (edited) At ItemDataParser.cpp I see the following. if (_wcsicmp(wStr, L"hairdeco") == 0) return 0x010000LL; //0x040000LL; if (_wcsicmp(wStr, L"hair2") == 0) return 0x010000LL; //0x040000LL; else if (_wcsicmp(wStr, L"hairall") == 0) return 0x010000LL; //0x080000LL; Tried to change those commented values? try replacing it with... if (_wcsicmp(wStr, L"hair2") == 0) return 0x040000LL; if (_wcsicmp(wStr, L"hairall") == 0) return 0x080000LL; Then go at ItemData.txt and set your desired slot_bit_type value. or use this ItemData.txt I corrected https://www15.zippyshare.com/v/vzvDEy2y/file.html Probably needs more core work but worths a try. Edited October 17, 2018 by Mobius
0 LucasDesigner Posted October 18, 2018 Posted October 18, 2018 On 10/17/2018 at 9:34 AM, Mobius said: At ItemDataParser.cpp I see the following. if (_wcsicmp(wStr, L"hairdeco") == 0) return 0x010000LL; //0x040000LL; if (_wcsicmp(wStr, L"hair2") == 0) return 0x010000LL; //0x040000LL; else if (_wcsicmp(wStr, L"hairall") == 0) return 0x010000LL; //0x080000LL; Tried to change those commented values? try replacing it with... if (_wcsicmp(wStr, L"hair2") == 0) return 0x040000LL; if (_wcsicmp(wStr, L"hairall") == 0) return 0x080000LL; Then go at ItemData.txt and set your desired slot_bit_type value. or use this ItemData.txt I corrected https://www15.zippyshare.com/v/vzvDEy2y/file.html Probably needs more core work but worths a try. isso nao vai funcionar nao ..
0 elfeush Posted January 9, 2019 Author Posted January 9, 2019 On 10/17/2018 at 2:34 PM, Mobius said: At ItemDataParser.cpp I see the following. if (_wcsicmp(wStr, L"hairdeco") == 0) return 0x010000LL; //0x040000LL; if (_wcsicmp(wStr, L"hair2") == 0) return 0x010000LL; //0x040000LL; else if (_wcsicmp(wStr, L"hairall") == 0) return 0x010000LL; //0x080000LL; Tried to change those commented values? try replacing it with... if (_wcsicmp(wStr, L"hair2") == 0) return 0x040000LL; if (_wcsicmp(wStr, L"hairall") == 0) return 0x080000LL; Then go at ItemData.txt and set your desired slot_bit_type value. or use this ItemData.txt I corrected https://www15.zippyshare.com/v/vzvDEy2y/file.html Probably needs more core work but worths a try. This code dont working
0 elfeush Posted January 9, 2019 Author Posted January 9, 2019 On 5/20/2018 at 5:34 PM, elfeush said: Hey any one knew this slot_bit_type ? {back} not here you got types slots i think this slot it's hairall but its same like hair slot So its hairall / back or hairex but this all slots don't working maybe some one knoe how this working? Any developer from maxcheaters know how to fix this slot?
0 xdem Posted January 13, 2019 Posted January 13, 2019 you don't need to compare 0 with 0 in C, just use if (!_wcsmp(wstr, L"yourtext")) 1
0 elfeush Posted January 16, 2019 Author Posted January 16, 2019 If someone know how to make active this slot to using send me private message i will pay paypal method
0 mjst Posted January 18, 2019 Posted January 18, 2019 the corect slot_bit_type is "back" but vanganth never finish! http://prntscr.com/m8oyd0 http://prntscr.com/m8oyq3
0 alexmata Posted July 20, 2019 Posted July 20, 2019 (edited) How to finish? Edited July 20, 2019 by alexmata
0 Nevermind25 Posted September 14, 2019 Posted September 14, 2019 (edited) In my knowledge in both slots must be the same item, back slot does not exist for interlude, just hair/hairall and underwear. If you think, you cant put at the same time a hat and a noblesse tiara, or party mask Edited September 14, 2019 by Nevermind25 data
Question
elfeush
Hey any one knew this slot_bit_type ? {back} not
here you got types slots i think this slot it's hairall but its same like hair slot So its hairall / back or hairex but this all slots don't working maybe some one knoe how this working?
39 answers to this question
Recommended Posts