i guess he have asked me how to get higher vip lvl. well you can donate using paypal or your mobile phone, if you need more infop just send me a pm.Quote:
update account set VIP = 5 where id = 1020442;
Bold number = VIP level
Underlined = Account ID
update account.account using account.account inner join my.cq_user set VIP = 5 where account.id = my.cq_user.account_id and my.cq_user.name = 'Bob[PM]';
The above query will update the VIP to 5 for the character named Bob[PM]
Bold = VIP Level
Underline = Character Name.