![]() |
Any way to convert points?
Okay, weird request. I set up my points weird, is there any way to convert the points to a different, or recalculate points on the new setting? Users have points in the thousands and I would rather have actions cost less points and change those points to the new values. I don't want to wipe all their points.
|
Unfortunately not at this time.
There are a couple options u could play with --> Admin CP -> vbBux -> Mass Points Giveaway.. u could set their points equal to the number of posts they have? -CMX |
The easiest way IMO is just a script that divides the points by whatever number you choose. If someone has 20,000 points you can divide them down 1/10th to 2,000 points. I don't know if anyone would use this, but I would be grateful if you added something like this.
Also can't wait for the real item store. |
You could do that in a query though...
Code:
UPDATE (TABLE_PREFIX)user SET vbbux = vbbux / 10; |
Oh really? Sweet. So that would divide the points by 10 for everyone? I'll have to try that out on a test copy.
I ran this and it only removed around 200 points. UPDATE user SET vbbux = vbbux / 5; |
That would take their points down to 20% of what they were before.
-CMX |
All times are GMT. The time now is 09:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|