Register for your free account! | Forgot your password?

You last visited: Today at 02:39

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

Advertisement



Official 5165 FAQ/Question thread

Discussion on Official 5165 FAQ/Question thread within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/28/2010, 15:46   #856
 
MoD4fuk4's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by mAr1u$ View Post
why I got this errors cause I doesnt edit anything in NPCDialog.cs? all I edited is adding that /stats commands in chat.cs :-ss

I believe these errors come with the source. If you want to fix them you have to look at each error and fix them by yourself. I think you should not bother to fix them until you get started editting NPCs
MoD4fuk4 is offline  
Old 01/28/2010, 15:59   #857
 
MoD4fuk4's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 20
Received Thanks: 2
Can anyone give a little help here? -->

There a command to refill Mana and im adding one to refill HP, i openned the whole project, not only the chat.cs file, make the change and press F6 then F5 once im logged in i type /heal and nothing happens.

Just in case you need to know, my folders are here:

C:\OldCODB
..Desktop\conqua\5165\DarksideCOClient\
..Desktop\conqua\5165\Fixed Source\
Attached Images
File Type: jpg Dibujo.jpg (20.2 KB, 9 views)
MoD4fuk4 is offline  
Old 01/28/2010, 16:44   #858
 
elite*gold: 0
Join Date: Jan 2010
Posts: 6
Received Thanks: 1
Quote:
Originally Posted by MoD4fuk4 View Post
I believe these errors come with the source. If you want to fix them you have to look at each error and fix them by yourself. I think you should not bother to fix them until you get started editting NPCs
I think so too, but i just want to edit xp rate, nothing else, yet, i cant cause of those errors...
DeEveL is offline  
Thanks
1 User
Old 01/28/2010, 17:14   #859
 
MoD4fuk4's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by DeEveL View Post
I think so too, but i just want to edit xp rate, nothing else, yet, i cant cause of those errors...
OOOOOHHHHHH.!!!! THANK YOUU.! You just made me open my noobie eyes hahaha Obviouly no chanced were gonna take effect cuz of that bunch of errors, so here what i did: I am not gonna bother fixing the errors yet so, i commented the whole NPCDialog.cs with /* at the beginning and */ at the end.

Also i had to comment another part at PacketHandler.cs where the NPCDialog.cs gets mentioned same way

/*What_I_need_to_comment*/

Then done

AND OF COURSE after i make my chances im going to uncomment the NPCDialog.cs and PacketHandler.cs
MoD4fuk4 is offline  
Old 01/28/2010, 22:33   #860
 
elite*gold: 0
Join Date: Sep 2008
Posts: 494
Received Thanks: 120
Quote:
Originally Posted by MoD4fuk4 View Post
OOOOOHHHHHH.!!!! THANK YOUU.! You just made me open my noobie eyes hahaha Obviouly no chanced were gonna take effect cuz of that bunch of errors, so here what i did: I am not gonna bother fixing the errors yet so, i commented the whole NPCDialog.cs with /* at the beginning and */ at the end.

Also i had to comment another part at PacketHandler.cs where the NPCDialog.cs gets mentioned same way

/*What_I_need_to_comment*/

Then done

AND OF COURSE after i make my chances im going to uncomment the NPCDialog.cs and PacketHandler.cs
bcoz u all ;p r missing jst 1 { i will show u an exples

if (bla bl)
{
bla bla
} <<

public void bla bla
{
bla bla
} <<

all the "if"s, publics, etc always need the { << openning and } << ending

if i am wrong some1 correct me
XD

p.s. the program Visual C# is telling u whats wrong, missing, etc.
also the easiest way is that u can look at other scripts structure if that 1 u r adding is same as existing, if u r adding an npc even copy/paste take a look if ur new npc's structure is shorter, looks different, or whatever then take a look on existing and check whats wrong, missing ;p
Adziunia is offline  
Old 01/28/2010, 23:26   #861
 
MoD4fuk4's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by Adziunia View Post
bcoz u all ;p r missing jst 1 { i will show u an exples

if (bla bl)
{
bla bla
} <<

public void bla bla
{
bla bla
} <<

all the "if"s, publics, etc always need the { << openning and } << ending

if i am wrong some1 correct me
XD

Hmmm well yes but i think they are specially needed where there are two or more event like:

IF something happens
{
do this
do that
}

you can see some examples of this in chat.cs
MoD4fuk4 is offline  
Old 01/29/2010, 06:27   #862
 
elite*gold: 0
Join Date: Apr 2009
Posts: 82
Received Thanks: 5
Getting help on elite pvpers is like the eclipse. EXREMELY RARE. And makes your jaw drop when you see it. I am offering to everybody now any help they need with this source. Or the 5165 - powerco- steel pack and other sources. I have almost all of them and have most npcs for almost all sources out. If i aint got i know someone who has.. SO im offering free help to anyone and u dont even have to say thanks.. Just add my msn & i will help you with whatever you need. Your probably thinkin why would someone do this on elite pvpers.. Well im the eclipse. When i needed help because i was new to visualc# and coding nobody wanted to help or share information. Alot of people just take the P*ss out of you. I know what it feels like and i wanna help people not have to go through the same horse sh**. So if u want help message me what u need or add me and ill do what i can. Thanks alot epvpers. For absolutley nothing. x x x
snow118 is offline  
Thanks
1 User
Old 01/29/2010, 13:00   #863
 
elite*gold: 0
Join Date: Nov 2008
Posts: 66
Received Thanks: 1
**** I can't edit anything cause got that error... isn't anyone who can help me?
mAr1u$ is offline  
Old 01/29/2010, 13:06   #864
 
MoD4fuk4's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by mAr1u$ View Post
**** I can't edit anything cause got that error... isn't anyone who can help me?
Maybe you want to read this quote! It will solve your problem.


Quote:
Originally Posted by MoD4fuk4 View Post
OOOOOHHHHHH.!!!! THANK YOUU.! You just made me open my noobie eyes hahaha Obviouly no chanced were gonna take effect cuz of that bunch of errors, so here what i did: I am not gonna bother fixing the errors yet so, i commented the whole NPCDialog.cs with /* at the beginning and */ at the end.

Also i had to comment another part at PacketHandler.cs where the NPCDialog.cs gets mentioned same way

/*What_I_need_to_comment*/

Then done

AND OF COURSE after i make my chances im going to uncomment the NPCDialog.cs and PacketHandler.cs
MoD4fuk4 is offline  
Old 01/29/2010, 13:39   #865
 
elite*gold: 0
Join Date: Jul 2008
Posts: 7
Received Thanks: 2
hey arco bro i need ur help add me on msn we need to talk business
dilo900 is offline  
Old 01/29/2010, 14:26   #866
 
elite*gold: 0
Join Date: Nov 2008
Posts: 66
Received Thanks: 1
Quote:
Originally Posted by MoD4fuk4 View Post
Maybe you want to read this quote! It will solve your problem.
I read it... and if i want to edit things in NPCDialog.cs ? I want to change some npc's dialog and action...
mAr1u$ is offline  
Old 01/29/2010, 15:11   #867
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 534
Received Thanks: 66
Ok if people are having a problem with the NPCDialog.cs then firstly if I am not mistaken there is probably a CSocket in there somewhere so all you need to do is find it (this has been said before!) and delete that NPC from the source. The reason is simple this source does not use CSocket and it WILL screw the source up!

If it was not explained on this site then it was explained on the other site so forgive me if it was not this site that it was stated on. Basically it is down to ONE NPC that is most probably the reason why you get the errors because if I am not mistaken I had the same problem to begin with and deleted the CSocket NPC.

Do not just delete things though because you are looking for one specific thing in the NPCDialog.cs and you are looking for CSocket and nothing else and if you find CSocket in the NPCDialog.cs (I forget which NPC it actually is) then delete that NPC completely.
WHITELIONX is offline  
Thanks
1 User
Old 01/30/2010, 17:41   #868
 
elite*gold: 0
Join Date: Oct 2006
Posts: 30
Received Thanks: 1
hello need help with this source I already made all thing i was in a guide but when i tried to log in the client close can someone help me how can i solve this?
SuperSnake is offline  
Old 01/30/2010, 17:51   #869
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
Quote:
Originally Posted by SuperSnake View Post
hello need help with this source I already made all thing i was in a guide but when i tried to log in the client close can someone help me how can i solve this?
Are you using 127.0.0.1 as the GameSrverIP?
Arcо is offline  
Old 01/30/2010, 17:57   #870
 
elite*gold: 0
Join Date: Oct 2006
Posts: 30
Received Thanks: 1
yeah i did anything as its said i got that ip at the server dat aswell
SuperSnake is offline  
Reply




All times are GMT +2. The time now is 02:39.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.