![]() |
Custom Layers - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Custom Layers (/Thread-Custom-Layers) |
Custom Layers - darksun84 - 09-12-2017 06:23 AM Does anybody knows if it's safe/possible to use layers above 77 (last layer in sphere_defs.scp, used by a mysticism spell)? RE: Custom Layers - Coruja - 09-21-2017 05:54 AM only layers 1 ~ 24 are sent to clients, all the others layers > 24 are just virtual values used as "memories". But if you try to equip items on any layer > max value (77) it will be placed on item default layer instead the requested layer. But if you edit the layer list directly on source code (also increasing the max value LAYER_QTY) maybe it will allow equip items on these layers without any problem RE: Custom Layers - darksun84 - 09-21-2017 06:04 AM Thank you i'll try it ![]() |