![]() |
Sphere Server - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions) +--- Forum: Sphere 55i Help (/Forum-Sphere-55i-Help) +--- Thread: Sphere Server (/Thread-Sphere-Server) |
Sphere Server - Spooky - 12-19-2014 04:17 AM Hello. Again i have a problem. Who know how to fix it? > ERROR:(sphereregion.scp,89)Undefined symbol 'mr_old_copper' ERROR:(sphereregion.scp,89)Bad resource list id 'mr_old_copper' ERROR:(sphereregion.scp,90)Undefined symbol 'mr_dull_copper' ERROR:(sphereregion.scp,90)Bad resource list id 'mr_dull_copper' AND... ERROR:(spherechar.scp,1740)Undefined symbol 'i_hide_dragon_red' ERROR:(spherechar.scp,1740)Bad resource list id 'i_hide_dragon_red' ERROR:(spherechar.scp,405)Undefined symbol 'i_hide_dragon_green' ERROR:(spherechar.scp,405)Bad resource list id 'i_hide_dragon_green' "i_hide_dragon_green" (red) have in spherechar.scp but i can't in uo .add this hide. I have only .add i_hide no green, no red, no black and another hide... Maybe someone know how to fix it? help please + who help ![]() 20:16:ERROR:Bad Spawn point uid=04000931f, id=0 20:17:ERROR:Bad Spawn point uid=040009500, id=0 20:20:ERROR:Bad Spawn point uid=040009500, id=0 20:22:ERROR:Bad Spawn point uid=04000a5e1, id=0 20:28:ERROR:Bad Spawn point uid=040009500, id=0 RE: Sphere Server - Artyk - 12-22-2014 11:18 PM Those errors are saying that 'mr_old_copper' and the other cannot be found while loading the script, I may suppose that each definition of that error subject is written after the script that is looking for it (or not written at all?) For example just try to move mr_old_copper definition section before the code that is using it RE: Sphere Server - Spooky - 02-09-2015 03:50 AM [REGIONTYPE r_default_rock t_rock] // Random rocks RESOURCES=1000.0 mr_nothing RESOURCES=500.0 mr_iron RESOURCES=500.0 mr_old_copper RESOURCES=500.0 mr_dull_copper RESOURCES=500.0 mr_gold RESOURCES=500.0 mr_agapite RESOURCES=500.0 mr_bloodrock RESOURCES=500.0 mr_verite RESOURCES=500.0 mr_Valorite RESOURCES=500.0 mr_mytheril RESOURCES=500.0 mr_blackrock RESOURCES=500.0 mr_Shadow all ore number the same, another script to. Have old copper, and dull copper another 0.55i sphere script. but for this 2 ores sphere give me error. I Can't delete this ore, because i need this ore on server. Maybe someone have a script for this ore or how to fix it? RE: Sphere Server - Extreme - 02-09-2015 05:33 PM The regionresources definition is missing when sphere_region is loaded. This mean you moved them to another file and they are being loaded after or you deleted them. This happens when you wanna change the mining things. |