![]() |
There is nothing here to mine for - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: There is nothing here to mine for (/Thread-There-is-nothing-here-to-mine-for) |
There is nothing here to mine for - larmc20 - 05-19-2013 04:29 AM Hey mates. I am having problem to fix the mines. I have searched a lot in the forum how to fix this problem, but I found many people saying they're having the same problem. However, I didnt find any solution. I cannot fix the mines. I tried .xshow attr and it is 092. '.info' in the mines and "based ID i_worldgem_bit; color 00; timer 3227; amout 0; type t_rock; more1 mr_nothing ; more2 00; attr 092; weight 0; layer 0; instances 57; ...; morep 0,0 ; ling 04fffffff; DispId i_worldgem_bit. I found sphere_item_resources_ores in .../items/resources and it doesnt say anything about [REGIONRESOURCE mr_iron] // default mining result. //t_rock skill=1.0,30.0 amount=9,30 REAP=i_ore_iron REGEN=10 At .../items/ I tried to find any sphere_item_provisions_ore.scp but there is not anything like that. I tried to make a new scp file but it doesn't work. I have downloaded the lastest version of sphere 56b nightly at the the Sphereserver. Does someone can help me? RE: There is nothing here to mine for - Rizz - 05-19-2013 06:52 AM are you missing sphere_resion.scp and sphere_item_provisions_ore.scp? RE: There is nothing here to mine for - larmc20 - 05-19-2013 06:57 AM Yes. I couldnt find sphere_resion.scp neither the other you said. What should I do? RE: There is nothing here to mine for - RanXerox - 05-19-2013 07:05 AM You didn't actually tell us what the problem is... RE: There is nothing here to mine for - larmc20 - 05-19-2013 07:20 AM I fixed it. The problem Was that there was a file in resoucers sphere_item_resources_ores.scp which there wasnt scripts like: [REGIONRESOURCE mr_iron] // default mining result. //t_rock skill=1.0,30.0 amount=9,30 REAP=i_ore_iron REGEN=10 What have I done? I moved out it from Sphere folder and I got one file "sphere_item_provisions_ore.scp" From an old shard Sphere 55i and moved it to .../items It worked. It seems there is a lack of lines (above) on the sphere_item_resources_ores.scp which comes with sphere 56b. So when you try to miner at any mine it says "There is nothing here to mine for" but never reload the mine. "[REGIONRESOURCE mr_iron] // default mining result. //t_rock skill=1.0,30.0 amount=9,30 REAP=i_ore_iron REGEN=10" |