SphereCommunity
spherechar_lbr.scp error - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: spherechar_lbr.scp error (/Thread-spherechar-lbr-scp-error)



spherechar_lbr.scp error - babazar - 07-23-2013 04:52 AM

I havent touched any these files but i have

19:47:ERROR:(spherechar_lbr.scp,211)Undefined symbol 'i_orb'
19:48:ERROR:(spherechar_lbr.scp,348)Undefined symbol 'i_minion_leather'
19:48:ERROR:(spherechar_lbr.scp,253)Undefined symbol 'i_orb'
19:48:ERROR:(spherechar_lbr.scp,348)Undefined symbol 'i_minion_leather'
19:49:ERROR:(spherechar_lbr.scp,311)Undefined symbol 'i_orb'
19:49:ERROR:(spherechar_lbr.scp,314)Undefined symbol 'i_minion_leather'
19:50:ERROR:(spherechar_lbr.scp,348)Undefined symbol 'i_minion_leather'


RE: spherechar_lbr.scp error - Alaric - 07-23-2013 05:11 AM

How can we know, what did you do with the script. We can just tell you what the console does - those items don't exist, they aren't defined. You had to remove them or you coppied some script and haven't script them yet. God knows.

Edit: if its in the last script-pack then it seems to be a mistake... just delete it.


RE: spherechar_lbr.scp error - babazar - 07-23-2013 08:00 AM

This error has came from a standard 56b prerelease script pack nothing has been altered

I know what the error is, the server cant find these items as they are armor

ON=@NpcRestock
ITEM=i_gold,{133 260}
ITEM=i_minion_leather

Does any one have an idea what script these armors are in?


RE: spherechar_lbr.scp error - xwerswoodx - 07-23-2013 11:36 AM

Sphere 56b doesn't include these items, so you need to remove them or write it.

Code:
[Itemdef i_orb]
Name=Orb
Type=t_normal
ID=i_vurtstone_1

[Itemdef i_minion_leather]
ID=i_hide
TYPE=t_normal
Name=Minion Leather



RE: spherechar_lbr.scp error - Coruja - 07-24-2013 02:30 AM

these items are custom, probably the script author forgot to remove it when sending the script to default sphere script pack. You can remove these script lines without problems
I reported on bugtracker Big Grin
http://tracker.sphere.torfo.org/bugs/view.php?id=2180


RE: spherechar_lbr.scp error - babazar - 07-25-2013 12:15 AM

Ty coruja, i remove them from the script for now.