Hello. I am running PlusEMU Rev 2 With the new UI.
I need to get the "Diamond" currency in game to work off of the vip_points table in the users table.
It currently uses the "belcredits" column. How can i change this?
Hello. I am running PlusEMU Rev 2 With the new UI.
I need to get the "Diamond" currency in game to work off of the vip_points table in the users table.
It currently uses the "belcredits" column. How can i change this?
Either rename the VIP_points to belcredits and make sure the structure is the same and then head to your CMS and change anything inserting or with-drawing from the vip_points to belcredits OR Open the emulator source, search "belcredits" and where it grabs a SQL to get it from the Database change it to grab from vip_points .
I think I will go with the second option as my CMS have a functional VIP shop that works with the vip_points table. Do you know where in the EMU I'll have yo edit it? @FatalLulz