Register for your free account! | Forgot your password?

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

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

Advertisement



How to make the NPC name part of the received info!

Discussion on How to make the NPC name part of the received info! within the CO2 Private Server forum part of the Conquer Online 2 category.

Closed Thread
 
Old 07/02/2014, 03:27   #31
 
elite*gold: 0
Join Date: Jun 2014
Posts: 24
Received Thanks: 14
Quote:
Originally Posted by C# Coder View Post
You don't know me or who I am to judge and ur nothing to judge a boss like me compared to you, you jealous! Imma not wasting my time replaying to pointless/uneducated person like u I'll let u "woof woof" like dogs.


Sure, let's just pretend that you're an intelligent person .
EpvpIsAJoke is offline  
Old 07/02/2014, 03:45   #32
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Quote:
Originally Posted by EpvpIsAJoke View Post
.

There is no "showname bool". It's the amount of strings that are in the packet. Why are you even coding a private server?
xD my bad. but why count will increase more than one string?

abdoumatrix is offline  
Old 07/02/2014, 03:55   #33
 
elite*gold: 0
Join Date: Jun 2014
Posts: 24
Received Thanks: 14
Quote:
Originally Posted by abdoumatrix View Post
xD my bad. but why count will increase more than one string?

As far as I know, the MsgNpcInfo and MsgNpcInfoEx packets never contain more than one string. But this is the method they use for all their packets with variable length strings.

{ StringAmount, { String1Length, String1 }, { String2Length, String2 }, ... }
EpvpIsAJoke is offline  
Old 07/02/2014, 04:27   #34
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Quote:
Originally Posted by EpvpIsAJoke View Post
As far as I know, the MsgNpcInfo and MsgNpcInfoEx packets never contain more than one string. But this is the method they use for all their packets with variable length strings.

{ StringAmount, { String1Length, String1 }, { String2Length, String2 }, ... }

aha i see it in charachterinfo (1006) and in many other packets
abdoumatrix is offline  
Old 07/02/2014, 05:58   #35
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Quote:
Originally Posted by C# Coder View Post
You don't know me or who I am to judge and ur nothing to judge a boss like me compared to you, you jealous! Imma not wasting my time replaying to pointless/uneducated person like u I'll let u "woof woof" like dogs.
Quote:
Originally Posted by C# Coder View Post
Haha, u mad? jealous? haaaaaa dude I didn't even reach 18 and I have finished my C++ course and done a lot of projects with it now lets see how old are u and what u have done throughout all this year... btw u didn't help in this thread get the hell out of hear... ur just a chump.

Seems like he posted some hex which I doubt you even know the purpose nor how to get the information out of it that does in fact, benefit the entire purpose of the thread.

EDIT: there is no high patch co sources in c++ thats why I am not coding Co in c++.

You are right for the wrong reasons. So you don't code a source in C++ just because there are no high patch sources? If you're as good as you say you are, I would assume you could code one yourself and therefore; you don't simply because nobody else has? What a shitty reason, perhaps learn why.
Please don't use age as a reason to classify yourself as better than someone, otherwise the likes of InfamousNoone(who accomplished probably more than you before he was 18) & even myself.. who probably has also -- will kick you off your high horse.

Yes - You finished your course before you were 18, great achievement. -- Good enough to give you the right to boast? A small bit, enough to compare yourself to someone who is clearly more experienced than you? no.


So with all due respect; Fuck off.
_DreadNought_ is offline  
Old 07/02/2014, 14:45   #36
 
C# Coder's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 78
Received Thanks: 8
How to make the NPC name part of the received info!

Quote:
Originally Posted by _DreadNought_ View Post
Please don't use age as a reason to classify yourself as better than someone, otherwise the likes of InfamousNoone(who accomplished probably more than you before he was 18) & even myself.. who probably has also -- will kick you off your high horse.

Yes - You finished your course before you were 18, great achievement. -- Good enough to give you the right to boast? A small bit, enough to compare yourself to someone who is clearly more experienced than you? no.


So with all due respect; **** off.
Well if u started before u were 18 and still didn't code your own new whole game not a private server on a company's game I mean a game u made all by ur self then let's say u r bad enough that u can't even get a job.

I asked for help in this thread and didn't ask you for ur opinion or even to throw ur **** in here...If u can help then help if u can't then u **** off don't enter my thread and tell me to **** off, btw I don't have much time to code a whole conquer source as I am not poor like u I don't need to open a private server with no tax and run from the police like u could do I am already rich so why to exhaust my self on something supposed to be for fun, btw... Like I said **** off if u can't help or won't help it's my thread not urs. I'll keep u "whoop" like dogs just like ur friend.
C# Coder is offline  
Old 07/02/2014, 15:31   #37
 
elite*gold: 0
Join Date: Jun 2014
Posts: 24
Received Thanks: 14
Quote:
Originally Posted by C# Coder View Post
I asked for help in this thread.
I already gave you all the help you should need here:
()

But the fact is that you don't actually need "help", because you don't have the required skills to figure out how to go from a packet dump to actually implementing it in your code. What you really want is spoonfeeding; you want us to tell you exactly what code to write and where to put it, because this is something you actually understand - copy/pasting stuff.

But that's (hopefully) not going to happen.
EpvpIsAJoke is offline  
Old 07/02/2014, 15:53   #38
 
C# Coder's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 78
Received Thanks: 8
Quote:
Originally Posted by EpvpIsAJoke View Post
I already gave you all the help you should need here:
()

But the fact is that you don't actually need "help", because you don't have the required skills to figure out how to go from a packet dump to actually implementing it in your code. What you really want is spoonfeeding; you want us to tell you exactly what code to write and where to put it, because this is something you actually understand - copy/pasting stuff.

But that's (hopefully) not going to happen.
I got it to work, the code is similar to the sob spawn system with lil changes it's all about that string newbie thing that sadly no one of ya helped me achieve it earlier but glad u didn't cause doing it my self gave me more experience/Korvacs packets and pro4never source are the things that helped me ... It works perfectly now. I'll leave you whooping.
#request close
C# Coder is offline  
Old 07/02/2014, 16:29   #39


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
I can`t wait until you get your first job as a developer with this kind of arrogancy, your coworkers will murder you.
KraHen is offline  
Old 07/02/2014, 17:34   #40
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,205
Received Thanks: 4,107
Closed.
Spirited is offline  
Thanks
2 Users
Closed Thread


Similar Threads Similar Threads
Make money part 2
04/10/2012 - Facebook - 3 Replies
Referral name::takamawa06 At ******* you get paid, or you earn money for advertising, by clicking on ads to visit websites. The process is easy! You simply click a link and view a website for 30 seconds to earn money. You can earn even more by referring friends. Depending on your account Membership you get paid $0.005, $0.01 or $0.0125 for each website you personally view and the same amount for each website your referrals view. Payment requests for Premium Members can be made every day...
[How to] Make Money on the Web {Part 1}
07/12/2011 - Tutorials - 14 Replies
Willkommen zum ersten Teil meiner Tutorials zum Geld machen im Internet. Als erstes möchte ich mal betonen, dass es kein "schnelles" Geld gibt im Netz. Im Netzt verhält es sich wie im echten Leben, nur im kleineren Maßstab. Man muss schon Zeit aufwenden um sich eine Einkommensquelle zu schaffen. Und davon Leben zu können ist auch sehr unwahrscheinlich, fast unmöglich. Trotzdem möchte ich euch zeigen, wie ihr ein Nebeneinkommen schaffen könnt. Ihr fragt euch sicher, was ihr damit verdienen...
Patch 24 part 2 info
11/29/2010 - S4 League - 44 Replies
ähm falls es nicht eh schon alle wissen das kommt zum part 2 vom patch 24 http://img708.imageshack.us/img708/6985/34641462. png und für die frage wann part 2 kommt : wenn die jetzigen events beendet sind (also dann am 8. dezember)



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


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.