well, I'm not doing it that way thaithai, because you also have to remember people bought gametypes and maps, but not everyone bought those.
Instead I'm going through all of the ranks someone has purchased and totaling up the tokens spent on those ranks and giving those back.
I've finished that script to give back tokens. Now I need to make a script to add all the ranks to the db. Then I need to go through the site and edit the way the ranks are displayed.
Before, each rank was a new image, now the ranks are going to be a sprite, meaning 1 large image with all the ranks, but when you view the rank it only shows a section of that larger image. This way there are less image requests, making it load faster.
well, I'm not doing it that way thaithai, because you also have to remember people bought gametypes and maps, but not everyone bought those.
Instead I'm going through all of the ranks someone has purchased and totaling up the tokens spent on those ranks and giving those back.
I've finished that script to give back tokens. Now I need to make a script to add all the ranks to the db. Then I need to go through the site and edit the way the ranks are displayed.
Before, each rank was a new image, now the ranks are going to be a sprite, meaning 1 large image with all the ranks, but when you view the rank it only shows a section of that larger image. This way there are less image requests, making it load faster.