Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 16:19

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Question] Effects at Coordinates

Discussion on [Question] Effects at Coordinates within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 04/07/2010, 20:03   #16
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Quote:
Originally Posted by -impulse- View Post
I have something on my mind. I'll test then I'll post the results.

And it actually works!!!

(Image)

Beg for it and you'll have it.
Oh wow! How did you do that? Did you get my code working or design your own? Maybe if you can't paste the code for the public you can direct us in how you came up with it? I'd appreciate it- I need it so badly to finish a lot of quests.
-NewDawn- is offline  
Old 04/07/2010, 22:36   #17
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by EmmeTheCoder View Post
@Impulse

It's funny that most of the post you do is bragging of what you can do/have. Get real, you brag too much, seriously.
What's your problem? LOL

Here is what you need.

PHP Code:
        public static COPacket SpawnInvisibleEntity(ushort Xushort Yref uint UID)
        {
            
UID = (uint)(new Random().Next() % 1000000);
            
COPacket packet = new COPacket(new byte[28 8]);
            
packet.WriteInt16(28);
            
packet.WriteInt16(1109);
            
packet.WriteInt32(UID);
            
packet.WriteInt32(0); 
            
packet.WriteInt32(0); 
            
packet.WriteInt16(X);
            
packet.WriteInt16(Y);
            
packet.WriteInt16(371);
            
packet.WriteInt16(26);
            
packet.WriteByte(11);
            
packet.WriteByte(1);
            
packet.WriteByte(1);
            
packet.WriteString(" ");
            
packet.WriteString("TQServer");
            return 
packet;
        }
        public static 
COPacket CoordonateEffect(ushort Xushort Ystring Effect)
        {
            
uint UID 0;
            
COPacket packet1 SpawnInvisibleEntity(XYref UID);
            
COPacket packet2 String(UID10Effect);
            
byte[] buffer = new byte[packet1.Get.Length packet2.Get.Length];
            
Buffer.BlockCopy(packet1.Get0buffer0packet1.Get.Length);
            
Buffer.BlockCopy(packet2.Get0bufferpacket1.Get.Lengthpacket2.Get.Length);
            
COPacket packet = new COPacket(buffer);
            return 
packet;
        } 
Put them in Packet.cs where are other packets.
Usage:

Client.AddSend(Packets.CoordonateEffect(X,Y, "effect"));

Meh you got the point.
-impulse- is offline  
Thanks
3 Users
Old 04/08/2010, 00:46   #18


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
Quote:
Originally Posted by -impulse- View Post
What's your problem? LOL

Here is what you need.

Put them in Packet.cs where are other packets.
Usage:

Client.AddSend(Packets.CoordonateEffect(X,Y, "effect"));

Meh you got the point.
Ah you did what i suggested, nice one.
Korvacs is offline  
Thanks
1 User
Old 04/08/2010, 01:42   #19
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by Korvacs View Post
Ah you did what i suggested, nice one.
You suggested an 'invisible' monster. :P I believe.
-impulse- is offline  
Old 04/08/2010, 03:58   #20
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Awesome! I completely understand that now. Thanks so much for your help you guys!
-NewDawn- is offline  
Old 04/09/2010, 03:33   #21
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
NewDawn.. just wondering...have you done anything without posting it here?
PeTe Ninja is offline  
Old 04/09/2010, 07:49   #22
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Quote:
Originally Posted by PeTe Ninja View Post
NewDawn.. just wondering...have you done anything without posting it here?
Keep it to a PM Pete.
Do you mean keep stuff to myself instead of releasing them?
Well of course. Don't we all? Only Arco knows a feature that I added that no other server has. And yes, I am considerate sometimes and fix other people's problems too, like the 2nd client log in problem.

I'm new Pete, give me a break? I haven't been explained some simple facts in coding since I've never coded in C# before- or any other language besides HTML. I'm trying as hard as I can Pete- i just need some help once and a while to explain something that might seem simple to you that I've never seen before. You can only absorb so much in one month.
-NewDawn- is offline  
Old 04/09/2010, 08:19   #23
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by -NewDawn- View Post
Keep it to a PM Pete.
Do you mean keep stuff to myself instead of releasing them?
Well of course. Don't we all? Only Arco knows a feature that I added that no other server has. And yes, I am considerate sometimes and fix other people's problems too, like the 2nd client log in problem.
Black-> What is it?
Red->I've got that working, just I use sql and it doesn't error.
-impulse- is offline  
Old 04/09/2010, 09:04   #24
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Quote:
Originally Posted by -impulse- View Post
Black-> What is it?
Red->I've got that working, just I use sql and it doesn't error.
Off Topic. PM me if you're interested.
-NewDawn- is offline  
Reply


Similar Threads Similar Threads
[Question] Get coordinates by left mouseclick
06/19/2009 - Kal Online - 17 Replies
Hey epvpers, Im alten kalhackit gabs doch ne funktion, wo man STRG+Linksklick gemacht hat und dann wurde man zu der location "geportet". Weiß nicht ob das so ist aber sicherlich war das nur mit Movepackets sprich mit Superspeed da. Easy, eigentlich....Doch wie bekam das kalhackit die coords von dem linksklick raus? Meine Theorie wäre ja, dadurch das man linksklickt bewegt man sich ja. So. Der weiße Kreis der am Ende auf dich wartet sind deine Zielcoordinaten. Der Client (oder Server?!)...
[Question]Saving Coordinates.
01/18/2009 - CO2 Programming - 2 Replies
My memory based archer bot is close to done, it can jump to a certain coordinate and scatter which are the most important things right now. Anyway, I'm trying to see what would be the best way to save specific coordinates to a file and then ofcourse read them. (See it as setting a path to follow) It also has to allow other users to manipulate them to their likings, wich can be shared etc.. etc.. Now for my question, how should i approach this? Or better yet what would be my best bet and...
[Question]VB6 - Coordinates
11/28/2008 - CO2 Programming - 12 Replies
So I got a question, Im reading process memory for coordinates and i want to let it jump to another set of coordinates where would i start with making a jump? Is this possible to do without simulating clicks and having to have screen on top?



All times are GMT +1. The time now is 16:22.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.