Register for your free account! | Forgot your password?

You last visited: Today at 15:07

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

Advertisement



[RELEASE]LadyLuck CoEmu!!

Discussion on [RELEASE]LadyLuck CoEmu!! within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2006
Posts: 75
Received Thanks: 17
[RELEASE]LadyLuck CoEmu!!

Quote:
case 923:// LadyLuck
{
if (LinkBack == 0)
{
Text("Would you like to test your luck for great prizes?\nFor only 27 cps, you can pick any box you like and keep what is inside!", CSocket);
Text("You have chances to win over 500,000,000 silvers and 2 soc items!\nIf you are over level 70 you can try your luck.", CSocket);
Link("Sure here ya are.", 1, CSocket);
Link("No Thanks!", 255, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
if (CSocket.Client.CPs >= 27)
{
Teleport(700, 50, 50, 0, CSocket);
CPs(-27, CSocket);
}
else
{
Text("I'm sorry you do not have the required CPs.", CSocket);
Link("Okay, I will be back when I have 27 CPs.", 255, CSocket);
End(CSocket);
}
}
ladyluck coords are map 1036 x212 y188 , u also can add in code the lvl 70 req
if (CSocket.Client.Level >= 70)



here also guild keeper:
Quote:
case 7000:// Guild Kepper
{
if (LinkBack == 0)
{
Text("Hello I can teleport you back to Twin City, \nnFor a tiny fee of 500 gold!", CSocket);
Link("Sure here ya are.", 1, CSocket);
Link("No Thanks!", 255, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
if (CSocket.Client.Money >= 500)
{
Teleport(1002, 429, 378, 0, CSocket);
Money(-500, CSocket);
}
else
{
Text("I'm sorry you do not have the required Gold.", CSocket);
Link("Okay, I will be back when I have 500 Gold.", 255, CSocket);
End(CSocket);
}
}
press thanks if i helped u!!
gad-legion is offline  
Thanks
1 User
Old 05/28/2009, 22:17   #2
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Code:
If you are over level 70 you can try your luck
*cough* Forget something?
Zeroxelli is offline  
Old 05/28/2009, 22:59   #3
 
$HaDoW's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 285
Received Thanks: 78
here is the one that is 100% real
Coded 100% myself
Code:
case 923:// LadyLuck
					{
							if (LinkBack == 0)
							{
								Text("Welcome to the Lottery Center! There are meny LuckyBoxes which have innumerable treasure such as super gems,two-socket gears, up to 500,000,000 silvers etc. in them. If you are level 70 or above, you are allowed to enter the Lottery Center and try your luck at most ten times a day.", CSocket);
								Text("And I charge you only 27 CPs for each admission.Come on, Try your luck right now!", CSocket); 
								Link("Wow, good deal!", 1, CSocket);
								Link("May I know the rules first?", 2, CSocket);
								Link("No Thanks!", 255, CSocket);
								End(CSocket);
							}
							else if (LinkBack == 1)
							{
								if(CSocket.Client.Level >= 70)
								{
									if (CSocket.Client.CPs >= 27)
									{
										Teleport(700, 50, 50, 0, CSocket);
										CPs(-27, CSocket);
									}
									else
									{
										Text("I'm sorry you do not have the required CPs.", CSocket);
										Link("Okay, I will be back when I have 27 CPs.", 255, CSocket);
										End(CSocket);
									}
								}
							}
							if (LinkBack == 2)
							{
								Text("you will be teleported to Lottery Center where there are menny LuckyBoxes after you pay me 27 CPs. You may choose one box to try your luck at your will. Remeber you have only one chance to open a LuckyBox every time. If you want to open another box, you have to leave the room to re-enrol in Market.", CSocket); 
								Link("OK I see.", 255, CSocket);
								End(CSocket);
							}
							break;
					}
					case 924: // LadyLuck
                    {
                        if (LinkBack == 0)
                        {
                            Text("Do you want to leave Lottery Center and go back to the Market?.", CSocket);
                            Link("Yes Please,", 1, CSocket);
                            Link("No Thank you I want to stay.", 255, CSocket);
                            End(CSocket);
                        }
                        else if (LinkBack == 1)
                        {
                            {
                                Teleport(1036, 206, 213, 0, CSocket);
                            }
                        }
                        break;
                    }
$HaDoW is offline  
Thanks
1 User
Old 05/28/2009, 23:30   #4
 
elite*gold: 0
Join Date: Oct 2006
Posts: 75
Received Thanks: 17
zeroxelli i didnt forgoth anything i just removed the lvl 70 condition cuz i dont agree whit it and leftt it dialog so ppl know that they can put the lvl 70 condition u dont have to copy and paste only
gad-legion is offline  
Old 05/29/2009, 00:10   #5
 
superplox's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 275
Received Thanks: 23
Quote:
Originally Posted by gad-legion View Post
zeroxelli i didnt forgoth anything i just removed the lvl 70 condition cuz i dont agree whit it and leftt it dialog so ppl know that they can put the lvl 70 condition u dont have to copy and paste only
lol i agree with u people should be able to go to lotto at eney lvl
superplox is offline  
Old 05/29/2009, 00:24   #6
 
painkiller199202's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 65
Received Thanks: 5
Quote:
Originally Posted by $HaDoW View Post
here is the one that is 100% real
Coded 100% myself
Code:
case 923:// LadyLuck
					{
							if (LinkBack == 0)
							{
								Text("Welcome to the Lottery Center! There are meny LuckyBoxes which have innumerable treasure such as super gems,two-socket gears, up to 500,000,000 silvers etc. in them. If you are level 70 or above, you are allowed to enter the Lottery Center and try your luck at most ten times a day.", CSocket);
								Text("And I charge you only 27 CPs for each admission.Come on, Try your luck right now!", CSocket); 
								Link("Wow, good deal!", 1, CSocket);
								Link("May I know the rules first?", 2, CSocket);
								Link("No Thanks!", 255, CSocket);
								End(CSocket);
							}
							else if (LinkBack == 1)
							{
								if(CSocket.Client.Level >= 70)
								{
									if (CSocket.Client.CPs >= 27)
									{
										Teleport(700, 50, 50, 0, CSocket);
										CPs(-27, CSocket);
									}
									else
									{
										Text("I'm sorry you do not have the required CPs.", CSocket);
										Link("Okay, I will be back when I have 27 CPs.", 255, CSocket);
										End(CSocket);
									}
								}
							}
							if (LinkBack == 2)
							{
								Text("you will be teleported to Lottery Center where there are menny LuckyBoxes after you pay me 27 CPs. You may choose one box to try your luck at your will. Remeber you have only one chance to open a LuckyBox every time. If you want to open another box, you have to leave the room to re-enrol in Market.", CSocket); 
								Link("OK I see.", 255, CSocket);
								End(CSocket);
							}
							break;
					}
					case 924: // LadyLuck
                    {
                        if (LinkBack == 0)
                        {
                            Text("Do you want to leave Lottery Center and go back to the Market?.", CSocket);
                            Link("Yes Please,", 1, CSocket);
                            Link("No Thank you I want to stay.", 255, CSocket);
                            End(CSocket);
                        }
                        else if (LinkBack == 1)
                        {
                            {
                                Teleport(1036, 206, 213, 0, CSocket);
                            }
                        }
                        break;
                    }

Srry but where can i code this?

New at coding XD
painkiller199202 is offline  
Old 05/29/2009, 00:36   #7
 
elite*gold: 0
Join Date: Nov 2008
Posts: 25
Received Thanks: 1
ahhaha i dont understand all =) well can you help me with that code??


pm me at yaho messenger
myjonas13 is offline  
Reply


Similar Threads Similar Threads
LadyLuck
05/17/2010 - CO2 Private Server - 9 Replies
Guys i have another question hehe the source i got the ladyluck is infinity. How can i set it to be only 10 per day? thanks
[Tiny Release]CPs in LadyLuck boxes(Better gear = more cps)
11/15/2009 - CO2 PServer Guides & Releases - 2 Replies
This a tiny release taht everyone should be possible to make. I thought i would release it anyway. Here it is. BTW. is for LOTF. NPC Talk (this is mine, but you dont have to use it lol, cause is already in LOTF): if (CurrentNPC < 506 && CurrentNPC > 499) { SendPacket(General.MyPackets.NPCSay("You sure you will choose this box?")); ...
Removing LadyLuck
09/09/2009 - Conquer Online 2 - 10 Replies
So im kinda addcited to lotto and i want LadyLuck gtfo my life :)Someone knows how to that.Please tell:)
[Release] LadyLuck in Prize room request for leaving
06/03/2009 - CO2 PServer Guides & Releases - 5 Replies
Hi guys as i saw gad release his LudyLuck i try it but something missing u cant leave once in. Here a full code for lady luck but for the prize box its not done yet Credit will go to Gad for case 923:// ladyLuck Here a full LadyLuck Go to Handler search for NPCTalk then look for
ladyluck
05/17/2008 - Conquer Online 2 - 6 Replies
when i join ladyluck i recived metor or something not good :( i want to know how to make my chance in ladyluck is good what is the best time to to to ladyluck & win something good i spend many cps for it & i didn't recive anything good plz help me



All times are GMT +2. The time now is 15:07.


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.