Hi everyone, I hope your all having fun! I'm just picking sphere back up again after a long break ( i used to work on 55i). I got sphere and server up but am getting a series of errors on boot up. They don't seem to have any major effect, but i want to understand what is going on.
Could any of you possibly help me with this?
ERROR:(sphere_item_provisions_weapons_ml.scp,83)Undefined symbol 'i_assassin_spike'
ERROR:(sphere_item_provisions_weapons_ml.scp,83)Undefined symbol 'i_assassin_spike'
ERROR:(sphere_item_provisions_weapons_ml.scp,83)Replace existing VarStr 'i_sword_assassin_spike'
ERROR:(sphere_item_provisions_weapons_ml.scp,104)Undefined symbol 'i_leafblade'
ERROR:(sphere_item_provisions_weapons_ml.scp,104)Undefined symbol 'i_leafblade'
ERROR:(sphere_item_provisions_weapons_ml.scp,104)Replace existing VarStr 'i_sword_leafblade'
ERROR:(sphere_item_provisions_weapons_ml.scp,125)Undefined symbol 'i_war_cleaver'
ERROR:(sphere_item_provisions_weapons_ml.scp,125)Undefined symbol 'i_war_cleaver'
ERROR:(sphere_item_provisions_weapons_ml.scp,125)Replace existing VarStr 'i_sword_warcleaver'
ERROR:(sphere_item_provisions_weapons_ml.scp,146)Undefined symbol 'i_diamond_mace'
ERROR:(sphere_item_provisions_weapons_ml.scp,146)Undefined symbol 'i_diamond_mace'
ERROR:(sphere_item_provisions_weapons_ml.scp,146)Replace existing VarStr 'i_mace_diamond'
ERROR:(sphere_item_provisions_weapons_ml.scp,167)Undefined symbol 'i_wild_staff'
ERROR:(sphere_item_provisions_weapons_ml.scp,167)Undefined symbol 'i_wild_staff'
ERROR:(sphere_item_provisions_weapons_ml.scp,167)Replace existing VarStr 'i_mace_wildstaff'
Loading scripts/items/sphere_item_provisions_weapons_aos.scp
ERROR:(sphere_item_provisions_weapons_aos.scp,79)Undefined symbol 'i_bladed_staff'
ERROR:(sphere_item_provisions_weapons_aos.scp,79)Undefined symbol 'i_bladed_staff'
ERROR:(sphere_item_provisions_weapons_aos.scp,79)Replace existing VarStr 'i_staff_bladed'
ERROR:(sphere_item_provisions_weapons_aos.scp,124)Undefined symbol 'i_double_bladed_staff'
ERROR:(sphere_item_provisions_weapons_aos.scp,124)Undefined symbol 'i_double_bladed_staff'
ERROR:(sphere_item_provisions_weapons_aos.scp,124)Replace existing VarStr 'i_staff_bladed_double'
ERROR:(sphere_item_provisions_weapons_aos.scp,188)Undefined symbol 'i_composite_bow'
ERROR:(sphere_item_provisions_weapons_aos.scp,188)Undefined symbol 'i_composite_bow'
ERROR:(sphere_item_provisions_weapons_aos.scp,188)Replace existing VarStr 'i_bow_composite'
ERROR:(sphere_item_provisions_weapons_aos.scp,212)Undefined symbol 'i_repeating_crossbow'
ERROR:(sphere_item_provisions_weapons_aos.scp,212)Undefined symbol 'i_repeating_crossbow'
ERROR:(sphere_item_provisions_weapons_aos.scp,212)Replace existing VarStr 'i_crossbow_repeating'
ERROR:(sphere_item_provisions_weapons_aos.scp,266)Undefined symbol 'i_paladin_sword'
ERROR:(sphere_item_provisions_weapons_aos.scp,266)Undefined symbol 'i_paladin_sword'
ERROR:(sphere_item_provisions_weapons_aos.scp,266)Replace existing VarStr 'i_sword_paladin'
thats the first string of errors, guessing a definition issue conflicting names in script files maybe but not sure?
also
ERROR:(sphere_spells.scp,109)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,230)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,332)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,452)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,469)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,503)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,537)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,659)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,746)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,763)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,763)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,818)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,852)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,869)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,869)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,903)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,955)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,973)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,973)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,1008)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,1008)Undefined symbol 'SPELLFLAG_AREA'
ERROR:(sphere_spells.scp,1214)Undefined symbol 'SPELLFLAG_DAMAGE'
ERROR:(sphere_spells.scp,1744)Undefined symbol 'Enticement'
ERROR:(sphere_spells.scp,1744)Bad resource list id 'Enticement 90.0'
ERROR:(sphere_spells.scp,1761)Undefined symbol 'Enticement'
ERROR:(sphere_spells.scp,1761)Bad resource list id 'Enticement 90.0'
not sure on this one and a very strange finishing error
ERROR:(sphereacct.scp,2)Undefined symbol 'Click'
lol
i've ironed out loads of other errors so far just struggling with these.
i was also getting errors loading any files to do with the below untill i slashed it out.
//scripts/maps/sphere_map5.scp
//scripts/maps/sphere_map_points5.scp
both these would fire up about 5-7 errors each until slashed out
Thanks in advance if anyone can help i already have the coding bug again!! love the problem solving
Thanks everyone!