Jump to content
  • 0

Question

Posted (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.

image.png.5732cbc6d520614345c30e9d88c5b3c2.png

Edited by Jholz27

6 answers to this question

Recommended Posts

  • 0
Posted (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); }

best.png.0a6649f10664feb00909126e3c344923.png

 

regards

Edited by iraciz
  • 0
Posted
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

  • 0
Posted
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

  • 0
Posted
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 ?

  • 0
Posted
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 

  • 0
Posted
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.

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...