Register for your free account! | Forgot your password?

You last visited: Today at 21:50

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

Advertisement



[Help] Gaining Exp

Discussion on [Help] Gaining Exp within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2007
Posts: 4
Received Thanks: 3
[Help] Gaining Exp

Whenever I use an exp ball or something, it gives me like 200% exp but it doesn't level me until I attack a monster.

Anyone know how to fix?
kalo93 is offline  
Old 07/12/2009, 22:43   #2
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Well, could you post your ExpBall code here?
Just search for the item ID in your source and copy+paste here.
~*NewDuuDe*~ is offline  
Old 07/12/2009, 23:28   #3
 
danielachraf's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 958
Received Thanks: 494
You can use this code . It isn't the right calculation but works good

Code:
else if (ItemParts[0] == "723700")//ExpBall
            {
                AddExp((ulong)(2895000 + Level * General.ExpBall), false);

                RemoveItem(ItemUID);
            }
danielachraf is offline  
Old 07/12/2009, 23:33   #4
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
Try this one:
Code:
else if (ItemParts[0] == "723700")
            {
                if (Level < 100)
                    AddExp((ulong)(1295000 + Level * 50000), false);
                else if (Level < 110)
                    AddExp((ulong)(1395000 + Level * 80000), false);
                else if (Level < 115)
                    AddExp((ulong)(1595000 + Level * 100000), false);
                else if (Level < 120)
                    AddExp((ulong)(1895000 + Level * 120000), false);
                else if (Level < 125)
                    AddExp((ulong)(2095000 + Level * 150000), false);
                else if (Level < 130)
                    AddExp((ulong)(2395000 + Level * 180000), false);
                else if (Level < 135)
                    AddExp((ulong)(2895000 + Level * 200000), false);

                RemoveItem(ItemUID);
            }
raidenx123 is offline  
Reply


Similar Threads Similar Threads
AP Gaining
07/28/2010 - Aion - 0 Replies
I have a question. I play on a private server and I wanted to farm AP together with my lil brothe he is asmo and I'm elyos. Both around same lvl. We can play aion at the same time. But when we kill each other we don't get AP. We use different computers but same router. Any way we can remove this block or something?
Easy exp and pen gaining
01/17/2009 - S4 League - 3 Replies
deutscher text weiter unten / german text beneath Hi! Today I found out that if you create a game and only a friend of you joins so you can kill each other and/or make td-points you still get exp and pen at the end of the game. You could for example create a td-game and kill each other 100 times (the game should be passworded so nobody disturbes) and also complete missions fast. ----------- Hi! Hab heute herausgefunden das wenn man einen raum aufmacht und lediglich ein freund joint...
Keep Gaining LT after 2nd Leaves
06/06/2007 - CO2 Guides & Templates - 1 Replies
If you want to max out your LT and don't have a friend to provide it to you, a good way to max out your LT is by having another char stack ontop of you. Once the 2nd RB leaves, the person who is ontop will start using their LT and their timer will go down, you on the other hand will continue to gain LT. It's worked for me everytime i've tried it.
Pk without gaining points
08/02/2006 - CO2 Exploits, Hacks & Tools - 32 Replies
Sorry if this was posted before, but I searched and nothing came up. To pk without gaining pk points past 10, just use the "bounty hunter" npc in tc. Add a name to his list, and you can kill the person as much as you want without getting more than 10 pk points.



All times are GMT +2. The time now is 21:50.


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.