Jump to content
  • 0

Need help for Costume Slot


Bolby91

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/03/13
  • Last Seen:  

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.

image.png.5732cbc6d520614345c30e9d88c5b3c2.png

Edited by Jholz27
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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); }

best.png.0a6649f10664feb00909126e3c344923.png

 

regards

Edited by iraciz
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1528
  • Reputation:   233
  • Joined:  08/03/12
  • Last Seen:  

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.

image.png.5732cbc6d520614345c30e9d88c5b3c2.png

  • 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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/03/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/10/12
  • Last Seen:  

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); }

best.png.0a6649f10664feb00909126e3c344923.png

 

regards

Thanks ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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); }

best.png.0a6649f10664feb00909126e3c344923.png

 

regards

how about if you are using itemdb.yml 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1528
  • Reputation:   233
  • Joined:  08/03/12
  • Last Seen:  

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...