![]() |
error - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: error (/Thread-error--4479) |
error - Meudisch - 12-04-2015 03:06 AM Can anybody helps me with that error? [img] ![]() That are the skills from the class system!!! Why spehre means error? RE: error - XuN - 12-04-2015 03:33 AM Looks like Skills were not loaded, you should make sphere tables read sphere_skills.scp before anything using skills. RE: error - Meudisch - 12-04-2015 05:28 AM //**************************************************************************** //SPHERE by : Menasoft ©1997-2007 //www.sphereserver.net // All SPHERE script files and formats are copyright Menasoft & Partners. // This file may be freely edited for personal use, but may not be distributed // in whole or in part, in any format without express written permission from // Menasoft & Partners. All donations and contributions // become the property of Menasoft & Partners. //**************************************************************************** // NOTE: This is loaded 2nd after SPHERE.INI watch out for order of dependancies ! (keyword DEFNAME) VERSION=0.56 [RESOURCES] // sphere.ini and spheretable.scp are automatic. // All the other scripts we want to load. scripts/sphere_defs.scp scripts/sphere_types.scp scripts/sphere_book.scp scripts/sphere_backward_compatibility.scp scripts/sphere_events_human.scp scripts/sphere_events_npcs.scp scripts/npcs/ scripts/sphere_admin.scp scripts/sphere_dialog.scp scripts/items/sphere_item_resources.scp scripts/items/ scripts/sphere_region.scp // ----------------------------------- // Maps // ----------------------------------- scripts/maps/sphere_map0.scp // scripts/maps/sphere_map0_ml.scp scripts/maps/sphere_map1.scp // scripts/maps/sphere_map2.scp // scripts/maps/sphere_map3.scp // scripts/maps/sphere_map4.scp // scripts/maps/sphere_map5.scp scripts/maps/sphere_map_points0.scp // scripts/maps/sphere_map_points0_ml.scp scripts/maps/sphere_map_points1.scp // scripts/maps/sphere_map_points2.scp // scripts/maps/sphere_map_points3.scp // scripts/maps/sphere_map_points4.scp // scripts/maps/sphere_map_points5.scp // ----------------------------------- scripts/sphere_menu.scp scripts/sphere_name.scp scripts/sphere_skillmenu.scp scripts/sphere_spawns.scp scripts/sphere_speech.scp scripts/sphere_skills.scp The server start with this error. RE: error - darksun84 - 12-04-2015 07:56 AM Did u change the name of the skills in sphere_skills ? RE: error - XuN - 12-04-2015 06:36 PM You are also using 2007y scripts on a version started in 2013, you may miss so much more things. RE: error - Meudisch - 12-05-2015 02:03 AM Ah ok , that i should use the newest scripts from 2013? where i get the new scripts? RE: error - Criminal - 12-05-2015 04:12 AM https://github.com/Sphereserver/Scripts latest script pack |