Register for your free account! | Forgot your password?

You last visited: Today at 19:01

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

Advertisement



[Release]Some Stuff 5165 o.o

Discussion on [Release]Some Stuff 5165 o.o within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
[Release]Some Stuff 5165 o.o

Hello Epvp ima release some stuff for the 5165 source


Here is some NPCs that is needed

Code:
9888 6330 2 67 1002 388 383
9881 6220 2 67 1006 38 34
5517 5830 1 67 1006 19 29
9883 3200 8 67 1006 19 27
8745 7630 2 67 1006 024 022
87462 5850 2 0 1006 017 022
87464 5860 2 0 1006 021 033
87465 7640 2 0 1006 024 033
87466 7670 2 0 1006 029 033
Here is a screen shot of those NPCS

ScreenShot:

Mount Officer NPC

CREDITS TO KORVACS FOR NPC

Code:
#region Mount Officer
                            case 95381:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("What? A group of Cattle Thieves stole the Saddles of the cavalry! Without the Saddles, they wont be able to hold any drills. If you can help get the Saddles from the Cattle Thieves, I just might give you a steed as a reward! :)"));
                                        GC.AddSend(Packets.NPCLink("Black Steed", 1));
                                        GC.AddSend(Packets.NPCLink("White Steed", 2));
                                        GC.AddSend(Packets.NPCLink("Maroon Steed", 3));
                                        GC.AddSend(Packets.NPCLink("Not here for you", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (GC.MyChar.Inventory.Count < 40)
                                    {
                                        if (Control == 1)
                                        {
                                            if (GC.MyChar.InventoryContains(723903, 1))
                                            {
                                                GC.MyChar.RemoveItem(GC.MyChar.NextItem(723903));
                                                GC.MyChar.AddItem(723902);

                                                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("Kids this days What do You think i was born yesterday?"));
                                                GC.AddSend(Packets.NPCLink("YAA!", 255));
                                                GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                        else if (Control == 2)
                                        {
                                            if (GC.MyChar.InventoryContains(723903, 1))
                                            {
                                                GC.MyChar.RemoveItem(GC.MyChar.NextItem(723903));
                                                GC.MyChar.AddItem(723901);

                                                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("Kids this days What do You think i was born yesterday?"));
                                                GC.AddSend(Packets.NPCLink("YAA!", 255));
                                                GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                        else if (Control == 3)
                                        {
                                            if (GC.MyChar.InventoryContains(723903, 1))
                                            {
                                                GC.MyChar.RemoveItem(GC.MyChar.NextItem(723903));
                                                GC.MyChar.AddItem(723900);

                                                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("Kids this days What do You think i was born yesterday?"));
                                                GC.AddSend(Packets.NPCLink("YAA!", 255));
                                                GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                                GC.AddSend(Packets.NPCFinish());
                                            }
                                        }
                                    }
                                    break;
                                }
#endregion
And to prove it works

ScreenShot:


IF THIS HELPS YOU PRESS THANKS
|BasicCoder| is offline  
Thanks
13 Users
Old 11/28/2009, 21:40   #2
 
sawickas's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 617
Received Thanks: 38
Thanks man can yuo Make NPC who will avard Prizes To Guild Winers?
sawickas is offline  
Old 11/28/2009, 21:43   #3
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by sawickas View Post
Thanks man can yuo Make NPC who will avard Prizes To Guild Winers?
Sure ill get right on it =D
|BasicCoder| is offline  
Thanks
1 User
Old 11/28/2009, 21:47   #4
 
sawickas's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 617
Received Thanks: 38
Quote:
Originally Posted by |BasicCoder| View Post
Sure ill get right on it =D
Yuo are best!!!!
sawickas is offline  
Old 11/28/2009, 22:05   #5
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by sawickas View Post
Yuo are best!!!!
Thanks =) i try my best :P
|BasicCoder| is offline  
Thanks
2 Users
Old 11/28/2009, 22:14   #6
 
sawickas's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 617
Received Thanks: 38
And YUo Know were i can config How much xp Give xp ball? In my server 10xp ***** = lvl from 1-127 I want like from 1-50 only
sawickas is offline  
Old 11/28/2009, 22:21   #7
 
elite*gold: 0
Join Date: Aug 2008
Posts: 7
Received Thanks: 1
Talking

Thanks , BasicCoder
ayna5 is offline  
Old 11/28/2009, 22:23   #8
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by sawickas View Post
And YUo Know were i can config How much xp Give xp ball? In my server 10xp ***** = lvl from 1-127 I want like from 1-50 only
No i have not yet figure that out ill try my best and look for it :P

Quote:
Originally Posted by ayna5 View Post
Thanks , BasicCoder
Thanks dude i try my best to contribute
|BasicCoder| is offline  
Old 11/29/2009, 15:58   #9
 
BrokeN^WinG's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 425
Received Thanks: 424
Haha i Love this

(Dont Copy And Paste My Thread You Idiot 4botters)



Nice Release Dude
BrokeN^WinG is offline  
Old 11/29/2009, 20:06   #10
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
awesome basic:P you are best here...thanks
Sp!!ke is offline  
Old 11/29/2009, 22:52   #11
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by BrokeN^WinG View Post
Haha i Love this

(Dont Copy And Paste My Thread You Idiot 4botters)



Nice Release Dude
Yeah i dont like it when they do that >.<
|BasicCoder| is offline  
Old 11/30/2009, 01:09   #12
 
airborne.'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 256
Received Thanks: 63
Thanks bro.
airborne. is offline  
Old 01/14/2010, 22:04   #13
 
elite*gold: 0
Join Date: Jan 2010
Posts: 46
Received Thanks: 9
I have a question. I built the source, and then entered the game. The NPC's were there, but when I click them it just says "Hi I don't do anything useful yet, my id is..."
iRook is offline  
Old 01/27/2010, 20:22   #14
 
elite*gold: 0
Join Date: Jul 2009
Posts: 16
Received Thanks: 4
Reaaly nice job mate, rly helpin me out
please!! keep on coding
you're them man xD

Greetz,,

Edey
edey007 is offline  
Old 01/27/2010, 20:30   #15
 
elite*gold: 0
Join Date: Jan 2010
Posts: 116
Received Thanks: 33
good job john, this is useful
Jedex is offline  
Reply


Similar Threads Similar Threads
[Release] NPC Give free stuff for all prof - source 5165
02/20/2011 - CO2 PServer Guides & Releases - 9 Replies
We now will make Victor in tc work and give all players free stuff super +12 lvl 70 just open the source in C# And go to PacketHandling/NPCDialog.cs add this code #region ConquerSx FreeItems1 case 300006: { if (Control == 0) { GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx - This is gift gear NPC. Hello I am one...
[Release] Begginer Packs & Other Stuff [5165]
01/30/2011 - CO2 PServer Guides & Releases - 23 Replies
Alright, there are a few bugs with the job checks and giving the right items but i cba to fix it atm, noob release i know but i was bored and wanted to release something ill release the NPC's for the reward tokens & LotteryTickets when i get back This uses some other released code which was released on Elitepvpers already such as, PowerExpBall from .Arco and others Ive commented what items it adds so you can easily change it if you want to. In Character.cs Look for:
how can i put +15 stuff in 5165...
05/06/2010 - CO2 Private Server - 1 Replies
hi guys... how can i put a +15 items with the correct stats from the lowest lvl to the highest lvl item in my 5165 pserver? also how can i edit nobilty ranking? and how to make flower system in game? hope u guys can help me..
[HELP] Whit 5165 making stuff.
01/04/2010 - CO2 Weapon, Armor, Effects & Interface edits - 2 Replies
Hya, I got 5165 serv, and I have made Items lvl 200, but e.x i try equip tao armor i come invisble, And im asking that could some1 help whit me to make it look like lvl 57 tao armor whit my edits. And ty =)



All times are GMT +2. The time now is 19:01.


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.