Samurai Legend Posted April 1, 2016 Posted April 1, 2016 Hello everyone, as few of yous know. I have been working on SamuraiAssault for few months. I believe the game has potential due to last year where I made an incredible amount of money. However, being 16 I had situations were it has made the game really hard to maintain which resulted in the game loosing members. This time around when I release it, it will be better than last year due to finding my faults. I have gain knowledge from my mistakes. This will allow me to make SamuraiAssault a better game. I need people to help me out. I want to learn how to keep a good game, how I can bring in members to the game. I don't want it to die out like last time. I tried using Kyles Economy Manager however, I am finding it hard using it. So in the future I will be using it. If people can register and help me out with anything such as finding bugs, errors. Anything which will help me improve the game. I will be happy. Feedback and reviews will be good. User: Demo Pass: Demo http://samuraiassault.com/register.php 1 Quote
G7470 Posted April 1, 2016 Posted April 1, 2016 You asked to register, but gave a demo account? Either way, when I attempted to register, I got this: "Unfortunately, there has been an error in the code. Don't worry, the developers have been informed." ~G7470 Quote
Samurai Legend Posted April 1, 2016 Author Posted April 1, 2016 The errors are now fixed. Thank you for reporting it @G7470 @Dominion Quote
Samurai Legend Posted April 3, 2016 Author Posted April 3, 2016 Sorry for some reason this really confuses me. How do I know what percentage it is added onto the energy field for the users? I want to add 25% for donator and 10% for normal users. `energy` = IF(`donatordays` > 0, LEAST(`energy` + (`maxenergy` / 6), `maxenergy`), LEAST(`energy` + (`maxenergy` / 12.5), `maxenergy`)) Quote
G7470 Posted April 4, 2016 Posted April 4, 2016 Sorry for some reason this really confuses me. How do I know what percentage it is added onto the energy field for the users? I want to add 25% for donator and 10% for normal users. `energy` = IF(`donatordays` > 0, LEAST(`energy` + (`maxenergy` / 6), `maxenergy`), LEAST(`energy` + (`maxenergy` / 12.5), `maxenergy`)) Just treat "maxenergy" as "100" in order to find percentage - so for example: `maxenergy` / 6 Turns into: 100 / 6 Which is ~16.67. This means that for donator days it is increasing by that percentage every time this is called. Make sense? ~G7470 Quote
Samurai Legend Posted April 4, 2016 Author Posted April 4, 2016 Thank you so much! Really made me understand :) So if I divide by 10. That will be 10% and if I divide by 4 it will be 25% :) Thanks [MENTION=70485]G7470[/MENTION] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.