[Help] How to make VIP system

Status
Not open for further replies.
Re: [HELP]How to make VIP system

Searched allready... I found one thread but there people offers to create a sub server, and I dont want this... I think that it is just a MSSQL job needed... Also to disable gates to Arena. MSSQL job need to read a text file where accounts are written and when character makes swith character(I dont know how to realize that) read his cordinates, if he is in the list and if his cordinates=lorencia bar then move him to map 6 x y... I havent programing skills so I dont know how this will look in MSSQL code, also I dont know how to register that the char maked switch char...
 
Upvote 0
Re: [HELP]How to make VIP system

So instead of having a separate server for VIP you want to make Arena the VIP location??
Stupid but ok...


Block warping to arena, set it to allow only certain users in........
Can't figure out how to do that then use the handy little SEARCH button to figure out how.
 
Upvote 0
Re: [HELP]How to make VIP system

So instead of having a separate server for VIP you want to make Arena the VIP location??
Stupid but ok...


Block warping to arena, set it to allow only certain users in........
Can't figure out how to do that then use the handy little SEARCH button to figure out how.

Tell me why you think its stupid ? and about search button - I used it
 
Upvote 0
Re: [HELP]How to make VIP system

For a couple of reasons you cannot create special spot in a certain location, however as someone said before me, you can create a vip map by removing its gate and reworking it in someway for vips, either to auto move then in that map when they login with their accounts or use a web script to do it..either ways the effect is the same
 
Upvote 0
Re: [HELP]How to make VIP system

I don't think there is anything like that here. If you can't find it in search that means likely nothing on that. Try to ask those who posted similar thing using IM you might get something.
 
Upvote 0
Re: [HELP]How to make VIP system

OK, i had this trouble today, if you want to make a proper one, make a folde in ur server root, called VIP, then copy, not move, copy the data folder and gameserver folder of your server into that folder, now, go on data\serverinfo.dat, and make ConnectMemberLoad = 0, and change it to ConnectMemberLoad = 1, now go to connectmember.txt in the data folder, and after all the lines, go to a new line, and type the ACCOUNT NAME, that you want to be in VIP server, like this "example", then setup your startup and Connect Server so you have 2 servers on yuor client, and make one VIP server on the label, and then setup your startup correctly, and boom!, you have a VIP server, not that hard really, and to add new accounts just put them in connectmember.txt and restart the VIP gameserver, and you have another accessible member, if you go on client with an account that is not on the VIP list, then it will say your account is invalid, you can change that to whatever you want later in text.bmd,


if you want to know how to configure you gameserver to startup correctly, then on ur mu server startup (sayin thst you have mu server startup ((SKYTEAM))) then put ur IP and and put the ports right, and make sure ur dataserver port is different from your other gameserver, aswell as your VIP gameserver port must be different (Y), hope that helped
 
Upvote 0
Status
Not open for further replies.
Back