Oh... is that begging for you? i didnt meant that way lols
Quote:
will if your have a good heart and help me out how to fixe ill will forever thank you for help me and god bless you from helping me this.
This Is What i Found in My Map.Quote:
when you read map, you have someting like this [Only registered and activated users can see links. Click Here To Register...]
1.you can compare old floor type with new floor castle
2.you can check if the gate is open(like csv3)..if gate is open you can check distance (gatex,gatey ,playerx, playery) < 18
Quote:
if (File.Exists(ServerBase.Constants.DMapsPath + "\\maps\\" + id.ToString() + ".map"))
{
byte[] buff = File.ReadAllBytes(ServerBase.Constants.DMapsPath + "\\maps\\" + id.ToString() + ".map");
MemoryStream FS = new MemoryStream(buff);
BinaryReader BR = new BinaryReader(FS);
int Width = BR.ReadInt32();
int Height = BR.ReadInt32();
Floor = new Game.Floor(Width, Height, ID);
if (id == 700)
if (ArenaBaseFloor == null)
ArenaBaseFloor = new Game.Floor(Width, Height, ID);
for (ushort y = 0; y < Height; y = (ushort)(y + 1))
{
for (ushort x = 0; x < Width; x = (ushort)(x + 1))
{
Floor[x, y, MapObjectType.InvalidCast, null] = !(BR.ReadByte() == 1 ? true : false);
if (id == 700)
if (ArenaBaseFloor == null)
ArenaBaseFloor[x, y, MapObjectType.InvalidCast, null] = !(BR.ReadByte() == 1 ? true : false);
}
}
BR.Close();
FS.Close();
}
If you cannot read and understand the code that you're sending us then your first goal should be to learn programming. It is a requirement if you want to work on a private server.Quote:
I dont know what does it do? Any way i dont know how to code for this kind of bug i haven't encounter this kind of bug this the only thing i dont know how to fixe this is my 1st time encounter. will if your have a good heart and help me out how to fixe ill will forever thank you for help me and god bless you from helping me this.
This Kind Of Event Dont know What to do coz i dont know how it works event like this.Quote:
If you cannot read and understand the code that you're sending us then your first goal should be to learn programming. It is a requirement if you want to work on a private server.
Start with basic C# programming tutorials and worry about conquer later.
no im not retard im just telling the truth coz i dont know how that code work like ElitePk Tournament, TeamPk, Capture the Flag or related to something like that kind of event, i only know how to make event like SS&FB DailyPK or more coz its easy to understand im not good ask you are.Quote:
Are you retarded? I'm pretty sure that you are.