Setting Vip on Char Creation

10/03/2010 23:48 Donyboi#1
sup peeps ive been trying to make my server on creation of a char automaticly give vip level 6 ive been reading the post released and notice that every 1 is making a npc to get the vip level, ive added this into my charcreation.cs

{
GC.MyChar.viplevel = 6)
MyClient.AddSend(Packets.Status(EntityID, Status.VIPLevel, value));
{


but on creation i dont get the vip :/ so iam missing something does this need auth'ing ??

any clues ?
10/03/2010 23:52 _Vodka#2
in GameWorker.cs find:
Program.WriteLine(GC.MyChar.Name + " has logged on. ip: " + IP);

above or under put:
GC.MyChar.VipLevel = 6;
10/04/2010 00:02 Donyboi#3
Quote:
Originally Posted by _Vodka View Post
in GameWorker.cs find:
Program.WriteLine(GC.MyChar.Name + " has logged on. ip: " + IP);

above or under put:
GC.MyChar.VipLevel = 6;
Buzzing it works cheers Vod :cool: +rep

lol it works but weni click into the diffrent whouse's on vip i get console errors iam attaching a image file