SphereCommunity
Error Bla 5 - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Error Bla 5 (/Thread-Error-Bla-5)



Error Bla 5 - richm - 08-11-2014 08:03 AM

Does anyone know why when someone mines it says in the console
"DEBUG : bla 5"
"DEBUG : bla 4"
"DEBUG : bla 3"
"DEBUG : bla 2"
"DEBUG : bla 1"

:/ ?

There is also a function for pick axes, axes etc that when used for resource gathering it always says "tool is out of charges".

Whats the purpose of this and is there an easy way to disable this other than going though each item?

thanks again Smile


RE: Error Bla 5 - darksun84 - 08-11-2014 10:21 AM

For the debug message, you are probably using an old nightly build

For the gathering message, you can disable it by commenting/removing the following lines in sphere_skills.scp (search for mining, lumberjacking and fishing).

IF (<SRC.WEAPON.USESCUR>< 1)
SRC.SYSMESSAGE The tool is out of charges.
return 1
ENDIF

and

ON=@Success
SRC.WEAPON.USESCUR --