[MUCore] Incrementable Zen /per Reset
Hey,
someone can help me to find formula like that in topic title?
I need this for gain more server balance and market activity in-game.
Example.
1st Reset - 500,000 Zen
1st RR = 500,000 Zen + (Nr. of RR) * (250,000 Zen)
2nd RR = 500,000 Zen + 500,000 Zen
3rd RR = 500,000 Zen + 750,000 Zen
Thanks for help!
Regards.
Re: [MUCore] Incrementable Zen /per Reset
fi(Resets>=1){
update query (money=money-(500.000+(Resets*250.000)));
}
etc
etc
etc
Re: [MUCore] Incrementable Zen /per Reset
Thats interesting, can you be more precise? I want to use it on my server too but i dont know how to start and where to edit this.
Re: [MUCore] Incrementable Zen /per Reset
I can code it, but I dont work for free.
Because If I do something after you will request something another for free too.
I can do this for 10$ within 15 min with some another customs in this module if you need.. Or i can make it configurable, so you can setup the values in the admincp ofc.
Re: [MUCore] Incrementable Zen /per Reset