Register for your free account! | Forgot your password?

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

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

Advertisement



[Help/Request] CoEmu 2 FB exp level

Discussion on [Help/Request] CoEmu 2 FB exp level within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2007
Posts: 69
Received Thanks: 2
[Help/Request] CoEmu 2 FB exp level

anyone can start with on how to level the exp of FB...

it'll be a reference to some of the skills exp coding...

thanks
editor05 is offline  
Old 06/17/2009, 15:41   #2
 
elite*gold: 0
Join Date: Jun 2007
Posts: 69
Received Thanks: 2
up
editor05 is offline  
Old 06/17/2009, 16:08   #3
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
I believe the experience awarded for skills like fast blade and scent sword are primarily based on the damage you do to the target.
nTL3fTy is offline  
Old 06/17/2009, 17:07   #4
 
elite*gold: 0
Join Date: Dec 2007
Posts: 226
Received Thanks: 55
Quote:
Originally Posted by nTL3fTy View Post
I believe the experience awarded for skills like fast blade and scent sword are primarily based on the damage you do to the target.
true,
Code:
Calculation.SkillExp(Skill.ID, CSocket, Damage);
but just in case. in the source i have it didn't have skill lvl 0
Code:
int Distance = 0;
                        if (Skill.Level == 0)
                            Distance = 3;
                        if (Skill.Level == 1)
                            Distance = 5;
                        if (Skill.Level == 2)
                            Distance = 6;
                        if (Skill.Level == 3)
                            Distance = 7;
                        if (Skill.Level == 4)
                            Distance = 8;
have fun
yuko is offline  
Reply


Similar Threads Similar Threads
[Release] VIP Level (CoEmu v2)
10/09/2010 - CO2 PServer Guides & Releases - 16 Replies
hi hi!! i was doing it... very easy but let's release it : D first add this at Character.cs: public byte VipLevel = 0; then go into Sctrucs, and open StatusType.cs and add this: VIPLevel = 39,
Item Level CoEmu
08/20/2009 - CO2 Private Server - 0 Replies
My MagicArtisan level's gear higher then you are... what is it i have to change... something is this region.. correct? if (CSocket.Client.Level <= Calculation.NextEquipLevel(itm.ItemID)) { itm.ItemID = Calculation.NextEquipLevel(itm.ItemID); } else ...
[request]CoEmu..Help
07/12/2009 - CO2 Private Server - 9 Replies
can someone give me the Definitions for these Calculation.GetItem Calculation.DeleteItem and help me with blacktolip. here is what i got on it case 723584://BlackTulip
[request]CoEmu help
07/10/2009 - CO2 Private Server - 6 Replies
OK i dont no how to us what you got so it will tarn my armor black.. but it will not stay black if i drop it on the ground it will go back normail color or if i relogin it will go back to its normail color here is the code i am using a lil bit of random stuff in in it from my trying to get it to work :( plz help me
[RELEASE] Increasing MAX level(CoEmu)
06/19/2009 - CO2 PServer Guides & Releases - 3 Replies
Well i had just figured this out and i thought it would be a good thing to show people who don't know how... First Go in your database(Appserv, navicat, w/e) Open up conqueremu database. open the table "levelexp"



All times are GMT +2. The time now is 03:27.


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.