Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Mining help
|
Author |
Message |
UltimaAku
Journeyman
Posts: 125
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 1
|
RE: Mining help
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!
|
|
02-15-2013 09:12 AM |
|
|
UltimaAku
Journeyman
Posts: 125
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 1
|
RE: Mining help
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)
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
(This post was last modified: 02-20-2013 11:08 PM by UltimaAku.)
|
|
02-20-2013 09:50 PM |
|
|
User(s) browsing this thread: 1 Guest(s)