SphereCommunity
Mines... - Printable Version

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



Mines... - larmc20 - 01-02-2014 01:12 PM

Hello mates. I have an issue here:

I set in the sphere region the regen of ores. Type=T_rock.

but the only mine players can find ores is Minoc Mine 1. Near there, at MT Kendall, there only shows "There is nothing here to mine for" when you try to mine.

Do you know why is it?

I wanna players mining in all caves and all mines in the world.

I searched in sphere_map0
Events and flags... but didn't work.


RE: Mines... - dagger4k - 01-02-2014 07:01 PM

you might have messed up the regen of the ore or something invalid, or you didn't change the right region.. (make sure your changing stuff under sphere_region)

my default region setting is

Code:
[REGIONTYPE r_default_rock t_rock]
// Random rocks
RESOURCES=100.0 mr_nothing
RESOURCES=500.0 mr_iron
//RESOURCES=6.0 mr_rusty
//RESOURCES=6.0 mr_old_copper
//RESOURCES=6.0 mr_dull_copper
//RESOURCES=4.5 mr_bronze
RESOURCES=5.0 mr_copper
RESOURCES=2.0 mr_gold
RESOURCES=1.0 mr_rose
RESOURCES=2.0 mr_agapite
RESOURCES=1.0 mr_bloodrock
RESOURCES=1.0 mr_silver
RESOURCES=0.5 mr_verite
RESOURCES=0.2 mr_Valorite
RESOURCES=0.1 mr_mytheril
RESOURCES=0.1 mr_blackrock
RESOURCES=0.1 mr_diamond

if its not an error above make sure the ground tiles are actually t_rock. i'm not sure what the command is any more but maybe .xinfo works on the tile?


RE: Mines... - Mordaunt - 01-02-2014 11:24 PM

You "set" the type?
You shouldn't have to change anything, by default you are able to mine in all caves.

Check your regions make sure they have the regiontype listed in the post above.


RE: Mines... - larmc20 - 01-05-2014 12:35 PM

Thanks mates. I set T_rock and worked...
Have another issue that isn't related to MINES and Caves...

When My players disconnect out of region guarded... They try to connect and the sphere send a message "There is someone using this account". I know that the char takes some time to disappear. But how can they connect at the time without receiving this message?

I checked out the INI and couldn't FIND where it is!


RE: Mines... - dagger4k - 01-05-2014 08:39 PM

That setting is under client management in the sphere.ini

Code:
// How long logged out clients linger in seconds
ClientLinger=15


If its an issue of the player dying if they dc and the above doesn't work you could possibly send the player to a safezone using @login, @logout.


RE: Mines... - larmc20 - 01-06-2014 06:55 AM

The problem is when they crash and try to login again they receive that message.
what I need is when they crash out of protection and they try to reconnect don't appear that message of ...already using this account.