Bolby91 Posted May 3, 2020 Posted May 3, 2020 (edited) Hi, I have a costume Job suit bot i wan't to put it in the costume armor slot. The problem is i don't know the code. 1024 = COSTUME HG 2048 = COSTUME MID HG 4096 = COSTUME LOW HG 8192 = COSTUME ROBE it skipped the armor so i don't know i a server that has a slot in their costume armor (photo attached). please I need help. Edited May 3, 2020 by Jholz27 Quote
0 iraciz Posted May 3, 2020 Posted May 3, 2020 (edited) Armor type is 12 Location form costume armor slot is 65536 You need to edit those structures in the item id in order to make them equip properly. Use this structure as example 31056,C_Furious_Wave,Costume Furious Wave,12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ hateffect(HAT_EF_DOUBLEGUMGANG,true); },{},{ hateffect(HAT_EF_DOUBLEGUMGANG,false); } regards Edited May 3, 2020 by iraciz Quote
0 Chaos92 Posted May 3, 2020 Posted May 3, 2020 20 minutes ago, Jholz27 said: Hi, I have a costume Job suit bot i wan't to put it in the costume armor slot. The problem is i don't know the code. 1024 = COSTUME HG 2048 = COSTUME MID HG 4096 = COSTUME LOW HG 8192 = COSTUME ROBE it skipped the armor so i don't know i a server that has a slot in their costume armor (photo attached). please I need help. Loc: Equipment location of armor and arrow-type items. Values below can be combined, i. e. 136 would indicate both accessory slots (typical value for accessories). (2^0) 1 = Lower headgear (2^1) 2 = Right hand (2^2) 4 = Garment/Robe (2^3) 8 = Accessory 1 (2^4) 16 = Armor (2^5) 32 = Left hand (2^6) 64 = Shoes (2^7) 128 = Accessory 2 (2^8) 256 = Upper headgear (2^9) 512 = Middle headgear (2^10) 1024 = Costume Upper headgear (2^11) 2048 = Costume Middle headgear (2^12) 4096 = Costume Lower headgear (2^13) 8192 = Costume Garment/Robe (2^15) 32768 = Arrow (arrow-type items only) (2^16) 65536 = Shadow Armor (2^17) 131072 = Shadow Weapon (2^18) 262144 = Shadow Shield (2^18) 524288 = Shadow Shoes (2^20) 1048576 = Shadow Accessory 2 (2^21) 2097152 = Shadow Accessory 1 https://github.com/rathena/rathena/wiki/Custom-Items Quote
0 Bolby91 Posted May 3, 2020 Author Posted May 3, 2020 On 5/3/2020 at 10:19 AM, Chaos92 said: Loc: Equipment location of armor and arrow-type items. Values below can be combined, i. e. 136 would indicate both accessory slots (typical value for accessories). (2^0) 1 = Lower headgear (2^1) 2 = Right hand (2^2) 4 = Garment/Robe (2^3) 8 = Accessory 1 (2^4) 16 = Armor (2^5) 32 = Left hand (2^6) 64 = Shoes (2^7) 128 = Accessory 2 (2^8) 256 = Upper headgear (2^9) 512 = Middle headgear (2^10) 1024 = Costume Upper headgear (2^11) 2048 = Costume Middle headgear (2^12) 4096 = Costume Lower headgear (2^13) 8192 = Costume Garment/Robe (2^15) 32768 = Arrow (arrow-type items only) (2^16) 65536 = Shadow Armor (2^17) 131072 = Shadow Weapon (2^18) 262144 = Shadow Shield (2^18) 524288 = Shadow Shoes (2^20) 1048576 = Shadow Accessory 2 (2^21) 2097152 = Shadow Accessory 1 https://github.com/rathena/rathena/wiki/Custom-Items no costume armor bro i went to that site like 100x already. On 5/3/2020 at 8:40 PM, iraciz said: Armor type is 12 Location form costume armor slot is 65536 You need to edit those structures in the item id in order to make them equip properly. Use this structure as example 31056,C_Furious_Wave,Costume Furious Wave,12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ hateffect(HAT_EF_DOUBLEGUMGANG,true); },{},{ hateffect(HAT_EF_DOUBLEGUMGANG,false); } regards thankyou Quote
0 jayrick213 Posted June 21, 2020 Posted June 21, 2020 On 5/3/2020 at 8:40 PM, iraciz said: Armor type is 12 Location form costume armor slot is 65536 You need to edit those structures in the item id in order to make them equip properly. Use this structure as example 31056,C_Furious_Wave,Costume Furious Wave,12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ hateffect(HAT_EF_DOUBLEGUMGANG,true); },{},{ hateffect(HAT_EF_DOUBLEGUMGANG,false); } regards Thanks Quote
0 Sallycantdance Posted March 29, 2021 Posted March 29, 2021 On 5/3/2020 at 8:40 PM, iraciz said: Armor type is 12 Location form costume armor slot is 65536 You need to edit those structures in the item id in order to make them equip properly. Use this structure as example 31056,C_Furious_Wave,Costume Furious Wave,12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ hateffect(HAT_EF_DOUBLEGUMGANG,true); },{},{ hateffect(HAT_EF_DOUBLEGUMGANG,false); } regards how about if you are using itemdb.yml Quote
0 Chaos92 Posted March 29, 2021 Posted March 29, 2021 9 hours ago, chadness said: how about if you are using itemdb.yml You can use converter csv2yaml.exe or files in tools. Or just edit it manually following the structure. Quote
Question
Bolby91
Hi,
I have a costume Job suit bot i wan't to put it in the costume armor slot. The problem is i don't know the code.
1024 = COSTUME HG
2048 = COSTUME MID HG
4096 = COSTUME LOW HG
8192 = COSTUME ROBE
it skipped the armor so i don't know i a server that has a slot in their costume armor (photo attached).
please I need help.
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.