what about another new .conf file example: conf/vip_setting.conf ??
http://pastebin.com/raw.php?i=C4A4NwPj
add a new column in Login Table to define which VIP they belong to ??
( 0 = normal , 1 or above = VIP )
maybe some new script commands
* get_vip()
- return the VIP level
* get_vip_duration( <vip_id> )
- return the remaining VIP duration of specific vip
* setvipflag( "<vip_id>","<setting>","value" )
- temporary alter setting of specific vip in conf/vip_setting.conf
- ex. ( setvipflag( 1,"extra_char_slot",5 );
* getvipflag( "<vip_id>","<setting>" )
- return the value of setting of specific vip
* vip_setpermission( "<vip_id>","permission","<true/false>" )
- alter permission settings of specific vip
i think nope....vip and group id should be different ...
otherwise we can just simply use current group_id as "vip_id" then add a few permission / settings... O__O
er...both still sound similar