item_db script and mob_db script

Super Arki

New member
Messages
19
Points
0
In item_db script, i made a custom item which is "Baby Suits" and idk what to do in equip script do they have @disguise?

in mob_db i also added custom mobs. How to put a custom mob in mob_db? I need it for my custom mob suits. Thank you!

 
for baby suit

Code:
        OnEquipScript: <" changebase Job_Baby; ">	OnUnequipScript: <" changebase Class; ">
 
Last edited by a moderator:
Back
Top