How do I disable the use of cq_vip? Version 1655

05/23/2025 15:37 zukoo#1
This is very inconvenient!

I believe that they created this table to make a direct connection between the VIP and the user, when the account table is in the account database. However, this doesn't work very well, because when you add the VIP through the game using action 5001, it updates the account table and not the cq_vip table.

So, to get around this, you need to create a BAT… In my VIP system, for example, I make the player activate the VIP through the action itself. This makes it more practical, because the game controls the VIP's monthly fee, the player can buy the VIP with cash and even negotiate the VIP within the game.

The problem is that, this way, some functions end up being inaccessible.

Therefore, the ideal would be to disable the cq_vip function altogether and keep everything controlled directly by the account table.
05/23/2025 20:03 DuaSelipar#2
or you can make website of it..giving vip tru there
05/23/2025 20:26 zukoo#3
I think you didn't understand.
I wanted to know if anyone can remove the cq_vip function and make it the responsibility of the account again.
Will it work if I simply delete cq_vip?
05/24/2025 02:41 mama020153#4
Quote:
Originally Posted by zukoo View Post
I think you didn't understand.
I wanted to know if anyone can remove the cq_vip function and make it the responsibility of the account again.
Will it work if I simply delete cq_vip?
No, you have to do what DuaSelipar said, that would be your work around for what your trying to accomplish.
05/24/2025 02:51 zukoo#5
By leaving it on the website you would remove functionality and practicality for players, especially when it comes to trading cash between players.
05/27/2025 06:53 magewarior2#6
you can bypass this by creating a autoscript in MYSQL that compares cq_vip and account.

this can be run every minute/hours/maint whatever you like.

dissable the cq_vip is only possible if you are able to edit the msg server i think?