[Big-Release]Re-UnitedCo 5017 Source (With setup!) + Client

07/10/2010 19:42 .:Saad:.#61
Quote:
Originally Posted by irritantgassie View Post
Did you made the CIDServer.dat to ur IP and name?
AccountID, and LogonType.
AccountID (Ur own choice!!), LogonType = 0 (Zero)
Oh yea i forgot to change the CIDServer.dat
okay done now when i put the Account = blabla , and the pw = 0 (Zero)

it says "Error: Connection with the server interrupted. Please re-login"
07/10/2010 19:45 irritantgassie#62
Quote:
Originally Posted by .:Saad:. View Post
Oh yea i forgot to change the CIDServer.dat
okay done now when i put the Account = blabla , and the pw = 0 (Zero)

it says "Error: Connection with the server interrupted. Please re-login"
You dont need t put in a password only LogonType to 0 and Username!
07/10/2010 19:48 .:Saad:.#63
Quote:
Originally Posted by irritantgassie View Post
You dont need t put in a password only LogonType to 0 and Username!
what do you mean with LogonType to 0 ? xD
07/10/2010 20:05 irritantgassie#64
Quote:
Originally Posted by .:Saad:. View Post
what do you mean with LogonType to 0 ? xD
Nvm i mean 2,
Set AccountID to ur username
and LogonType type in the field 2!!
07/10/2010 20:08 .:Saad:.#65
Quote:
Originally Posted by irritantgassie View Post
Nvm i mean 2,
Set AccountID to ur username
and LogonType type in the field 2!!
i dont even know what the LogonType is lol in wich field do i have to put 2 ?? :DD

and wich username do i have to put in Acc ID ? xD

btw thx dude you help alot :D
07/11/2010 14:53 irritantgassie#66
Quote:
Originally Posted by .:Saad:. View Post
i dont even know what the LogonType is lol in wich field do i have to put 2 ?? :DD

and wich username do i have to put in Acc ID ? xD

btw thx dude you help alot :D
Haha no problem, we already fixed it on MSN! :D
07/13/2010 05:21 Fish*#67
did u fix database problem?
did u fix socket problem?
did u fix angels?
did u fix npc problem?
what is the "fixed guildwar"?

btw. my pkers to jail thing, dont work ;)

fix:
search for (in character.cs):
Code:
public void Revive(bool Tele)
remove:
Code:
General.Blackname();
Search for:
Code:
public bool GetHitDie(uint Damage)
find:
Code:
Alive = false;
under put:
Code:
GetJailed();
under the whole code put:
Code:
        public void GetJailed() //For sending pkers in jail
        {
            if (PKPoints >= 100)
            {
                World.SendMsgToAll(Name + " have killed to much and been send to jail.", "SYSTEM", 2000);
                Teleport(6000, 55, 55);
            }
            else if (PKPoints >= 30)
            {
                Random C = new Random();
                int Nr = C.Next(1, 3);
                if (Nr == 1)
                {
                    World.SendMsgToAll(Name + " was captured, but got away from jail. Guard: We will get you!!", "SYSTEM", 2000);
                }
                if (Nr == 2)
                {
                    World.SendMsgToAll(Name + " have killed to much and been send to jail.", "SYSTEM", 2000);
                    Teleport(6000, 55, 55);
                }
                if (Nr == 3)
                {
                    World.SendMsgToAll(Name + " was captured, but got away from jail. Guard: We will get you!!", "SYSTEM", 2000);
                }
            }
        }
Now in general.cs find:
Code:
public static void Blackname()
delete the whole code!
07/13/2010 06:13 jediderek1#68
I finally got my server up and running :) Just a few questions. How do I make myself a GM? And how do I start customizing the server by doing prizes, scheduling gws, tourments, etc. Thanks
07/13/2010 09:00 allizzel777#69
First off bro next time u release something like this make a video for people lOl :p its alot easier!
07/13/2010 12:03 irritantgassie#70
Quote:
Originally Posted by jediderek1 View Post
I finally got my server up and running :) Just a few questions. How do I make myself a GM? And how do I start customizing the server by doing prizes, scheduling gws, tourments, etc. Thanks
You have to set Status in the Accounts database to 8!

Quote:
Originally Posted by allizzel777 View Post
First off bro next time u release something like this make a video for people lOl :p its alot easier!
Well, pictures are ok too, I video you have to pause and play all the time this take less work!
07/13/2010 19:33 boredlol123#71
[QUOTE=irritantgassie;5972199]You have to set Status in the Accounts database to 8!



bro i got it now. i logged in my private server. at last. hehe but how to invite other ppl to play on my game? What should i do? btw, thnx man.
07/14/2010 00:14 Fish*#72
@bored
There is alot guides around.
07/14/2010 05:34 jediderek1#73
Ok so there are a couple problems I can't figure out to fix. First off, how do I change the stamina settings? Also, you can jump anywhere on the gws wall from the inside and outside, how do I fix it so you can't jump the gate/wall? Another thing is how can I change the drop rate etc, thanks.
07/14/2010 11:57 irritantgassie#74
[quote=boredlol123;5978882]
Quote:
Originally Posted by irritantgassie View Post
You have to set Status in the Accounts database to 8!



bro i got it now. i logged in my private server. at last. hehe but how to invite other ppl to play on my game? What should i do? btw, thnx man.
You need to create a hamachi room, let other join it, let them download the client, and give them the server dat with the server name and the hamachi IP from you. Then create a account for them and they can join!
07/14/2010 14:45 boredlol123#75
[quote=irritantgassie;5985510]
Quote:
Originally Posted by boredlol123 View Post

You need to create a hamachi room, let other join it, let them download the client, and give them the server dat with the server name and the hamachi IP from you. Then create a account for them and they can join!
ah i see. thnx anyway man for the help. umm bro, do u hav a 5165 commands?