|
You last visited: Today at 00:49
Advertisement
Disguise Skill Packet
Discussion on Disguise Skill Packet within the CO2 Private Server forum part of the Conquer Online 2 category.
11/15/2008, 16:08
|
#1
|
elite*gold: 0
Join Date: Mar 2007
Posts: 369
Received Thanks: 79
|
Disguise Skill Packet
Here the Packet
the mode like
Code:
[COLOR="Red"]277[/COLOR]0011004
The Red Numbers == Monster Mech
277 = NightDevil
Code:
public static byte[] Disguise(int charid, Int64 mode, int maxhp, int hp)
{
return new byte[] { 0x3c, 0x00, 0xf9, 0x03, ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), 0x03, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, ((byte)(mode)), ((byte)(mode >> 8)), ((byte)(mode >> 16)), ((byte)(mode >> 24)), 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, ((byte)(maxhp)), ((byte)(maxhp >> 8)), ((byte)(maxhp >> 16)), ((byte)(maxhp >> 24)), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ((byte)(hp)), ((byte)(hp >> 8)), ((byte)(hp >> 16)), ((byte)(hp >> 24)), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
}
And The Timer Packet
Code:
public static byte[] ShowDisguiseTime(int charid)
{
return new byte[] { 0x2c, 0x00, 0x51, 0x04, ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), 0x00, 0x05, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
}
|
|
|
11/15/2008, 16:57
|
#2
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
thanx for ur contribution, but still ur timer is wrong
|
|
|
11/15/2008, 17:14
|
#3
|
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 794
|
That`s what I was talking about! Keep it up m8!
|
|
|
11/15/2008, 17:43
|
#4
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
Quote:
Originally Posted by ElDeRnEcRo
That`s what I was talking about! Keep it up m8!
|
keep it up , releasing, so noobs can leach , because from releases like this one , they surely will do ctrl + c and ctrl + v.
|
|
|
11/15/2008, 17:48
|
#5
|
elite*gold: 0
Join Date: Mar 2007
Posts: 369
Received Thanks: 79
|
Quote:
Originally Posted by alexbigfoot
keep it up , releasing, so noobs can leach , because from releases like this one , they surely will do ctrl + c and ctrl + v.
|
i did't releasing this Packet for noobs
because any one will Copy and Past it
or you want them to write it
it Packet not + Code
only Coder can use this packet to make Disguise Skill Work full
noobs only will use it like Command
|
|
|
11/15/2008, 18:07
|
#6
|
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 794
|
@Alex : Stii despre ce vorbesc. Release-urile chiar sunt impotriva celor noi, dar cand nu le dai tot codu poate ca totusi invata ceva.
@Other guy (lol forgot the name) : Releasing packets is good, mmkay?
|
|
|
11/15/2008, 18:30
|
#7
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
@ElDeRnEcRo - aici ai dreptate =))
@becko713 - yea probabily , but not all noobs are stupid, if someone who dont know really good C# , but still has some inteligence , can understand very well where to put it , and u`re right about copy and paste + command
|
|
|
11/15/2008, 23:58
|
#8
|
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
|
Lol at the noob way of doing this.... This way is worse than LOTF packets.
All you really need to know is the way to get mesh to work with equipment on, and send the 0x3f9/vital/update/stat packet type.
|
|
|
11/16/2008, 00:18
|
#9
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
tao, shut up, =)) this is how disguise works lolz , use that "Disguise" packet, and u`ll see it works much better than trying with unequiping or anything else
|
|
|
11/16/2008, 00:21
|
#10
|
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
|
Dumbass, this is the stat packet written out in bytes.
I've known this "trick" you could say for a while now.
Could you possibly comprehend my post? I never said anything about unequipping.
|
|
|
11/16/2008, 11:52
|
#11
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
Quote:
Originally Posted by tao4229
Lol at the noob way of doing this.... This way is worse than LOTF packets.
All you really need to know is the way to get mesh to work with equipment on, and send the 0x3f9/vital/update/stat packet type.
|
lol?
|
|
|
11/16/2008, 12:36
|
#12
|
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
|
Quote:
Originally Posted by alexbigfoot
lol?
|
with equipment on, that's the opposite of unequipping, oh and just because you can speak romanian doesn't mean you should do so here.
|
|
|
11/16/2008, 13:49
|
#13
|
elite*gold: 0
Join Date: Dec 2007
Posts: 618
Received Thanks: 213
|
lol?
1.about romanian, i`m sorry
and 2. about the unequip thing bla bla, sorry , but sometimes i dont understand very well , so thx
|
|
|
11/16/2008, 16:08
|
#14
|
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 794
|
This place is becoming just like ******** was. Everyone flaming everyone, how did it end? The CO section got archived. Lol.
|
|
|
 |
Similar Threads
|
Disguise Skills Help
09/07/2010 - CO2 Private Server - 0 Replies
Hey guys...I used this guide http://www.elitepvpers.com/forum/co2-pserver-guides -releases/488668-fullrelease-100-working-disguise- skills-5165-a.html
to make the disguises work...I realized that it crashes the server in some cases...I tried to fix it and I kind of made it a little better but not completely and by this I mean there are still times when it crashes the server...
Now I am asking if anybody got a fixed disguise code that I may use or if anybody is willing to help me solve this...
|
Metin2 Tarnungs Bug / / / Disguise Bug
06/02/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 4 Replies
Moin,
Ich stell euch heute den vllt schon einigen bekannten ''Tarnungs-Bug'' vor
mit diesem ist es euch möglich
sichtbar aber trotzdem unanklickbar rum zu laufen.
Ob das jetzt was nützt oder nicht ist ja auch egal.^^
Es geht wie folgt:
Ihr macht Tarnung => Telt euch zu eurem Ehepartner oder benutzt den Teleporter oder ne Rolle oder sonst was.
Sobald ihr da seit => wieder Tranung
Und tadaa die Leute können euch nicht mehr anklicken!
|
Attack / Skill Packet
08/08/2009 - Ragnarok Online - 1 Replies
I wanna know how I can get the attack skill packet of a Skill.
Can anyone post a tut or brief explanation
Arigato.
|
skill packet
11/28/2007 - Conquer Online 2 - 2 Replies
When using a skill(cure).how is the target sent in the packet?
BB 7F 17 00=accid 5A 79 17 00=target
20 00 FE 03 FE 94 7D 07 BB 7F 17 00 77 05 F3 93 E7 C3 7A 02 15 00 00 00 03 13 21 C9 00 00 00 00
20 00 FE 03 F5 60 7E 07 BB 7F 17 00 77 05 F3 93 E7 C3 7A 02 15 00 00 00 03 13 21 C2 00 00 00 00
i dont see the target id in the packet?somthing to do with asc2hex?
::EDIT::i hope this aint the answer but, does it have to be xor,added and a bunch of other stuff?
|
Idea-modify packet like Frenzy skill so it can have shorter reusetime
11/25/2007 - Lineage 2 - 0 Replies
Hi,
i have idea. What about when u use some buff(frenzy,zealot...) and u modify packet, so reuse this skill can be not 5min but 30sec? Or buff(frenzy) can be not 90sec but 120sec?
I saw it in other mmorpg(Archlord), ppl modified packet and cooldown of skill was 0.... ---- ARCHLORD
|
All times are GMT +1. The time now is 00:51.
|
|