darkmejor Posted August 17, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 08/11/19 Last Seen: May 15, 2023 Share Posted August 17, 2019 how add script npc for create "item customs" Quote Link to comment Share on other sites More sharing options...
0 llchrisll Posted September 2, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted September 2, 2019 Costumes are items in the item_db.txt marked as such. See doc/item_db.txt: Loc: Equipment's placement. Values are: 2^8 256 = Upper Headgear 2^9 512 = Middle Headgear 2^0 001 = Lower Headgear 2^4 016 = Armor 2^1 002 = Weapon 2^5 032 = Shield 2^2 004 = Garment 2^6 064 = Footgear 2^3 008 = Accessory Right 2^7 128 = Accessory Left 2^10 1024 = Costume Top Headgear 2^11 2048 = Costume Mid Headgear 2^12 4096 = Costume Low Headgear 2^13 8192 = Costume Garment/Robe 2^15 32768 = Ammo 2^16 65536 = Shadow Armor 2^17 131072 = Shadow Weapon 2^18 262144 = Shadow Shield 2^19 524288 = Shadow Shoes 2^20 1048576 = Shadow Accessory Right (Earring) 2^21 2097152 = Shadow Accessory Left (Pendant) Costume Top Headgear and the others below are equipments which are shown in the "Costume" Tab. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted August 24, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted August 24, 2019 prontera,155,181,5 script Sample 4_F_KAFRA1,{ getitem <item_id>, 1; end; } Quote Link to comment Share on other sites More sharing options...
Question
darkmejor
how add script npc for create "item customs"
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.