How to change the Equipment into Costume

nikki1200

New member
Messages
113
Points
0
Hi All,

Seeking for your assistance on how to change the equipment into costume.

Please advise,

Thanks,

 
oh.. it's a script..is there a way to convert specific item into costume?

Please advise,

Thanks

 
yeah, change it in DB.
default_ani_meow.gif


se doc/item_db.txt on how

 
Note: You must apply the patch in order to use this script - how do i apply the patch?

Please advise,

Thanks,

 
Please avoid multiple posting..

Just apply the patch and if theres an conflict, find does conflict and copy/paste the additional codes..

 
Last edited by a moderator:
is there what you are referring? how do i change that?

Loc: Equipment's placement. Values are:

2^10 1024 = Costume Top Headgear
2^11 2048 = Costume Mid Headgear
2^12 4096 = Costume Low Headgear
2^13 8192 = Costume Garment/Robe
 
for example i want to change this romatic white flower into costume, how will i do that?
 
item_db.txt
5206,Romantic_White_Flower,Romantic White Flower,5,20,,100,,0,,0,0xFFFFFFFE,63,2,1,,0,0,259,{ bonus2 bSubRace,RC_Plant,3; },{},{}
 
Please advise,
 
Thanks
 
// Structure of Database:// ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
replace the Loc with 4096

 
Last edited by a moderator:
it's say You can't put this item on. can you please help me. I tried to change my custom item into costume but it's failing. pls see below.

30023,Rose_Ring,Rose Ring,5,20,,100,,0,,0,0xFFFFFFFE,63,2,4096,,0,0,259,{},{},{}

Please advise,

 
try to relogin your server. and make sure you reload your itemdb use @reloaditemdb

 
Last edited by a moderator:
Back
Top