Mining weird behaviour - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Mining weird behaviour (/Thread-Mining-weird-behaviour) |
Mining weird behaviour - tleilax - 01-03-2014 04:35 AM For some reason, nobody can mine any silver ore after updating to 56b form 55i. Could you check that everything is right? Code: [REGIONRESOURCE mr_silver] Code: [AREA Britain province] //ok Code: [REGIONTYPE r_default_rock t_rock] From what I've checked, they can only mine everything till gold and then every gems. Nobody has ever seen silver/gold/rose etc.. I've tried putting only RESOURCES=100.0 mr_silver into that regiontype - after restarting sphere, nobody could mine anything. Thanks for any ideas. RE: Mining weird behaviour - XuN - 01-03-2014 05:51 AM At first, you should know that the sum of ALL of these values MUST be 100, as they are percentajes, try redoing them and trying with mining=100.0 RE: Mining weird behaviour - Extreme - 01-03-2014 06:25 AM (01-03-2014 05:51 AM)XuN Wrote: At first, you should know that the sum of ALL of these values MUST be 100, as they are percentajes, try redoing them and trying with mining=100.0I don't know NOW, but before, it didn't need to SUM 100. Don't know how he is testing, but with lower mining than silver requires, he will never find silver hahahahha RE: Mining weird behaviour - tleilax - 01-03-2014 06:26 AM Yea, the problem is that we upgraded from 55i - you didnt need to have sum of 100 there. I'll test it later, thanks for the feedback. RE: Mining weird behaviour - XuN - 01-03-2014 06:35 AM It is NOT mandatory, but these values will work as they are supossed to, it can be a sum of 100, 200, 1000... whatever, but these values are the reflection of a percentaje, so if you want a 5% chance of verite ore, you are not geting it because the sum is not 100-based. And, of course, you have to check your mining skill, if you are still unsure about everything: comment out all of the ores except mr_iron with a 100% chance, and you will see that it is working, your problem is that you have a very high mr_nothing chance. RE: Mining weird behaviour - tleilax - 01-03-2014 07:57 AM Good, I also had to update skillmake on every ore - that was another thing that wasn't working on 55i. Thanks! |