Register for your free account! | Forgot your password?

You last visited: Today at 00:59

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

Advertisement



Need a SpimPle NPC

Discussion on Need a SpimPle NPC within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2012
Posts: 35
Received Thanks: 13
Post Need a SpimPle NPC

Hello guys

PLz i need a Npc wo teleport players to all boss
Namikos is offline  
Old 01/17/2013, 22:34   #2
 
elite*gold: 0
Join Date: Feb 2009
Posts: 9
Received Thanks: 0
need more info

where are they located? bi dc etc
what are the cords x, y ?
Darkstorm101 is offline  
Old 01/18/2013, 02:10   #3
 
U2_Caparzo's Avatar
 
elite*gold: 0
Join Date: Aug 2011
Posts: 314
Received Thanks: 90
it's "spimple" so u should be able to code it
U2_Caparzo is offline  
Old 01/21/2013, 12:39   #4

 
Novakhan's Avatar
 
elite*gold: 15
Join Date: Dec 2008
Posts: 332
Received Thanks: 137
Code:
                #region SuperBoss
                case 4322:
                    {
                        switch (Request.LinkID)
                        {
                            case 0:
                                {
                                    dialog.Text("Hi where you want to go now for 27 CPs?");
                                    dialog.Link("Snow Banshee", 1);
                                    dialog.Link("Terato Dragon TC", 2);
                                    dialog.Link("Terato Dragon F6", 3);
                                    dialog.Link("Lava Beast", 4);
                                    dialog.Link("Just passing by.", 255);
                                    dialog.Face(10);
                                    dialog.Send();
                                    break;
                                }
                            case 1:
                                {
                                    if (client.Entity.ConquerPoints >= 27)
                                    {
                                        client.Entity.Teleport(7007, 370, 355);
                                        client.Entity.ConquerPoints -= 27;
                                    }
                                    else
                                    {
                                        dialog.Text("Sorry you do not have 27 CPs");
                                        dialog.Link("Ok sorry!", 255);
                                        dialog.Send();
                                    }
                                    break;
                                }
                            case 2:
                                {
                                    if (client.Entity.ConquerPoints >= 27)
                                    {
                                        client.Entity.Teleport(1002, 578, 793);
                                        client.Entity.ConquerPoints -= 27;
                                    }
                                    else
                                    {
                                        dialog.Text("Sorry you do not have 27 CPs");
                                        dialog.Link("Ok sorry!", 255);
                                        dialog.Send();
                                    }
                                    break;
                                }
                            case 3:
                                {
                                    if (client.Entity.ConquerPoints >= 27)
                                    {
                                        client.Entity.Teleport(2056, 343, 332);
                                        client.Entity.ConquerPoints -= 27;
                                    }
                                    else
                                    {
                                        dialog.Text("Sorry you do not have 27 CPs");
                                        dialog.Link("Ok sorry!", 255);
                                        dialog.Send();
                                    }
                                    break;
                                }
                            case 4:
                                {
                                    if (client.Entity.ConquerPoints >= 27)
                                    {
                                        client.Entity.Teleport(2056, 179, 334);
                                        client.Entity.ConquerPoints -= 27;
                                    }
                                    else
                                    {
                                        dialog.Text("Sorry you do not have 27 CPs");
                                        dialog.Link("Ok sorry!", 255);
                                        dialog.Send();
                                    }
                                    break;
                                }

                        }
                        break;
                    }
                #endregion
Novakhan is offline  
Reply




All times are GMT +1. The time now is 01:00.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.