[Request] VIP on Source 5165

09/16/2011 15:53 †Death†Dealer#1
hi all,

Just wondering i know there has probably been a few releases on coding but im trying to set a vip level on a character. looking through all the packets and source files i cant find the VIP files.

This is my first real prvt server programing attempt. Also the source is from Arco's Guide so i am not taking any credit for his work.

i thank u all in advance for any possible help.
09/16/2011 16:28 F i n c h i#2
I don't know if its implemented in that source, look in accounts / entities table there should be a field called VIP, in that field you must put 1, 2, 3, 4, 5, and 6 (those are the VIP levels).
09/16/2011 19:20 Arco.#3
Quote:
Originally Posted by †Death†Dealer View Post
. Also the source is from Arco's Guide so i am not taking any credit for his work.
Just to put it out there, that's NOT my source.
09/16/2011 20:14 Spirited#4
Arco just wrote the guide. It's Tanel's work (originally). I think he might of disowned it by now. Read the database. You should get to know your own source...
09/17/2011 02:16 †Death†Dealer#5
i have been through the tables but even new created characters don't show up. Instead it creates a user and character file at this address on my C:\OldCODB\Users.
09/17/2011 02:29 Spirited#6
Look at the console commands. If you don't know where they are, read your source's main method (like you should on ANY source before you start).