• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Help on Adding a Mount Vip System Tag

dkangel83

Member
Joined
Mar 31, 2010
Messages
148
Reaction score
18
Location
Brazil
well im here again but now to ask help with a (to me) hard thing..

Im using a vip system by Summ

Code:
ALTER TABLE `accounts`
ADD COLUMN `viplastday` int(10) NOT NULL DEFAULT 0 AFTER `lastday`,
ADD COLUMN `vipdays` int(11) NOT NULL DEFAULT 0 AFTER `lastday`;

Code:
player:loadVipData()
player:updateVipTime()


Code:
dofile('data/vipsystem.lua')

i asked in a brazilian forum about how to make possible to use the tag vip to set mounts like premium then i could use premium="no" vip ="yes" or premium="yes" vip ="no" or premium="yes" vip ="yes" but the guy told me that to do it (using xml tag) the source need be changed..

The source that im using is from here https://github.com/brunominervino/forgottenserver and master link here

Is there anyone free and able to help me with?
 
Back
Top