I don't know if this will help, but my skill set is in php, so this is how I would do what I'm wanting to do in php.
if(ecoValue>=11760){
goldValue++;
ecoValue = ecoValue-11760;
}
if(ecoValue>=56){
silverValue++;
ecoValue = ecoValue-56;
}
copperValue = ecoValue;
/bal--> echo...
Ok, so I just want a small change in EssentialsEco. I don't want multiple currencies, but I want to divide the current eco number. For example, I have 11,870 copper coins. I want eco to know that I have 11,870 copper. But to then convert in game to '1 gold, 1 silver, 54 copper'. Silver = 56...
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.