[Mini-Release]CPs/PVPpoints Exchanger for ProjectX source!

02/23/2011 12:46 StarEvaAfta!~#1
Hei guys, i was bored and wanted to improve some ... anyway heres the exchanger for CPs/PVPpoints for ProjectX source
Every 1000PVPpoints =1KK CPs you can change the value as much as you want i dun care -.-"
Code:
#region Exchanger
                            case 983:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hello, Im the great exchanger who can exchange your  PVPpoints to CPs and CPs to PVPpoints."));
                                        GC.AddSend(Packets.NPCLink("CPs to PVPpoints!", 1));
                                        GC.AddSend(Packets.NPCLink("PVPpoints to CPs!", 2));
                                        GC.AddSend(Packets.NPCLink("I'm Useless crap", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control >= 1 && Control <= 3)
                                    {
                                        if (Control == 1)
                                        {
                                            if (GC.MyChar.CPs >= 1000000)
                                            {
                                                GC.MyChar.CPs -= 1000000;
                                                GC.MyChar.HeroPoints += 1000;
                                            }
                                            else
                                            {
                                                GC.AddSend(Packets.NPCSay(("You dont have enough CPs or PVPpoints.")));
                                                GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                    }
                                    if (Control == 2)
                                    {
                                        if (GC.MyChar.HeroPoints >= 1000)
                                        {
                                            GC.MyChar.HeroPoints -= 1000;
                                            GC.MyChar.CPs += 1000000;
                                        }
                                        else
                                        {
                                            GC.AddSend(Packets.NPCSay("You dont have enough CPs or PVPpoints."));
                                            GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                            GC.AddSend(Packets.NPCFinish());
                                        }
                                    }
                                }
                                break;
                            #endregion
If that was useful , THANK BUTTON -->
02/24/2011 03:41 Syst3m_W1z4rd#2
No point in making it.
02/24/2011 03:49 ThoughtZProductionS#3
Keep it up, glad to see your learning, BUT this isnt really needed, considering you get free cps in the beginning, and u can use the CPS code, but keep it up, good try!
02/24/2011 09:02 StarEvaAfta!~#4
Thanks ThoughtZ for your encourage :]

Nah, not anymore ive removed commands and putted on promoting, prof and market upgrade low-high, enchant and bless upgrading and reborn to bless the item, also edited rewarded PVPpoints.and removed reb3 and cps/silvers from runes and leveling just for 125 from it and rest levels from tournaments :]

now its PVP with kinda hardwork taste.
02/28/2011 23:31 ThoughtZProductionS#5
Hmm, good for you!, glad your learning, unlike me, im still learning to create npc's and shat xPPPPPPPPPPPP, but ima nub xD