Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 20:02

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

Advertisement



Stuck with attribute points [ working on upgraded source ]

Discussion on Stuck with attribute points [ working on upgraded source ] within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2016
Posts: 15
Received Thanks: 1
Stuck with attribute points [ working on upgraded source ]

i'm new with Staff iam trying to do right now , any tips or help would be highly appreciated

Well, i have added mystery banquet quest , worked perfectly but i got some problems , i need some tips :

-when i realot the points from rebirthmaster (after getting full 900 Attr ) they reset as 537 Points only

i can leave the case code if anyone want to have a look

Code:
                                #region attribute 8
                                case 4:
                                    {
                                        dialog.Text("Hello there brave conqueror, if you have reborn, and you misplaced your atribute points or you want to set them another way, I'll reset your atribute points for one DragonBall. Do you accept?");
                                        dialog.Option("Here is the DragonBall.", 8);
                                        dialog.Option("I'll just leave", 255);
                                        dialog.Send();
                                        break;
                                    }
                                case 8:
                                    {
                                        if (client.Entity.Reborn > 0)
                                        {
                                            if (client.Inventory.Contains(1088000, 1))
                                            {
                                                client.Inventory.Remove(1088000, 1);
                                                if (client.Entity.Reborn != 0)
                                                {
                                                    client.Entity.Agility = 0;
                                                    client.Entity.Strength = 0;
                                                    client.Entity.Vitality = 1;
                                                    client.Entity.Spirit = 0;
                                                    if (client.Entity.Reborn == 1)
                                                    {
                                                        client.Entity.Atributes = (ushort)(client.ExtraAtributePoints(client.Entity.FirstRebornLevel, client.Entity.FirstRebornLevel)
                                                            + 52 + 3 * (client.Entity.Level - 15));
                                                    }
                                                    else
                                                    {
                                                        client.Entity.Atributes = (ushort)(client.ExtraAtributePoints(client.Entity.FirstRebornLevel, client.Entity.FirstRebornClass) +
                                                            client.ExtraAtributePoints(client.Entity.SecondRebornLevel, client.Entity.SecondRebornClass) + 52 + 3 * (client.Entity.Level - 15));
                                                    }
                                                }
                                            }
                                            else
                                            {
                                                dialog.Text("You need a DragonBall.");
                                                dialog.Option("I'll just leave", 255);
                                                dialog.Send();
                                            }
                                        }
                                        else
                                        {
                                            dialog.Text("You need to have atleast one rebirth .");
                                            dialog.Option("I'll just leave", 255);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                #endregion
thanks in advance
m.yaser is offline  
Old 07/10/2017, 06:58   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,282
Received Thanks: 4,191
Quote:
Originally Posted by m.yaser View Post
hep would be highly appreciated
I don't think you want hep, man.
You're welcome, in advance.
Spirited is offline  
Thanks
1 User
Old 07/10/2017, 22:32   #3
 
elite*gold: 0
Join Date: Jun 2016
Posts: 15
Received Thanks: 1
Quote:
Originally Posted by Spirited View Post
I don't think you want hep, man.
You're welcome, in advance.
Know what i really didn't need help haha <3 thanks for your motivation i have figured it out

m.yaser is offline  
Old 07/10/2017, 23:39   #4
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,282
Received Thanks: 4,191
Quote:
Originally Posted by m.yaser View Post
Know what i really didn't need help haha <3 thanks for your motivation i have figured it out

Glad to hear. Sometimes it just takes some time away from the code to figure things out.
Spirited is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
add monk skills status in conquer_server v2 upgraded source
05/03/2011 - CO2 Private Server - 1 Replies
i added status in Entity.cs same that public struct StatusFlag2 { public const ulong WeeklyTop8Pk = 0x01, WeeklyTop2PkGold = 0x2, WeeklyTop2PkBlue = 0x4, MonthlyTop8Pk = 0x8, MontlyTop2Pk = 0x10,
immunes source upgraded to 5290 Login Problems!
01/19/2011 - CO2 Private Server - 3 Replies
#region Definitions public static string Servername = "Exodus"; public static string IPAddress = "60.172.57.185.";//enter your hamachi or external ip here. 127.0.0.1 WILL CRASH CLIENT! public static string GKey = "05"; public static string PKey = "A320A85EDD79171C341459E94807D71D39BB3B3F3B51 61CA84894F3AC3FC7FEC317A2DDEC83B66D30C29261C649264 3061AECFCF4A051816D7C359A6A7B7D8FB"; public static string CryptKey = "DR654dt34trg4UI6"; public static...
[Tiny-Release] Buying Attribute Points! 5165 Source...
01/21/2010 - CO2 PServer Guides & Releases - 18 Replies
#REMOVED! I MADE AN ALL-IN-ONE THREAD ABOUT IT! #Request Close
[Help]Change Sub attribute and ini attribute to Main attribute
11/28/2009 - EO PServer Hosting - 0 Replies
I need some help to chage compose Sub attribute and ini attribute to main attribute.. can someone help me?? http://img137.imageshack.us/img137/3025/51830781. jpg



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


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.