Jump to content
  • 0
cozzy09

costume help

Question

hi I made a tuxedo equipable item that supposed to be when equip it will change your outfit... I already made a cool summer outfit to work that when you equip it your costume will change into a summer outfit then when remove the equip item it will remove the outfit as well on the item_db2.txt it is something like this

20000,Cool_Summer_Outfit,Cool Summer Outfit,5,,,10,,,,,0xFFFFFFFF,7,2,136,,,,,{},{setoption Option_Summer,1;},{setoption Option_Summer,0;}

then I tried to make a tuxedo like that

20001,Tuxedo,Tuxedo,5,,,20,,,,,0xFFFFFFFF,7,2,136,,,,,{},{ setoption Option_Wedding,1; },{ setoption Option_Wedding,0; }

both the are the same but the tuxedo won't work can someone help me please XD

btw I also made a santa's suit and it work as well only the tuxedo is the problem XD

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Try this:

Change:

0xFFFFFFFF,7,2,136 <-- Currently set as Accessory

To:

0xFFFFFFFF,7,2,16 <-- Sets it to Armor

Edited by Syouji
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.