Register for your free account! | Forgot your password?

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

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

Advertisement



[Request] Check this i need lot's of requests :D

Discussion on [Request] Check this i need lot's of requests :D within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
smircea's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 30
Received Thanks: 4
Post [Request] Check this i need lot's of requests :D

i need :
- enlight sistem code
- flower fix sistem code
- npc guide and how to make them to dont say : blablabla npc id xxl
- fixed item lock
- original item socketer + star/tough drills
please
smircea is offline  
Old 03/01/2010, 18:00   #2
 
xScott's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 322
Received Thanks: 63
Quote:
Originally Posted by smircea View Post
i need :
- enlight sistem code
- flower fix sistem code
- npc guide and how to make them to dont say : blablabla npc id xxl
- fixed item lock
- original item socketer + star/tough drills
please
to stop the NPC from saying its ID then comment out this part.
Code:
                           default:
                                {
                                    GC.AddSend(Packets.NPCSay("Hi, I don't talk anything useful yet, my ID is " + NPC.ToString()));
                                    GC.AddSend(Packets.NPCLink("Ok.", 255));
                                    if (N != null)
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                    else
                                        GC.AddSend(Packets.NPCSetFace(30));
                                    GC.AddSend(Packets.NPCFinish());
                                    break;
                                }
but i dont advise this because it makes coding NPCs alot harder, id do it once you've coded every NPC in your server.
xScott is offline  
Old 03/01/2010, 18:15   #3
 
elite*gold: 0
Join Date: Sep 2009
Posts: 321
Received Thanks: 60
i think its best to work most them things out ur self. my comparing sources and reading ive been working with C# for about 2 weeks now and in the last 4 days ive learnt more from comparing sources than i have by getting people to help me.
LegalConquer is offline  
Old 03/04/2010, 15:56   #4
 
smircea's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 30
Received Thanks: 4
the problem is i need a guide how to create a npc i mean how to connect that npc with his dialog in NPCDialog.cs .. that i want to say
smircea is offline  
Old 03/05/2010, 12:16   #5
 
elite*gold: 0
Join Date: Mar 2010
Posts: 1
Received Thanks: 0
Yeah i need it also when u find that out let me know.. i cant get my 3rd rb guy to talk >.> only says id...so let me know if u find out how.
Mysterious_b is offline  
Old 03/05/2010, 12:43   #6
 
elite*gold: 0
Join Date: Sep 2009
Posts: 321
Received Thanks: 60
altering npcdialog here what u need
a keyboard
visual C#
and common sense
no one elce here read a guide to do the most of simple things
now if you needed help to actully code something that may need a guide
serious!
LegalConquer is offline  
Old 03/05/2010, 12:45   #7
 
xScott's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 322
Received Thanks: 63
Use already coded NPC's and use them as a template, thats a good way to start.
xScott is offline  
Old 03/05/2010, 13:13   #8
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by xScott View Post
to stop the NPC from saying its ID then comment out this part.
Code:
                           default:
                                {
                                    GC.AddSend(Packets.NPCSay("Hi, I don't talk anything useful yet, my ID is " + NPC.ToString()));
                                    GC.AddSend(Packets.NPCLink("Ok.", 255));
                                    if (N != null)
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                    else
                                        GC.AddSend(Packets.NPCSetFace(30));
                                    GC.AddSend(Packets.NPCFinish());
                                    break;
                                }
but i dont advise this because it makes coding NPCs alot harder, id do it once you've coded every NPC in your server.
Honestly that's a bad idea, that's just gonna make them not talk and he won't know what id the npc is.
Arcо is offline  
Old 03/05/2010, 13:35   #9
 
xScott's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 322
Received Thanks: 63
Quote:
Originally Posted by .Arco View Post
Honestly that's a bad idea, that's just gonna make them not talk and he won't know what id the npc is.
i mentioned that lol

Quote:
Originally Posted by xScott View Post
to stop the NPC from saying its ID then comment out this part.
Code:
                           default:
                                {
                                    GC.AddSend(Packets.NPCSay("Hi, I don't talk anything useful yet, my ID is " + NPC.ToString()));
                                    GC.AddSend(Packets.NPCLink("Ok.", 255));
                                    if (N != null)
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                    else
                                        GC.AddSend(Packets.NPCSetFace(30));
                                    GC.AddSend(Packets.NPCFinish());
                                    break;
                                }
but i dont advise this because it makes coding NPCs alot harder, id do it once you've coded every NPC in your server.
xScott is offline  
Old 03/06/2010, 04:38   #10
 
elite*gold: 0
Join Date: Feb 2010
Posts: 378
Received Thanks: 86
Quote:
Originally Posted by abdulaleem View Post
men i need these codes plez also thanks
Stop talking like an arab. You're being raciest Decker.

On Topic: With the enlightenment system- all i know is that at 12 AM the enlightenment system gives you points (on my private server at least and I didn't code that in). One can probably make a save for it and fix it so that if they haven't logged in since yesterday then they get points.

In my opinion though, the enlightenment system is annoying. lol
-NewDawn- is offline  
Old 03/06/2010, 05:02   #11
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by -NewDawn- View Post
Stop talking like an arab. You're being raciest Decker.

On Topic: With the enlightenment system- all i know is that at 12 AM the enlightenment system gives you points (on my private server at least and I didn't code that in). One can probably make a save for it and fix it so that if they haven't logged in since yesterday then they get points.

In my opinion though, the enlightenment system is annoying. lol
Lol all I need to make it work is packet(s).
Arcо is offline  
Old 03/06/2010, 07:41   #12
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Quote:
Originally Posted by .Arco View Post
Lol all I need to make it work is packet(s).
Doesn't Everyone
hunterman01 is offline  
Reply


Similar Threads Similar Threads
[Pack] lot's of PSD's! Perfect to learn!
03/21/2011 - General Art - 4 Replies
Vielen Dank an : .soul|Tobiash , k1ngston , Unico , Ikbal & FinestSelection ! Preview http://i39.tinypic.com/331zp10.jpg Download
[Request]Requests
02/21/2010 - Mabinogi - 65 Replies
Tell me what you want, via pm. Also click the thanks button, I want my rating to be pumped. I'll respond.
[Request] Some Requests =X
06/09/2009 - CO2 Private Server - 7 Replies
Hi, Its me again xD I would like to request the following things incase anybody wishes to share with me. Nobility System Guilds Guild Wars Honor Halos Any Pre-Made NPC's Toxic Fog????????
:HH: Bot Requests. You Request, I Make
02/11/2009 - CO2 Programming - 141 Replies
Hey guys, This is a thread similar to Evanxxxm's thread with requesting different bots which he made. I will be making them in AutoIt and I will also be releasing source code so that you can use it in your own projects and learn from it. Please ask and request. Also, please explain the full concept which the bot should include and give a structure to the program. Eg.
[Requests]need someone to make these,check in side :)
12/26/2008 - CO2 Programming - 2 Replies
can someone make a bot that has all of these features? -multiclient -can use speed hack an superman None DC -shows gems an quality items,mets,dbs on the ground as pics that u can see verry well or at least make their names really big an has the qualities capitalized on the side. -can jump the guild war gates,an any other walls -an also should b able to mine for gems an houses on its own. -an should b allways updated.



All times are GMT +2. The time now is 00:27.


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.