|
You last visited: Today at 18:24
Advertisement
Flowers fairys 5530
Discussion on Flowers fairys 5530 within the CO2 Private Server forum part of the Conquer Online 2 category.
05/11/2012, 12:59
|
#1
|
elite*gold: 0
Join Date: Jul 2011
Posts: 71
Received Thanks: 2
|
Flowers fairys 5530
|
|
|
05/11/2012, 13:24
|
#2
|
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
|
well the packet responsible for the Flower Transformation is packet 2070 and we dont know its offsets so we cant make it work till we get its Offsets
those offsets can be easily Brought by using packet logger Or guessing
|
|
|
05/11/2012, 17:11
|
#3
|
elite*gold: 0
Join Date: Jul 2011
Posts: 71
Received Thanks: 2
|
thnx for informing
|
|
|
05/11/2012, 18:31
|
#4
|
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,143
|
Lol, I found the offsets a year ago using a for-loop and trial and error. If you can't do the same, learn.
|
|
|
05/11/2012, 19:10
|
#5
|
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
|
Quote:
Originally Posted by Zeroxelli
Lol, I found the offsets a year ago using a for-loop and trial and error. If you can't do the same, learn.
|
If u have Female char ... Could Do packet 2707 to us ? .. my only problem is that i dont have female char that can do transformation
|
|
|
05/11/2012, 19:30
|
#6
|
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,143
|
Quote:
Originally Posted by shadowman123
If u have Female char ... Could Do packet 2707 to us ? .. my only problem is that i dont have female char that can do transformation
|
That'd be impossible at the moment, unfortunately. Flowers have been botted for the past two or three years on my server, plus I haven't been on real co in a long time.
If I still had my Co2 source, I would help you. But I do not. All I can tell you is that you should open a packet logger and ask someone around you to transform.
EDIT: Also, if you're trying to find the packet for displaying the number of flowers, etc, just keep entering different values. For one offset, use 12345, for the next, 12346, etc. Then you know that if the number of flowers is 12346, it's the offset you set as 12346. That's one of the best ways to go about it if you don't have a way of logging the packets. The second way, of course, would be to run OllyDBG or VS On-Time debugger and find the handler for the packet in the conquer client. You can find the offsets that way. Or rather, find an estimate for them.
For example, if it reads four values of two Int32s, one Int16, and one Byte, you know that's a length of at least 15, since we know that an Int32 (or UInt32) is four bytes, and we have two. That's eight bytes. An Int16 (or UInt16/UShort/Short) is two bytes, and a byte is, of course, one byte. That brings it to 11 bytes, and we add the 4 bytes for the header (length + type). Good luck.
|
|
|
05/11/2012, 19:50
|
#7
|
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
|
Quote:
Originally Posted by Zeroxelli
That'd be impossible at the moment, unfortunately. Flowers have been botted for the past two or three years on my server, plus I haven't been on real co in a long time.
If I still had my Co2 source, I would help you. But I do not. All I can tell you is that you should open a packet logger and ask someone around you to transform.
EDIT: Also, if you're trying to find the packet for displaying the number of flowers, etc, just keep entering different values. For one offset, use 12345, for the next, 12346, etc. Then you know that if the number of flowers is 12346, it's the offset you set as 12346. That's one of the best ways to go about it if you don't have a way of logging the packets. The second way, of course, would be to run OllyDBG or VS On-Time debugger and find the handler for the packet in the conquer client. You can find the offsets that way. Or rather, find an estimate for them.
For example, if it reads four values of two Int32s, one Int16, and one Byte, you know that's a length of at least 15, since we know that an Int32 (or UInt32) is four bytes, and we have two. That's eight bytes. An Int16 (or UInt16/UShort/Short) is two bytes, and a byte is, of course, one byte. That brings it to 11 bytes, and we add the 4 bytes for the header (length + type). Good luck.
|
i got a working packet logger and its Pretty easier way than using Olly...Your idea is perfect ..about telling sm1 to transform well i know how to code Systems , Anaylise packet and build it so ..Thx Alot for ur idea
|
|
|
05/11/2012, 19:55
|
#8
|
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,143
|
Quote:
Originally Posted by shadowman123
i got a working packet logger and its Pretty easier way than using Olly...Your idea is perfect ..about telling sm1 to transform well i know how to code Systems , Anaylise packet and build it so ..Thx Alot for ur idea
|
No problem. I hope your problem gets resolved and you find the data you need. Good luck.
|
|
|
05/11/2012, 20:50
|
#9
|
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
|
Quote:
Originally Posted by Zeroxelli
No problem. I hope your problem gets resolved and you find the data you need. Good luck.
|
Thx Alot For your attitude .. You r Good Person Seriously Good luck too in w.e u do
|
|
|
05/11/2012, 20:53
|
#10
|
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,143
|
Quote:
Originally Posted by shadowman123
Thx Alot For your attitude .. You r Good Person Seriously Good luck too in w.e u do
|
Well, I have no problem helping people who have a willingness to learn and actually want the help. Some may see me as mean, but a lot of the time I have to be that way. I'm glad you saw the good in it, though.
|
|
|
05/12/2012, 07:30
|
#11
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
PHP Code:
case 2070: { uint SType = BitConverter.ToUInt32(Data, 4), FairyType = BitConverter.ToUInt32(Data, 12); switch (SType) { case 1:
if (Client.IsFairy) { /* return or Cancel the other transformation first*/ } Client.IsFairy = true; Client.FairyType = FairyType; Spawns.SpawnThis(Packets.SpawnFairy(Client.UID, SType, FairyType), Client); break; case 2:
if (!Client.IsFairy) return; Client.IsFairy = false; Client.FairyType = 0; Spawns.SpawnThis(Packets.SpawnFairy(Client.UID, SType, FairyType), Client); break; default: /*Unknown S type*/ break; } break; }
SpawnFairy packet:
UInt16(20, 0);
UInt16(2070, 2);
UInt32(SType, 4);
UInt32(0, 8);
UInt32(FairyType, 12);
UInt32(UID, 16, Pack);
Enjoy...
|
|
|
05/12/2012, 10:04
|
#12
|
elite*gold: 0
Join Date: Aug 2007
Posts: 1,525
Received Thanks: 230
|
Quote:
Originally Posted by { Angelius }
PHP Code:
case 2070:
{
uint SType = BitConverter.ToUInt32(Data, 4), FairyType = BitConverter.ToUInt32(Data, 12);
switch (SType)
{
case 1:
if (Client.IsFairy) { /* return or Cancel the other transformation first*/ }
Client.IsFairy = true; Client.FairyType = FairyType;
Spawns.SpawnThis(Packets.SpawnFairy(Client.UID, SType, FairyType), Client);
break;
case 2:
if (!Client.IsFairy) return;
Client.IsFairy = false; Client.FairyType = 0;
Spawns.SpawnThis(Packets.SpawnFairy(Client.UID, SType, FairyType), Client);
break;
default:
/*Unknown S type*/
break;
}
break;
}
SpawnFairy packet:
UInt16(20, 0);
UInt16(2070, 2);
UInt32(SType, 4);
UInt32(0, 8);
UInt32(FairyType, 12);
UInt32(UID, 16, Pack);
Enjoy...
|
Thx Alot i never thought i sm1 would do smthing like that ..Glad to find A Helpful members like u and zero in This Almost Dead section
|
|
|
05/22/2012, 01:12
|
#13
|
elite*gold: 0
Join Date: Aug 2009
Posts: 49
Received Thanks: 3
|
good source, tnx
|
|
|
05/27/2012, 16:06
|
#14
|
elite*gold: 0
Join Date: Oct 2007
Posts: 37
Received Thanks: 6
|
What source are you using for your 5530 client?;o
|
|
|
 |
Similar Threads
|
Help with flowers :p
11/15/2011 - Metin2 Private Server - 6 Replies
http://img197.imageshack.us/img197/9264/1115015027 .jpg
Syserr:
1115 01:47:19692 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1115 01:47:19984 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1115...
|
I just want to know The Flowers effect
05/31/2011 - CO2 Private Server - 0 Replies
hello guys i have created my flower system with the guide of some release here in this forum and i got it right, what i am asking now is that, I don't know the effect if you got the 999 lilies there should be a flower display in your character name beside it. anyone know about it?
edit: I have also problem when the SuperBoss drop Phase4 to Phase6 Soul item and i will pick it up and re log in the client the item in the inventory lost only for that soul but other soul item are not.
|
[RELEASE]Full Fairys+SQl
05/27/2011 - EO PServer Guides & Releases - 5 Replies
Hey guys i just wanna release White Fairy and pink Fairy
any problem can post here.. :D
White Fairy IDS:
815240
1082240
1072240
1072241
|
Help on Flowers...
02/26/2010 - CO2 Private Server - 1 Replies
Im adding public static void SaveFlowerRank to Database.cs
and its saying this.
Error 1 The name 'GetConnection' does not exist in the current context C:\Documents and Settings\Administrator\My Documents\Fixed Source\rikardo updated\Database.cs 317 36 NewestCOServer
Im using this code... i use 5165
|
flowers
02/24/2010 - EO PServer Hosting - 1 Replies
im using candy db but for some reason u cant buy 999 flowers or 9999 flowers from mall if anyone can help it would be great thanks :)
|
All times are GMT +1. The time now is 18:26.
|
|