[SimpleRelease]NobilityChief

07/28/2010 01:35 Fish*#1
I got no serious idea, if this is released or not.
But I thought I would release it for fun lol.
Code:
 #region NobilityChief
                            case 338547:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("So you want to upgrade your nobility fast?. Well I can charge CPs to increas it."));
                                        GC.AddSend(Packets.NPCLink("10K CPS", 1));
                                        GC.AddSend(Packets.NPCLink("100K CPS", 2));
                                        GC.AddSend(Packets.NPCLink("1KK CPS", 3));
                                        GC.AddSend(Packets.NPCLink("Im poor", 255));
                                        GC.AddSend(Packets.NPCSetFace(50));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        if (GC.MyChar.CPs >= 10000)
                                        {
                                            GC.MyChar.CPs -= 10000;
                                            World.SendMsgToAll("SYSTEM", GC.MyChar.Name + " have payed 10k cps to upgrade his nobility.", 2005, 0);
                                            GC.MyChar.Nobility.Donation += 10000000000;
                                            Game.World.NewEmpire(GC.MyChar);
                                            GC.MyChar.MyClient.Disconnect();
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("You don't got enough CPs."));
                                            GC.AddSend(Packets.NPCLink("Fuck", 255));
                                            GC.AddSend(Packets.NPCSetFace(50));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    if (Control == 2)
                                    {
                                        if (GC.MyChar.CPs >= 100000)
                                        {
                                        GC.MyChar.CPs -= 100000;
                                        World.SendMsgToAll("SYSTEM", GC.MyChar.Name + " have payed 100k cps to upgrade his nobility.", 2005, 0);
                                        GC.MyChar.Nobility.Donation += 100000000000;
                                        Game.World.NewEmpire(GC.MyChar);
                                        GC.MyChar.MyClient.Disconnect();
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("You don't got enough CPs."));
                                            GC.AddSend(Packets.NPCLink("Fuck", 255));
                                            GC.AddSend(Packets.NPCSetFace(50));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    if (Control == 3)
                                    {
                                        if (GC.MyChar.CPs >= 1000000)
                                        {
                                            GC.MyChar.CPs -= 1000000;
                                            World.SendMsgToAll("SYSTEM", GC.MyChar.Name + " HAVE WASTED 1MILLION CPS ON HIS NOBILITY!", 2011, 0);
                                            GC.MyChar.Nobility.Donation += 1000000000000;
                                            Game.World.NewEmpire(GC.MyChar);
                                            GC.MyChar.MyClient.Disconnect();
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("You don't got enough CPs."));
                                            GC.AddSend(Packets.NPCLink("Fuck", 255));
                                            GC.AddSend(Packets.NPCSetFace(50));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                    break;
                                }
                            #endregion
07/28/2010 02:01 Sp!!ke#2
lol :| why you release that ? is useless
07/28/2010 02:07 .Beatz#3
Why is it when most people release NPCs they have to contain swear words? what is the point in that I will never know.

@Tweety im sure someone will find "some" use for this :S
07/28/2010 02:40 Fish*#4
I released it for fun lol.
Hell yea is useless for some :D
But some noobs, might see it as useful.
Is very simple, but some peoples ask for the most simple npc's, so here u go :)
07/28/2010 07:06 Sp!!ke#5
brother if you only want to help the community make any noobs asking guys, let them do small things and try to help and you people who want to make things worse kind mentor,confiscator seized heavy stuff, I encourage noobs to come and everything and then ask here to make private server and make your money work
07/28/2010 07:47 -Fáng-#6
Quote:
Originally Posted by mattyc2580 View Post
Why is it when most people release NPCs they have to contain swear words? what is the point in that I will never know.
Yah... I usually do it when I'm just coding something and I need to stop and sleep (just as an inside laugh for me because I have fun when I code :p). I'd never expose my players to that though. I completely agree with you, there's no point in having NPCs that swear or profanity for answers. =\
07/28/2010 10:07 ~Yuki~#7
Yeah swear words should be illegal!! :facepalm:
07/28/2010 12:19 .Beatz#8
Quote:
Originally Posted by ~Yuki~ View Post
Yeah swear words should be illegal!! :facepalm:
I agree with you there Yuki, I hardly ever use profanity. Yes Yes Yes I know my Avatar has a swear word in it. But.... I strongly agree with what it says.

So anyone that reads this please please when you post an NPC on elitepvpers please don't make it use profanity. For me this just spoils the game.
07/28/2010 17:59 Fish*#9
Quote:
Originally Posted by Tweety.4Girls View Post
brother if you only want to help the community make any noobs asking guys, let them do small things and try to help and you people who want to make things worse kind mentor,confiscator seized heavy stuff, I encourage noobs to come and everything and then ask here to make private server and make your money work
I gave up on that part long time ago :)