Register for your free account! | Forgot your password?

You last visited: Today at 15:18

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

Advertisement



How to code NPc

Discussion on How to code NPc within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 62
Received Thanks: 11
How to code NPc

If someone could post some tutorials how to code NPC's i don't mean only the NPC's DIALOG !!!Kai? I mean the whole npc coding how to and where to :P
thanks
folip5 is offline  
Old 02/23/2010, 21:11   #2
 
Huseby's Avatar
 
elite*gold: 106
Join Date: Oct 2006
Posts: 6,047
Received Thanks: 1,164
Wrong section.

#Moved
Huseby is offline  
Old 02/23/2010, 21:47   #3
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
what source..
PeTe Ninja is offline  
Old 02/23/2010, 23:10   #4
 
elite*gold: 0
Join Date: Feb 2010
Posts: 480
Received Thanks: 207
#region Bandit Head <--NPC Name
case 047565: <--- case number
{
if (Control == 0) <--first is always 0
{
GC.AddSend(Packets.NPCSay("TEXT HERE")); //NPCSay is always what the NPC says
GC.AddSend(Packets.NPCLink("TEXT HERE", 1)); //NPCLink is what the character says
GC.AddSend(Packets.NPCLink("Just passing by", 255));
GC.AddSend(Packets.NPCSetFace(30));
GC.AddSend(Packets.NPCFinish());
{
if (Control == 1) <---2nd control is always 1 {
GC.AddSend(Packets.NPCSay(""));
GC.AddSend(Packets.NPCLink("Ok", 255)); //everytime u want to end the conversation u end it with the number 255
GC.AddSend(Packets.NPCLink("Just passing by", 255));
GC.AddSend(Packets.NPCSetFace(30));
GC.AddSend(Packets.NPCFinish());
}
}
}
break;
}
#endregion

I explained the best I could.
By the way, this is only for source 5165.
Decker_ is offline  
Reply


Similar Threads Similar Threads
B> DriftCity CBS Code | S> War Rock Code / Bounty Bay Code etc.
10/05/2010 - Trading - 1 Replies
Hi, wie schon im Titel beschrieben. In der CBS vom November gab es Bonusodes für mehrere Spiele. Ich benötige DriftCity Codes. Kann sonst für alle anderen Spiele die Codes biten, einige auch doppelt. Hier eine Liste der Spiele und Bonusaktionen: - (2x) War Rock - (2x) War of Titans - (2x) World of Warcraft - (1x) Warhammer Online - (1x) Bounty Bay online
WTB: Japanischer/Chinesicher Guild Wars Trial-Code und EoTn Code
02/08/2010 - Guild Wars Trading - 5 Replies
Hallo, Wie schon oben in der beschreibung steht suche ich Japanischer/Chinesicher Trial-Code + EoTn oder die einzelnen Codes! Ich würde in Platin/Ektos/ZkeYs zahlen (allerdings nur mit Treuhandhändler), man weiss ja nie was einem Verkauft wird :P. Bitte so schnell wie möglich melden, wen einer es haben sollte.



All times are GMT +2. The time now is 15:18.


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.