![]() |
Free Layers to use? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Free Layers to use? (/Thread-Free-Layers-to-use) |
Free Layers to use? - Hustensaft - 05-03-2013 09:06 AM Hi all, i'm currently thinking about a script for putting Weapons on the back or the belt. The idea so far is, to make a command to "store" the weapon, wich stores infos about the weapon in some tags and spawns an item, like a weapon belt. If a player dclicks this belt, the weapon will be shown on his back (in the paperdoll). If the item is dclicked again, the caracter draws the weapon from his back and is ready to fight. But i need a free layer, to display the weapon. Are there any unused layers, i could use for this? Greetings from Germany, Hustensaft RE: Free Layers to use? - Mordaunt - 05-03-2013 10:44 AM No sorry there are no "unused" layers on players, what you have are: layer_hand1 1 layer_hand2 2 layer_shoes 3 layer_pants 4 // bone legs + pants. layer_shirt 5 layer_helm 6 layer_gloves 7 layer_ring 8 layer_talisman 9 // talisman (se and ml) layer_collar 10 // gorget or necklace. layer_hair 11 layer_half_apron 12 layer_chest 13 // armor chest layer_wrist 14 // watch layer_light 15 // a itemid_light_src equip item can be put here. layer_beard 16 // try to have only men have this. layer_tunic 17 // jester suit or full apron. layer_ears 18 // earrings layer_arms 19 // armor layer_cape 20 // cape layer_pack 21 // only used by itemid_backpack layer_robe 22 // robe over all. layer_skirt 23 // skirt or kilt. layer_legs 24 // 0x18 = plate legs. RE: Free Layers to use? - Hustensaft - 05-04-2013 10:52 PM hm, too bad. Maybe i'll try the Talisman Layer, i think we have no items using it on our shard. Or the robe, that will surely make the gumping easier. Thx for the fast response ![]() |