SphereCommunity

Full Version: Sphere Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 helpDevil

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
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
[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?
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.
Reference URL's