SphereCommunity
Mining help - Printable Version

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

Pages: 1 2 3


RE: Mining help - UltimaAku - 02-15-2013 09:12 AM

these are the top lines:

Sphere Version 0.56b-Nightly [WIN32] by http://www.sphereserver.com, compiled at Jun 4 2007 (14:15:10)
WARNING: --- WARNING ---

This is a nightly build of SphereServer. This build is to be used
for testing and/or bug reporting ONLY. DO NOT run this build on a
live shard unless you know what you are doing!
Nightly builds are automatically made every night from source and
might contain errors, might be unstable or even destroy your
shard as they are mostly untested!


RE: Mining help - darksun84 - 02-15-2013 09:24 AM

it's better to update it


RE: Mining help - Mordaunt - 02-15-2013 09:35 AM

Yes definitely update it, your server is nearly 6 years old


RE: Mining help - UltimaAku - 02-20-2013 09:50 PM

I dont really like updating the sphere, it causes problems (probobly by my own accord). I've come up with a solution and it works (just in case this problem ever occurs again) Smile


I added this to the script:

[ITEMDEF 01ea7]
//Worldgem bit plain and small (see fancy bit at 1f13)
DEFNAME=i_worldgem_bit
VALUE=1
TYPE=T_SPAWN_CHAR
CATEGORY=Provisions - GM Items
SUBSECTION=Special Items
DESCRIPTION=Worldgem Bit

ON=@CREATE
TIMER=900

ON=@TIMER ///start of add-on
f_static_invis
return 0
endif

[FUNCTION f_static_invis]

IF (<TYPE>==t_rock) //only appears on mined ore locations
REMOVE
RETURN 1
IF (<TYPE>==t_tree)//only appears after lumberjacking
REMOVE
RETURN 1
ENDIF ///end of add-on