|
You last visited: Today at 15:18
Advertisement
[INFO] Jump over the guild gate and wall problem
Discussion on [INFO] Jump over the guild gate and wall problem within the CO2 Private Server forum part of the Conquer Online 2 category.
08/16/2009, 08:03
|
#1
|
elite*gold: 0
Join Date: Aug 2007
Posts: 310
Received Thanks: 13
|
[INFO] Jump over the guild gate and wall problem
Yeah.. how to fix that since i tried to disable the coordinates but that doesnt work either.
|
|
|
08/16/2009, 09:45
|
#2
|
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
|
You need to have a method that checks if you are jumping from a coordinate outside the wall to inside the wall, and you would need to check if a gate is open that would allow that jump.
This may or may not be inside of my Nano release.
|
|
|
08/16/2009, 10:05
|
#3
|
elite*gold: 0
Join Date: Aug 2007
Posts: 310
Received Thanks: 13
|
Nope it isnt otherwise i wouldnt ask it :P
Andy you gave me the advice well i followed it by switch 1 thingy and well whatss wrong with this code :
Quote:
case 94://Revive
{
if (CSocket.Client.Dead && DateTime.Now >= CSocket.Client.DeadActivated.AddSeconds(20))
{
CSocket.Client.InvencibleTime = DateTime.Now;
CSocket.Client.CurrentHP = CSocket.Client.MaxHP;
CSocket.Client.Dead = false;
int[] R = Nano.RevivePoints[(int)CSocket.Client.Map];
Handler.Teleport(R[0], R[1], R[2], 0, CSocket);
CSocket.Send(ConquerPacket.Status(CSocket, 2, 0, Struct.StatusTypes.StatusEffect));
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.Model, Struct.StatusTypes.Model));
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.CurrentHP, Struct.StatusTypes.Hp));
ConquerPacket.ToLocal(ConquerPacket.General(CSocke t.Client.ID, CSocket.Client.X, CSocket.Client.Y, 0, 0, 0, Struct.DataType.EntityRemove), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, CSocket.Client.ID);
ConquerPacket.ToLocal(ConquerPacket.SpawnCharacter (CSocket), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
}
switch (1)
{
case 1:
if (CSocket.Client.Dead && CSocket.Client.HeavenBlessing > 1)
{
CSocket.Client.CurrentHP = CSocket.Client.MaxHP;
CSocket.Client.Dead = false;
CSocket.Send(ConquerPacket.Status(CSocket, 2, 0, Struct.StatusTypes.StatusEffect));
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.Model, Struct.StatusTypes.Model));
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.CurrentHP, Struct.StatusTypes.Hp));
ConquerPacket.ToLocal(ConquerPacket.General(CSocke t.Client.ID, CSocket.Client.X, CSocket.Client.Y, 0, 0, 0, Struct.DataType.EntityRemove), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, CSocket.Client.ID);
ConquerPacket.ToLocal(ConquerPacket.SpawnCharacter (CSocket), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
ConquerPacket.ToLocal(ConquerPacket.Effect(CSocket .Client.ID, "relive"), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
}
break;
}
break;
}
|
|
|
|
08/16/2009, 14:10
|
#4
|
elite*gold: 0
Join Date: Mar 2008
Posts: 55
Received Thanks: 4
|
You switch the subtype, not 1.
|
|
|
08/16/2009, 14:22
|
#5
|
elite*gold: 0
Join Date: Aug 2007
Posts: 310
Received Thanks: 13
|
Then if your so godly correct me lmao?
|
|
|
08/16/2009, 18:16
|
#6
|
elite*gold: 0
Join Date: Mar 2008
Posts: 55
Received Thanks: 4
|
I dun see any reason y I'd do that. You'd only benefit from it.
|
|
|
08/16/2009, 18:53
|
#7
|
elite*gold: 0
Join Date: Aug 2007
Posts: 310
Received Thanks: 13
|
Then you obviously are only a talker and no thank you i fixed it myself .. so glp.
|
|
|
08/16/2009, 18:58
|
#8
|
elite*gold: 0
Join Date: Mar 2008
Posts: 55
Received Thanks: 4
|
You see, I only gave out a point in which if you really did fix it, was pointing you at a direction. Now if your gonna flame me for it be my guest, not that I care anyways
And like I said, since I wasn't into CoEmu anymore, I didnt see any good reason why I'd go through packet logging and figuring out which was the subtype if I wasn't gonna use it in the first place.
But good job on figuring it out though.
|
|
|
08/16/2009, 19:53
|
#9
|
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
|
What you did makes NO sense what so ever.
(The coding)
|
|
|
 |
Similar Threads
|
HELP PLEASE, Guild War Wall And Gate Problem
07/12/2009 - CO2 Private Server - 3 Replies
Hi all,, if i go Guild War I can jump on the gate without breaking the gate i can jump in on wall or gate please help me to fixed this!!!!!
|
Any jump gate, jump wall tool for 5028
06/23/2008 - Conquer Online 2 - 0 Replies
I've searched the whole site looking for a tool for the above mentioned. Anyone know any tools still work for 5028 patch with the above mentioned feature?
|
Any tools that allow us to jump gate/wall like CID Proxy?
05/09/2008 - Conquer Online 2 - 6 Replies
Title speaks it all....
|
Jump Guild Wall *NOT GATE*
12/03/2007 - CO2 Exploits, Hacks & Tools - 13 Replies
This is a repost - DM
I know some people already know this trick and a lot still don't. I've seen far to many jump guild gate postings to ignore it any longer so I will post a little trick that far exceeds the guild gate jump exploit.
Follow the instructions and the image to get inside of guild area without high ping or disconnecting.
1. Stand at point A or anywhere near it but south of the corner.
2. Jump to point B then immediately to point C.
3. It will generally teleport you...
|
All times are GMT +1. The time now is 15:18.
|
|