Register for your free account! | Forgot your password?

You last visited: Today at 03:04

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

Advertisement



[Release]NPCs for Coemu V2 source

Discussion on [Release]NPCs for Coemu V2 source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
felipeboladao's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 255
Received Thanks: 273
[Release]NPCs for Coemu V2 source

Post here the Npcs for Coemu Source, thanks for you contribution...

Code:
					case 104839: // BoxerLi PC- TG teleporter
					{
						if (LinkBack == 0)
						{
							Text("If you are level 20 or above, you may train ub the training ground. Would you like me to teleport you there for 1000 silver.", CSocket);
							Link("Yes, please.", 1, CSocket);
							Link("No Thanks.", 255, CSocket);
							End(CSocket);
						}
                        else if (LinkBack == 1)
                        {
                            Text("In the training ground, you will not lose any HP or MP. And no items nordurability will be consumed.", CSocket);
                            Link("Please teleport me there.", 2, CSocket);
                            Link("No, I changed my mind.", 255, CSocket);
                            End(CSocket);
                        }
                        else if (LinkBack == 2)
                        {
                            if (CSocket.Client.Money >= 1000)
                            {
                                Teleport(1039, 219, 215, 0, CSocket);
                                Money(-1000, CSocket);
                            }
                            else
                            {
                                Text("Sorry, you do not have 1000 silver.", CSocket);
                                Link("I see.", 255, CSocket);
                                End(CSocket);
                            }
                        }
						break;
					}
Arena Guard NPC

Code:
                    case 10021: // ArenaGuard
                    {
                        if (LinkBack == 0)
                        {
                            Text("The arena is open. Welcome to challenge olther people. The admission fee is only 50 silver.If you are in the arena, you will not gain or lose any experience or items equipped, and will get revived at the place you die.The kungfu circle is very dangerous, I suggest you PK in area.", CSocket);
                            Link("Enter the arena.", 1, CSocket);
                            Link("Just passing by.", 255, CSocket);
                            End(CSocket);
                        }
                        else if (LinkBack == 1)
                        {
                            if (CSocket.Client.Money >= 50)
                            {
                                Teleport(1005, 051, 068, 0, CSocket);
                                Money(-50, CSocket);
                        }
                        else
                        {
                            Text("Sorry, you do not have 50 silver.", CSocket);
                            Link("I see.", 255, CSocket);
                            End(CSocket);
                        }
                      }
                        break;
                    }
felipeboladao is offline  
Old 06/26/2009, 08:52   #2
 
mejo33's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 370
Received Thanks: 117
... is already such a topic. Everybody no add new npc.

#Request Close.
mejo33 is offline  
Thanks
1 User
Old 06/26/2009, 20:49   #3
 
elite*gold: 0
Join Date: Jul 2007
Posts: 73
Received Thanks: 1
i make BoxerLi tc - TG teleporter when i go in when i try to go out i back to pc cuz i copy the code from BoxerLi PC- TG teleporter can u help me
0105653642 is offline  
Reply


Similar Threads Similar Threads
[Release]Random NPCs for -impulse-'s source
05/24/2013 - CO2 PServer Guides & Releases - 17 Replies
Hello, I will share with you a few NPCs I made for -impulse-'s source. First is the SurgeonMiracle NPC to change size/gender for one dragonball. In Dialogs.cs #region SurgeonMiracle case 111812: { switch (npcRequest.OptionID)
[Release] DisCity NPCs (CoEmu v2)
05/04/2010 - CO2 PServer Guides & Releases - 14 Replies
here are the npcs to dis city... you will have to make the other 2 NPCs because in CoEmu databse come only with the first SolarSaint... if have some bug post please i'm developing it yet! case 3215: { if (LinkBack == 0) { Text("Our ancestor exerted their utmost efforts and defeated the demons. Since", CSocket); Text("then the world has been kept in...
[Release]CoEmu V2 C++ Source
01/02/2010 - CO2 PServer Guides & Releases - 13 Replies
Hello Guys i Writen This Source From Along Time Now Time To Share It DownLoad Link : CoEmu V2 C++ Source Writen By MeGaMaX.rar If You Want It In another lang Just add Me [email protected]
[Release]Fix the ShopMall in Coemu Source
07/16/2009 - CO2 PServer Guides & Releases - 14 Replies
Okay, Best Code... Look Imag's http://www.elitepvpers.com/forum/attachment.php?at tachmentid=23183&stc=1&d=1243402494 http://www.elitepvpers.com/forum/attachment.php?at tachmentid=23184&stc=1&d=1243402494 http://www.elitepvpers.com/forum/attachment.php?at tachmentid=23185&stc=1&d=1243402494



All times are GMT +2. The time now is 03:04.


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.