Register for your free account! | Forgot your password?

You last visited: Today at 13:13

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

Advertisement



[Release] Windbell Quest

Discussion on [Release] Windbell Quest within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
[Release] Windbell Quest

Well got a little bored and made this. It's a rather small contribution, but well, probably someone that would appreciate out there.

I will not re-write this to any other sources, that is up to you. I did in the simplest way, which will make it easy for you others to re-write.

Code:
#region Shirley //both NPC's are needed. 
                case 20000: //this is a random number, same with the other NPC, change it to what ever you have.
                    {
                        if (LinkBack == 0)
                        {
                            Text("If I cannot hear from my brother, I would rather die than live loney", Client);
                            Link("Can I help you?", 1, Client);
                            Link("I have news!", 4, Client);
                            Link("Oh, another poor girl.", 255, Client);
                        
                        }
                        else if (LinkBack == 1)
                        {
                            Text("My parents died when I was a child. My brother brought me up. I have not heard from him since he joined the army last year.", Client);
                            Link("How can I help you?", 2, Client);
                            Link("I am helpless.", 255, Client);
                           
                        }
                        else if (LinkBack == 2)
                        {
                            Text("My brothers name is Ryan. He gave me this Jade for my 10th birthday. Would you take it to him, please?", Client);
                            Link("Sure, I must find him.", 3, Client);
                            Link("Sorry, I am to busy.", 255, Client);
                       

                        }
                        else if (LinkBack == 3)
                        {
                            AddItem(721210, 0, 0, 0, 0, 0, Client);
                            Text("Please help me find my brother!", Client);
                            
                        }
                        else if (LinkBack == 4)
                        {
                            if (InventoryContains(721211, Client))
                            {
                                Text("When I was young, I liked the Windbell very much. My brother often told me that I should take care of myself whatever happened.", Client);
                                Link("Wish you happiness", 5, Client);
                              
                            }
                            else
                            {
                                Text("You do not have what I seek!", Client);
                                Link("Sorry, I shall come back later.", 255, Client);
                            
                            }

                        }
                        else if (LinkBack == 5)
                        {
                            Text("I must live happily as my brother wished. Thanks for your help, I give you may favourite earring. Do you like it?", Client);
                            Link("Awesume! Thank you!", 6, Client);
                           
                        }
                        else if (LinkBack == 6)
                        {
                            RemoveItem(721210, Client);
                            AddItem(117345, 0, 0, 0, 0, 0, Client); //this should be a super L47 earring, you may change it to what ever you want.
                         
                        }
                    }
                   break;

                #endregion                #region SoldierLeader
                case 13543:
                    {
                        if (LinkBack == 0)
                        {
                            if (InventoryContains(721210, Client))
                            {
                                Text("You are looking for Ryan? Sorry, he sacrificed his life on his first duty. This is his item. Please give it to his relatives", Client);
                                Link("Okay.", 1, Client);
                                Link("Sorry, I don't know him.", 255, Client);
                                
                            }



                            else
                            {
                                Text("Hello! I am the leader of the soldiers in Ape Mountain.", Client);
                                Link("Cool.", 255, Client);
                              
                            }
                        }

                        else if (LinkBack == 1)
                        {
                            RemoveItem(721210, Client);
                            AddItem(721211, 0, 0, 0, 0, 0, Client);
                            Text("Nobody wants to be a soldier, but we must defend our homeland from invasion. Many soldiers have sacrificed their lives.", Client);
                            Link("What a troubled world!", 255, Client);
                         
                        }
                    }

                    break;
                #endregion
PS: If you wish to have a limit on how many times people can do this just do a simple loop.
~*NewDuuDe*~ is offline  
Thanks
3 Users
Old 11/29/2009, 22:31   #2
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Im guessing for CoEmu
Or lotf
|BasicCoder| is offline  
Old 11/29/2009, 22:34   #3
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
The reason I wrote like I did is because this way it easy to rewrite it to any source.
~*NewDuuDe*~ is offline  
Old 11/29/2009, 22:34   #4

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
It's CoEmu.
Kiyono is offline  
Old 11/29/2009, 22:35   #5
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
I've never actually bothered to look at CoEmu, but look at my previous post and you will see the answer.
~*NewDuuDe*~ is offline  
Old 11/29/2009, 22:35   #6
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by Kiyono View Post
It's CoEmu.
Ahh was wondering
|BasicCoder| is offline  
Old 11/29/2009, 22:37   #7

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Quote:
Originally Posted by BERGHUIS1 View Post
I've never actually bothered to look at CoEmu, but look at my pervious post and you will see the answer.
Your post wasn't posted yet when I wrote mine and you could replace the word client with csocket and it'd work for coemu.

//edit Well with a little edit here and there.
Kiyono is offline  
Old 11/29/2009, 22:43   #8
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Could be that I mixed up an item or two, as I began on it early in the morning and then left it till now. But I'm pretty sure it should work.
~*NewDuuDe*~ is offline  
Old 11/29/2009, 22:46   #9
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by BERGHUIS1 View Post
Could be that I mixed up an item or two, as I began on it early in the morning and then left it till now. But I'm pretty sure it should work.
So would this quest work with the 5165 source?
I use that one i like playing withthe horses XD
|BasicCoder| is offline  
Old 11/29/2009, 22:50   #10
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
You would have to re-write it. As I stated in the first post, I am not going to do it. That is why I did not write this like any ordinary source, through this it is not hard figuring out what to replace the lines with.
~*NewDuuDe*~ is offline  
Old 11/29/2009, 22:51   #11
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by BERGHUIS1 View Post
You would have to re-write it. As I stated in the first post, I am not going to do it. That is why I did not write this like any ordinary source, through this it is not hard figuring out what to replace the lines with.
XD Ok ill re-wright it to work with the 5165 ;P
|BasicCoder| is offline  
Thanks
2 Users
Old 11/30/2009, 11:24   #12
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Good, saves me from some work :P
Tell me if you have any trouble.
~*NewDuuDe*~ is offline  
Old 11/30/2009, 11:26   #13
 
Sp!!ke's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 380
Received Thanks: 58
BERGHUIS1 rewrite it for 5165 source.. now nobody using co emu
Sp!!ke is offline  
Old 11/30/2009, 11:35   #14
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
This is not CoEmu ._.
Also, give me a thanks if your using it xD
~*NewDuuDe*~ is offline  
Old 11/30/2009, 15:24   #15
 
|BasicCoder|'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by BERGHUIS1 View Post
Good, saves me from some work :P
Tell me if you have any trouble.
Haha yeah saves you the trouble give me it now ;P
|BasicCoder| is offline  
Reply


Similar Threads Similar Threads
[Release]DemonBox Quest
04/25/2018 - CO2 PServer Guides & Releases - 20 Replies
Go to the bottom of MobInfos.txt and add this: 100 Demon 6 731 250 50000 2500 70 10000 0 0 100 70 21 8036 0 False 18 100000 500000 500 3 False 101 AncientDemon 6 556 250 50000 2500 70 10000 0 0 100 70 21 8036 0 False 18 100000 500000 500 3 False 102 FloodDemon 6 217 250 50000 2500 70 10000 0 0 100 70 21 8036 0 False 18 100000 500000 500 3 False 103 HeavenDemon 6 252 250 50000 2500 70 10000 0 0 100 70 21 8036 0 False 18 100000 500000 500 3 False 104 ChaosDemon 6 225 250 50000 2500 70 10000...
[Quest Release]Achemist aio
08/20/2010 - Metin2 PServer Guides & Strategies - 1 Replies
This quest uses 1 npc to refine all ore ingame. If you like it, thank it :) Features: -Gm's can set the succes rate -You can set the amount ore needed to get 1 stone for each oretype -Included 7 ores...
[Release] Lvl 90+ Quest
07/08/2010 - CO2 PServer Guides & Releases - 6 Replies
Hey guys made this quest last night Small Monster Huner quest. The rewards are 100k OR 500kk Silvers. I know its a bit rough and im gonna clean it up when i can First we need to add the NPCDialogue. #region New Quest case 12453: { if (Control == 0) {
[Release]Upp-Stuff Quest + Neue Bio Quest ->Testlauf
06/08/2010 - Metin2 PServer Guides & Strategies - 13 Replies
Hey und guten Morgen, Ich hatte grade bissl langeweile und hab mir gedacht man könnte doch seine Waffen auch mit 100% Uppchance gg bessere Waffen tauschen oder? Das heißt: Die Quest sieht so aus: Ihr geht zu Baek-Go. Wenn ihr jetzt zum Beispiel einen Krähenstahlbogen+9 und 2x Gegenangriffstrategien habt könnt ihr Ihn gg einen Geisterbogen+0 eintauschen! Die Quest funktioniert wunderbar und wurde auch schon getestet.
[Release]3rd rb quest
11/26/2009 - CO2 PServer Guides & Releases - 5 Replies
this is for LOTF sources if (CurrentNPC == 100)//Third Reborn { if (MyChar.RBCount >= 3) { SendPacket(General.MyPackets.NPCSay("You are already reborn. I cannot help you.")); SendPacket(General.MyPackets.NPCLink("I see.", 255)); SendPacket(General.MyPackets.NPCSetFace(30));



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


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.