Register for your free account! | Forgot your password?

You last visited: Today at 05:47

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

Advertisement



[Release] Custom PK Map (5165)

Discussion on [Release] Custom PK Map (5165) within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 480
Received Thanks: 207
[Release] Custom PK Map (5165)

I seen someone release a Custom PKMap so I thought I would release my own.
This map is the same PK map used for the game "Execution" in AcidCo.
I hope you like it!

Put these 2 codes in NPCDialog.cs:
Code:
#region Medium PK Map
                            case 987787:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like me to teleport you to the New PK Map?"));
                                        GC.AddSend(Packets.NPCLink("Yes", 1));
                                        GC.AddSend(Packets.NPCLink("No thanks", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        GC.MyChar.Teleport(1081, 97, 97);
                                    }
                                    break;
                                }
                            #endregion
Code:
#region PK Map Go Back
                            case 987788:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Do you want to go back to Twin City?"));
                                        GC.AddSend(Packets.NPCLink("Yes please", 1));
                                        GC.AddSend(Packets.NPCLink("No", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    if (Control == 1)
                                    {
                                        GC.MyChar.Teleport(1002, 431, 379);
                                    }
                                    break;
Decker_ is offline  
Thanks
2 Users
Old 02/28/2010, 16:16   #2
 
killersub's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
yay a quest XD
killersub is offline  
Old 02/28/2010, 16:29   #3


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
This isnt a quest. Also all you have done is taken this release:



And removed 1 dialog from the first npc and changed the map. So im closing this. Its not a custom pk map, its just a map where people can go to pk.

So yeah hardly a release, if you want to recommend this map then goto the other thread and suggest it.

Closed.
Korvacs is offline  
Thanks
2 Users
Closed Thread


Similar Threads Similar Threads
[Help Request] Saving a Custom System (5165)
03/08/2010 - CO2 Private Server - 10 Replies
Hey you guys, I need help. =\ http://i746.photobucket.com/albums/xx110/brokentw ilight91/cute.png I know that sounds lame but it's really hard for me and I've been trying for days. My goal is to save a variable M and D to a character file in a folder called "example" (Like the Flower System's save system). http://i746.photobucket.com/albums/xx110/brokentw ilight91/Capture-7.png This is what I have for the System's cs (located in Features called Example.cs): using System;
[HELP] Custom Items in 5165
12/16/2009 - CO2 Private Server - 7 Replies
Hi I'm sorta new to the coding business and I'm adding new items to my server I was just wondering if i have to change anything in my source or just add the item to my client. BTW using a 5165 source and ive been searching for like half the day and havnt found anything usefull plz help Thx in advance :handsdown:
(Question) how to make a custom NPC name in 5165
12/09/2009 - CO2 Private Server - 11 Replies
how to make a custom NPC name in 5165 like make a npc called warrior - stones stuff like that and how to make the npc open a shop ???



All times are GMT +1. The time now is 05:47.


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.