Register for your free account! | Forgot your password?

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

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

Advertisement



LevelNPC that stop at level 255 fix?

Discussion on LevelNPC that stop at level 255 fix? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 1
Question LevelNPC that stop at level 255 fix?

anyone know how i can make this on stop give levels after level 255?

Code:
#region levelseller
                            case 87452:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hello, I Can Sell You Levels For CPs!"));
                                        GC.AddSend(Packets.NPCLink("Please do it!", 1));
                                        GC.AddSend(Packets.NPCLink("No thanks!", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.CPs >= 250000)
                                        {
                                            GC.MyChar.CPs -= 250000;
                                            GC.MyChar.Level += 1;
                                            GC.AddSend(Packets.NPCSay("Here you are."));
                                            GC.AddSend(Packets.NPCLink("Thanks!", 255));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            #endregion
EternityViruz is offline  
Old 03/04/2011, 20:34   #2
 
.Kinshi's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 341
Received Thanks: 255
Code:
if (GC.MyChar.Level < 255) {
    // Do level up
}
.Kinshi is offline  
Old 03/04/2011, 21:48   #3
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 1
Quote:
Originally Posted by .Kinshi View Post
Code:
if (GC.MyChar.Level < 255) {
    // Do level up
}
where should i put in that?
EternityViruz is offline  
Old 03/04/2011, 21:58   #4
 
Iron~Man's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 162
Received Thanks: 31
Jesus Christ Erik , Didn't you learn this? You still Requesting NPCs pff..

Code:
#region levelseller
                            case 87452:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hello, I Can Sell You Levels For CPs!"));
                                        GC.AddSend(Packets.NPCLink("Please do it!", 1));
                                        GC.AddSend(Packets.NPCLink("No thanks!", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.CPs >= 250000 && GC.MyChar.Level < 255)
                                        {
                                            GC.MyChar.CPs -= 250000;
                                            GC.MyChar.Level += 1;
                                            GC.AddSend(Packets.NPCSay("Here you are."));
                                            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 CPs Or You Are 255 Level"));
                                            GC.AddSend(Packets.NPCFinish());
                                         }
                                    }
                                    break;
                                }
                            #endregion
There you go , And I Don't want to see requests for NPCs Anymore, At least they're easy.
Iron~Man is offline  
Reply


Similar Threads Similar Threads
Bigpoint Acc Wonderking Level 85 Drift City Level 41 Darkorbit Level 11
11/21/2010 - DarkOrbit Trading - 1 Replies
bitte closen
Metin2 • Level 43 Aggro Farmer • Level 61 Mk • Level 52 Ninja
10/04/2010 - Metin2 Trading - 12 Replies
Metin2 • Level 43 Aggro Farmer • Level 61 Mk • Level 52 Ninja Hallo, bei meinem Thread Was gibt es zu sehen/kaufen/tauschen? Level 43er Aggro Körper Level 52er Guter Ninja
[STOP]How do we stop them completly?Let's do something.
12/18/2009 - EO PServer Hosting - 24 Replies
Hey everyone. I guess all owners of EO Pservers have come across this same problem that i am having. It's all about Macroers/auto composers. I'm so annoyed by those who are using macro programs just to get better and all those who are following the server rules made by their owners have to suffer being noobs no matter how hard they work on leveling,composing collecting,hunting. There is always those who willl come and use a macro program just because they are lazy bastards. My point is that we...
Stop people from hitting multiple stakes in TG/Stop weapon skill
12/06/2007 - CO2 Exploits, Hacks & Tools - 21 Replies
Let me start off by saying this is a pretty dirty trick! But if you really don't like someone you can stop them from getting their max exp in TG. Explained: When someone uses a club/wand/FOH/etc in TG, it hits multiple stakes. You can make it so it doesn't hit a certain stake(s). This is easiest achieved by using the #alone feature in proxy. Use the #alone feature and stack on top of the stake you wish for the person not to hit. That's it! Their skill isn't hitting the stake(s) for some...



All times are GMT +2. The time now is 23:34.


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.