Get yourself some pet ducks. They are loyal, they chase off intruders, they provide plenty of eggs to eat (you can even sell the eggs if you get to many) and if they do get injured or die then you get to have duck for dinner. Win Win.
And yes I actually have pet ducks.
I started playing Mir 2 after seeing it on Game Network. I think it was still in beta as you didn't have to subscribe yet. I played on D server for a while, can't remember what my char was called though.
I remember the subs system coming in and asking my mum to borrow her credit card to pay for...
You might struggle using another thread as it still needs to access all the objects on the main thread. It would require quite a structural change to the core code to do that. The only way I can think of at the moment is if you make a copy of the objects before the DB save. But that is going to...
That definetly sounds like the DB save. It does an object lock while it saves all of the accounts and their objects. Which is a lot of data if there are 400 players online.
Try this:
Select TOP 10 FLD_CHARACTER, FLD_POINT FROM TBL_Reputacja
Order by FLD_POINT desc
It will order your top 10 by the FLD_POINT value in decending order. So the highest points will be at the top.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.