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 00:09

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

Advertisement



[VeryBasicNoobRelease]Heres an npc who give 130 items +12

Discussion on [VeryBasicNoobRelease]Heres an npc who give 130 items +12 within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2010
Posts: 91
Received Thanks: 5
[VeryBasicNoobRelease]Heres an npc who give 130 items +12

i made it don't know if its been released before if it is just delete this topic its ok i made it but i cant make him give +12 2 soc items whatever i did was coded wrong so here he is
gives Super +12 lvl 130 items free or you can changed it to whatever you feel like. Thank me don't thank me its up to if u want it. its pretty much useless tho
Code:
    #region blackmarket
    case XXXXX:[COLOR="Red"]//Whatever npc case you want[/COLOR]
    {
        if (Control == 0)
        {
            GC.AddSend(Packets.NPCSay("Welcome to the BlackMarket - I'll give You shit for free.I am one of Bios goddess which are here to help you Fuck Shit UP!"));
            GC.AddSend(Packets.NPCLink("Whatca Got?", 1));
            GC.AddSend(Packets.NPCLink("I'm Scared", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        if (Control == 1)
        {
            GC.AddSend(Packets.NPCSay("I can gift you with some gear of specified profesion"));
            GC.AddSend(Packets.NPCLink("FireTao L130 pack", 2));
            GC.AddSend(Packets.NPCLink("WaterTao L130 pack", 3));
            GC.AddSend(Packets.NPCLink("Warrior L130 pack", 5));
            GC.AddSend(Packets.NPCLink("Trojan L130 pack", 6));
            GC.AddSend(Packets.NPCLink("Archer L130 pack", 4));
            GC.AddSend(Packets.NPCLink("Ninja L130 pack", 7));
            GC.AddSend(Packets.NPCLink("Weps pack L130", 8));
            GC.AddSend(Packets.NPCLink("Woah Too Powerful.", 255));
            GC.AddSend(Packets.NPCSetFace(15));
            GC.AddSend(Packets.NPCFinish());
        }

        else if (GC.MyChar.Level <= 130)
        {
            GC.AddSend(Packets.NPCSay("LEAVE the BlackMarket, we sell special items here, but ur not lvl 130 yet !"));
            GC.AddSend(Packets.NPCLink("Damn.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }

        if (Control == 2)
        {


            GC.MyChar.AddItem(134109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(152259, 12); //brac
            GC.MyChar.AddItem(121249, 12); //Bag
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());

        }
        if (Control == 3)
        {
            GC.MyChar.AddItem(134109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(152259, 12); //brac
            GC.MyChar.AddItem(121249, 12); //Bag
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }

        if (Control == 4)
        {
            GC.MyChar.AddItem(133109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 5)
        {
            GC.MyChar.AddItem(131109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 6)
        {
            GC.MyChar.AddItem(130109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 7)
        {
            GC.MyChar.AddItem(135109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());

        }
        else if (Control == 8)
        {
            GC.MyChar.AddItem(421339, 12); //BS
            GC.MyChar.AddItem(420339, 12); //Sword
            GC.MyChar.AddItem(410339, 12); //Blade
            GC.MyChar.AddItem(480339, 12); //Club
            GC.MyChar.AddItem(561339, 12); //Wand
            GC.MyChar.AddItem(560339, 12); //SPear
            GC.MyChar.AddItem(601339, 12); //kantana
            GC.MyChar.AddItem(500329, 12); //Bow
            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
biohazardous is offline  
Old 10/10/2010, 22:26   #2
 
elite*gold: 0
Join Date: Feb 2009
Posts: 700
Received Thanks: 79
seriously
copz1337 is offline  
Old 10/10/2010, 22:35   #3
 
FrontBoy's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 275
Received Thanks: 142
yea
FrontBoy is offline  
Old 10/10/2010, 22:37   #4
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
Quote:
Originally Posted by biohazardous View Post
i made it don't know if its been released before if it is just delete this topic its ok i made it but i cant make him give +12 2 soc items whatever i did was coded wrong so here he is
gives Super +12 lvl 130 items free or you can changed it to whatever you feel like. Thank me don't thank me its up to if u want it. its pretty much useless tho
Code:
    #region blackmarket
    case XXXXX:[COLOR="Red"]//Whatever npc case you want[/COLOR]
    {
        if (Control == 0)
        {
            GC.AddSend(Packets.NPCSay("Welcome to the BlackMarket - I'll give You shit for free.I am one of Bios goddess which are here to help you Fuck Shit UP!"));
            GC.AddSend(Packets.NPCLink("Whatca Got?", 1));
            GC.AddSend(Packets.NPCLink("I'm Scared", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        if (Control == 1)
        {
            GC.AddSend(Packets.NPCSay("I can gift you with some gear of specified profesion"));
            GC.AddSend(Packets.NPCLink("FireTao L130 pack", 2));
            GC.AddSend(Packets.NPCLink("WaterTao L130 pack", 3));
            GC.AddSend(Packets.NPCLink("Warrior L130 pack", 5));
            GC.AddSend(Packets.NPCLink("Trojan L130 pack", 6));
            GC.AddSend(Packets.NPCLink("Archer L130 pack", 4));
            GC.AddSend(Packets.NPCLink("Ninja L130 pack", 7));
            GC.AddSend(Packets.NPCLink("Weps pack L130", 8));
            GC.AddSend(Packets.NPCLink("Woah Too Powerful.", 255));
            GC.AddSend(Packets.NPCSetFace(15));
            GC.AddSend(Packets.NPCFinish());
        }

        else if (GC.MyChar.Level <= 130)
        {
            GC.AddSend(Packets.NPCSay("LEAVE the BlackMarket, we sell special items here, but ur not lvl 130 yet !"));
            GC.AddSend(Packets.NPCLink("Damn.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }

        if (Control == 2)
        {


            GC.MyChar.AddItem(134109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(152259, 12); //brac
            GC.MyChar.AddItem(121249, 12); //Bag
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());

        }
        if (Control == 3)
        {
            GC.MyChar.AddItem(134109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(152259, 12); //brac
            GC.MyChar.AddItem(121249, 12); //Bag
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }

        if (Control == 4)
        {
            GC.MyChar.AddItem(133109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 5)
        {
            GC.MyChar.AddItem(131109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 6)
        {
            GC.MyChar.AddItem(130109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());
        }
        else if (Control == 7)
        {
            GC.MyChar.AddItem(135109, 12); //Robe
            GC.MyChar.AddItem(117109, 12); //Earring
            GC.MyChar.AddItem(150249, 12); //Neck
            GC.MyChar.AddItem(120249, 12); //Ring
            GC.MyChar.AddItem(160249, 12); //boots
            GC.MyChar.AddItem(202009, 12); //Star
            GC.MyChar.AddItem(201009, 12); //Fan
            GC.AddSend(Packets.NPCSay("Here you are."));
            GC.AddSend(Packets.NPCLink("Thanks.", 255));
            GC.AddSend(Packets.NPCSetFace(N.Avatar));
            GC.AddSend(Packets.NPCFinish());

        }
        else if (Control == 8)
        {
            GC.MyChar.AddItem(421339, 12); //BS
            GC.MyChar.AddItem(420339, 12); //Sword
            GC.MyChar.AddItem(410339, 12); //Blade
            GC.MyChar.AddItem(480339, 12); //Club
            GC.MyChar.AddItem(561339, 12); //Wand
            GC.MyChar.AddItem(560339, 12); //SPear
            GC.MyChar.AddItem(601339, 12); //kantana
            GC.MyChar.AddItem(500329, 12); //Bow
            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
Quote:
Originally Posted by copz1337 View Post
seriously
1st. I don't wanna be rude or offend/flame the post but I'm sorry.

2nd. I'm sure many "newbies" know this from even starting to learn C#.

@copz1337

I strongly agree with that.
killersub is offline  
Thanks
1 User
Old 10/10/2010, 22:42   #5
 
elite*gold: 0
Join Date: Mar 2010
Posts: 91
Received Thanks: 5
Yeah i know thats why i said it was a basic release anyone who is too lazy to make themselves if u didnt read the title
biohazardous is offline  
Old 10/10/2010, 23:01   #6
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
Quote:
Originally Posted by biohazardous View Post
Yeah i know thats why i said it was a basic release anyone who is too lazy to make themselves if u didnt read the title
I read the title, but the thing is that u gotta be a super newblet to not go into your NPCDialog.cs and look at a npc dialog O_O...
killersub is offline  
Reply


Similar Threads Similar Threads
[Tutorial]How to give items/stats by default
03/15/2011 - Dekaron Private Server - 10 Replies
Have you ever wanted to give an item(s) to every character as soon as it is created? Well, I am here to show you how! First we will open up the MSSQL's Enterprise Manager, and we will take a lot at the user_character table in the character database. Have you ever noticed the characters in there? Well, that is what we are looking for. They all have an user_no of 19999999999991, so you can find them by searching for that user_no in user_character table. Ok, first lets take a look at...
[HELP] NPC give items +12
10/10/2010 - CO2 Private Server - 6 Replies
i got this code but its a complete error if anyone could tell me what the proper coding for this code is i can make my npc GC.MyChar.AddItem("134109-12-12-7-255-3-3&qu ot;);//PineRobe btw thats Arco's code EDIT: #Request Close I will make items given LVL 130 myself FOUND NPC THANKS ALL LINK FOR ANYONE ELSE WANT NPC: http://www.elitepvpers.com/forum/co2-pserver-guide s-releases/385513-release-npc-give-free-stuff-all- prof-source-5165-a.html
Kenwod give me back my items!
08/22/2010 - 9Dragons Trading - 28 Replies
Give me the items you stole for me/you dont are a trustable guy after i give you the items you change the pasword and now i dont have anytin because a scammer who all now who is! scamed me! Clean your name give me the 600 def set !
Tons of items to give
04/10/2010 - 9Dragons - 26 Replies
Ok i gave gathered quite of bit items which i can dupe and give away more coming on server 5 Refined Weapons: LM hermit Bracers +10,11,12 LM hermit Spear +12 LM hermit Axe +12 EC WD +12 Sword EC WD +12 Bracer RL WD sword +11 EC WD staff +12
[Release] Give Items NPC!!
06/29/2009 - CO2 PServer Guides & Releases - 18 Replies
Search for CurrentNPC = NPCID; Add Below if (CurrentNPC == 790)//Give items NPC {



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


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