Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 17:52

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

Advertisement



VB6 Proxy - NightDevil Transformation

Discussion on VB6 Proxy - NightDevil Transformation within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
VB6 Proxy - NightDevil Transformation

Hi im trying to get the Nightdevil transformation working from a button but it doesnt seem to be working right, my code is :
Code:
Private Sub NightDevil_Click(Index As Integer)
    cl_recv2 (MakeHex2("3C 00 F9 03") & g_accid & MakeHex2("C7 67 14 00 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"))
    stat "NightDevil Activated!"
End Sub
I know to get it working otherwise I can send the packet
Code:
3C 00 F9 03 C7 67 14 00 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
to the client but I cant see why it isnt working from the button any ideas?
NovaCygni is offline  
Thanks
1 User
Old 01/07/2008, 06:15   #2
 
elite*gold: 0
Join Date: Mar 2006
Posts: 423
Received Thanks: 8
sry i dunno c++ or java... all i can sy is cant wait till its out, sry :S
skinnykhalida is offline  
Old 01/07/2008, 08:05   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
Quote:
Originally Posted by skinnykhalida View Post
sry i dunno c++ or java... all i can sy is cant wait till its out, sry :S
Its VB6 not Java or C++...
Attached Images
File Type: jpg gffgd.JPG (50.6 KB, 43 views)
NovaCygni is offline  
Old 01/07/2008, 09:24   #4
 
elite*gold: 0
Join Date: Jun 2007
Posts: 257
Received Thanks: 42
Conquer might have changed the packet, when did you last check for this? It might be old.
IHateHomos is offline  
Old 01/07/2008, 09:30   #5
 
Coksnuss's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 557
Received Thanks: 65
Maybe an other clientside check so if you do not have 100/100 XP you cant use XP skill either or something like that...
Coksnuss is offline  
Old 01/07/2008, 17:47   #6
 
Real~Death's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 1,272
Received Thanks: 246
whats the night devil packets?to server and from server?post if you can
Real~Death is offline  
Old 01/07/2008, 18:01   #7
 
elite*gold: 0
Join Date: Aug 2007
Posts: 295
Received Thanks: 89
Quote:
Originally Posted by NovaCygni View Post
Hi im trying to get the Nightdevil transformation working from a button but it doesnt seem to be working right, my code is :
Code:
Private Sub NightDevil_Click(Index As Integer)
    cl_recv2 (MakeHex2("3C 00 F9 03") & g_accid & MakeHex2("C7 67 14 00 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"))
    stat "NightDevil Activated!"
End Sub
I know to get it working otherwise I can send the packet
Code:
3C 00 F9 03 C7 67 14 00 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
to the client but I cant see why it isnt working from the button any ideas?
You've not taken the acc id out of the packet, should be:

Code:
cl_recv2 (MakeHex2("3C 00 F9 03") & g_accid & MakeHex2(" 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"))
What you were sending was basicly:
Code:
cl_recv2 (MakeHex2("3C 00 F9 03") & g_accid & g_accid & MakeHex2(" 03 00 00 00 0C 00 00 00 F2 E7 45 A5 00 00 00 00 01 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 A0 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00"))
Some-Guy is offline  
Thanks
2 Users
Old 01/07/2008, 23:37   #8
 
elite*gold: 0
Join Date: Aug 2007
Posts: 49
Received Thanks: 12
What's the point of doing this? AFAIK, changing to ND on client side won't increase attack rate on server side. And since you're not really casting ND the skill isn't going to be levelled...
flowerpot! is offline  
Old 01/08/2008, 00:51   #9
 
elite*gold: 0
Join Date: Aug 2007
Posts: 295
Received Thanks: 89
Just a useless 'fun' feature, like the monster transform in my proxy (which is never used )
Some-Guy is offline  
Reply


Similar Threads Similar Threads
Transformation
02/15/2009 - Dekaron Private Server - 2 Replies
(
Free nightdevil from proxy?
06/30/2007 - Conquer Online 2 - 11 Replies
Ok, well I was just thinking about this. When you use dhcyclone on a proxy, you turn into divine hare with cyclone on your client. Other players see your character normally, but you jump very quickly. So I'm wondering, if you edited a proxy to turn you into nd, would you have the same attack speed as nd server side? If so, this would be a much more cost efficient way to train trojan and warrior noobs.
NightDevil
02/27/2007 - Conquer Online 2 - 7 Replies
Okey i have heard that NightDevil will level up the skill faster but what skills? and what is nightdevil for?
nightdevil
02/03/2007 - Conquer Online 2 - 19 Replies
i been hunting at the poltergeist for like 9 hour or 12 and been doing morning and night and haven't find it. just a quick question is there a certain time that u can hunt for it. if there have tell me please or if there not then is ok too. just wanted to know.
Nightdevil??
12/27/2005 - Conquer Online 2 - 25 Replies
`Hey On my server they sell i NightDevil spell for 79kk so i want one 2 :hm: Now i read on the site HeavyGhosts drop them. So i fight them 2 days nothing -.- does somebody found him there or somewhere else i like to know!



All times are GMT +1. The time now is 17:53.


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.