Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 23:54

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

Advertisement



[Update] Frozen Grotto NPC Takes you to 3rd floor.

Discussion on [Update] Frozen Grotto NPC Takes you to 3rd floor. within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2007
Posts: 142
Received Thanks: 15
[Update] Frozen Grotto NPC Takes you to 3rd floor.

Hello everyone.
I've modified Grotto npc for some of you. This one let's you choose, Grotto 1 or Grotto 3. Also, this is my first npc.


If you're here to flame me, then just Alt + F4 . I ain't gonna take shiz from any of you. If you don't like my release/updates.. Then, please.. Just keep all the gibberish to yourself.

Alright let's begin.
-------------------------------------------
Go to your OLDCODB and find NPCs.txt and Add this


Code:
100001 4194 2 0 1000 472 645
Then Save it.
Next, open your database (Your NewestCOServer project)
Go to NPCDialog.cs and search for default: <-- Then above it paste this
Code:
#region FrozenGrotto


                            case 100001:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("The Frozen Grotto was once a beautiful and peaceful place, till the Evil powers arrived and destroyed everything. Do you wanna help me to save it?"));
                                        GC.AddSend(Packets.NPCLink("Of course! Send me to the First Floor!", 1));
                                        GC.AddSend(Packets.NPCLink("I'm a badass, Send me to the Next Floor!", 2));
                                        GC.AddSend(Packets.NPCLink("I'm sorry. I'm not the right man/woman to help you.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }

                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.CPs >= 2000)
                                        {

                                            GC.MyChar.CPs -= 2000;
                                            GC.MyChar.Teleport(1762, 61, 255);
                                            GC.AddSend(Packets.NPCSay("Here we are. Becareful of the Evil lord's minion."));
                                            GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                            
                                      
                                        
                                             
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("Sorry. You don't have enough of CP's to be teleported there. It costs 2 000 CPs to use my magic to get you there."));
                                            GC.AddSend(Packets.NPCLink("Damn. I'll be right back.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    if (Control == 2)
                                    {
                                        if (GC.MyChar.CPs >= 2000)
                                        {

                                            GC.MyChar.CPs -= 2000;
                                            GC.MyChar.Teleport(9996, 386, 453);
                                            GC.AddSend(Packets.NPCSay("Here we are. May the god's will, be with you."));
                                            GC.AddSend(Packets.NPCLink("Thanks.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("Sorry. You don't have enough of CP's to be teleported there. It costs 2 000 CPs to use my magic to get you there."));
                                            GC.AddSend(Packets.NPCLink("Damn. I'll be right back.", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                }
                                break;
                            #endregion
Note: If you have this NPC already added, then just add the NPCDialog . This was just the npc to take you to the extra floor.
Regards, Secrets-man.

P.S : If you cry about that how you don't have monsters or you disconnect etc.. Then go to this post :
Secrets-man is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Frozen Grotto 5 Map
05/08/2012 - CO2 Guides & Templates - 12 Replies
i thought it'd be helpful if i upload a map where you can see how to get to the 6th Frozen Grotto..There are 2 versions of my map, 1 with numbers on each island and 1 without them..if it was helpful, press Thanks! :D..
The way from frozen grotto f5 to f6 here!
05/28/2010 - CO2 Guides & Templates - 21 Replies
titles says it all jst follow the numbers and u will get to f6 without running in circles or keep searching hours for f6 portal
Frozen Grotto
03/10/2010 - CO2 Private Server - 12 Replies
#region FrozenGrotto case 100001: { if (Control == 0) { GC.AddSend(Packets.NPCSay("Which Frozen Grotto map would you like me to teleport you to?")); GC.AddSend(Packets.NPCLink("Frozen Grotto 1", 1)); GC.AddSend(Packets.NPCLink("Let me...



All times are GMT +1. The time now is 23:55.


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.