Register for your free account! | Forgot your password?

You last visited: Today at 23:59

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

Advertisement



[Release/Info] Faces & List

Discussion on [Release/Info] Faces & List within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
[Release/Info] Faces & List

Okay, so my friend was bugging me on MSN about the face packet for NPC's. I decided to shut him up and write it, before that I checked ePvP to see if anyone had released it yet; they had. However, those who released it knew nothing about the packet; not even to offset.

What am I talking about? For example, someone released this code:
Code:
        public static void Face(int Face, ClientSocket CSocket)
        {
            CSocket.Send(ConquerPacket.NPCTalk(2544, Face, 255, 4));
        }
People say, well it worked; so what's wrong with it? They didn't read THE DAMN PACKET!

The offset of the image to the actual directory, as per the client; is 11.

They put:
Code:
Face(30, CSocket);
For BoxerLi.. First off, that's the incorrect image (); Secondly, that image didn't even show up, this one did ()

This is because they didn't take into account the offset of 11, so they got an incorrect image; on top of their incorrect code. The correct code would be:
Code:
        public static void Face(int Face, ClientSocket CSocket)
        {
            CSocket.Send(ConquerPacket.NPCTalk(2544, Face + 11, 255, 4));
        }
So
Code:
Face(30, CSocket);
Actually gives ()

Also, the correct image is () to my knowledge, anyway.


Feel free to use that graphic list for finding the right face for your NPC's, that's why I made it.

@programmers: Look up a packet before you post code, k? </rant>
Zeroxelli is offline  
Thanks
10 Users
Old 06/03/2009, 02:05   #2
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Wow thanks This is REALLY helpful
hunterman01 is offline  
Thanks
2 Users
Old 06/03/2009, 02:07   #3
 
elite*gold: 0
Join Date: Jun 2007
Posts: 323
Received Thanks: 30
Yerr such a sexy beast =]
Zanzibar is offline  
Thanks
3 Users
Old 06/03/2009, 02:08   #4
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by hunterman01 View Post
Wow thanks This is REALLY helpful
Np, I just get tired of seeing people blindly release "information".

Quote:
Originally Posted by Zanzibar View Post
Yerr such a sexy beast =]
Zeroxelli is offline  
Thanks
2 Users
Old 06/03/2009, 02:57   #5
 
scottdavey's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 684
Received Thanks: 238
Nice work dude.
scottdavey is offline  
Thanks
2 Users
Old 06/03/2009, 03:34   #6
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by scottdavey View Post
Nice work dude.
Thanks
Zeroxelli is offline  
Thanks
2 Users
Old 06/05/2009, 16:10   #7
 
m4l4ria's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 45
Received Thanks: 8
Nice Work
Thanks!
m4l4ria is offline  
Thanks
2 Users
Old 06/05/2009, 21:14   #8
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by m4l4ria View Post
Nice Work
Thanks!
Np, Glad to be of some help
Zeroxelli is offline  
Thanks
3 Users
Old 06/06/2009, 01:59   #9
 
elite*gold: 0
Join Date: Jan 2008
Posts: 57
Received Thanks: 16
thanks, its cool to make the pics in one place
unluckyunknown45654554 is offline  
Thanks
3 Users
Old 06/06/2009, 03:36   #10
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by unluckyunknown45654554 View Post
thanks, its cool to make the pics in one place
No prob, and yeah it's a lot easier.
Zeroxelli is offline  
Thanks
2 Users
Old 06/14/2009, 03:32   #11
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
public static void Face(int Face, ClientSocket CSocket)
{
CSocket.Send(ConquerPacket.NPCTalk(2544, Face + 11, 255, 4));
}

Where exactly would this go? npctalk.cs? And when it is in there does this mean that if I use a code with face30 that it won`t give errors anymore? Please tell me it will sort that problem lol Your help is valued so much by me as it always friggin works

Which is why I will ask a question which as far as I can tell has not been answered yet the tc bridge problem you can not cross it but if I am not mistaken it did this in gwa until I loaded all maps.
WHITELIONX is offline  
Old 06/14/2009, 03:45   #12
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
bottom of NpcTalk.cs
Zeroxelli is offline  
Thanks
3 Users
Old 09/30/2009, 19:13   #13
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Oh no the npc links are gone, just when I needed them, doesn't anyone happen to have them?
Zion~ is offline  
Reply


Similar Threads Similar Threads
B4DW Server Info List
09/22/2010 - Shaiya Private Server - 25 Replies
Battle for Dwater Server Info: 30X Experience Rate w/ Bonus Exp Weekends 10X Gold Drops EP4 Server environment NO Nos NO Lapisia
[Release]List of RuneScape Private Servers - Add your p-serv to the list ASAP!
05/17/2010 - Runescape Private Server - 2 Replies
BTW IM HOPING THIS GETS STICKY, BECAUSE ITS REALLY USEFUL! Hello, I'v noticed that there is no proper way of advertising a RuneScape Private Server on ElitePvPers. Im hoping this will fix the problem... If you have a runescape Private Server write a bit about your p-server under.
[RELEASE]NPC Faces
11/08/2009 - CO2 PServer Guides & Releases - 12 Replies
Hey dudes here you go this is the face code :) below this public static void Input(int LinkBack, ClientSocket CSocket) { CSocket.Send(ConquerPacket.NPCTalk(LinkBack, 3, "")); } add this
[Info] Item properties list
06/09/2008 - General Gaming Releases - 0 Replies
I had a look around and couldnt see this posted by anyone else, my apologies if its a repost. I dont take credit for compiling this list, I merely stumbled across it on the AOC forums and thought it was great and people here may find it useful. It can make finding what you're looking for on the auction house a whoooole lot easier. Armor Item Properties (including Shields) Algid +% Cold Invuln Baneful + Unholy Damage
[INFO] server list
11/30/2007 - Lineage 2 - 0 Replies
the idea is a list of servers where hlapex or packethack works. post host or eventually the site. ty ^^



All times are GMT +2. The time now is 23:59.


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.