Register for your free account! | Forgot your password?

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

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

Advertisement



Questions about Effects

Discussion on Questions about Effects within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Galactic's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 84
Received Thanks: 46
Questions about Effects

Hello guys,

Just a simple Question:
Could someone tell me the EffectName of the -dmg Buddah?
Could someone tell me all effects. Like in a .txt?
And I cannot find the .dat to txt converter(I used the search). Can anyone that knows where to download give me the link?


Thanks.
Galactic is offline  
Old 02/25/2011, 21:18   #2
 
elite*gold: 0
Join Date: Jan 2011
Posts: 470
Received Thanks: 97
=| Hm... I need to research that still.
You could do it the hard way... test each effect name.
Or if you know the texture, you can back trace it... =\

Here's a decryptor that I didn't make:

As far as making a text file... I could do that for u I guess.
Attached Files
File Type: txt Effects.txt (28.4 KB, 8 views)
Spirited42 is offline  
Thanks
1 User
Old 02/26/2011, 00:11   #3


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,147
aegis1, aegis2... or something like this.
CptSky is offline  
Thanks
1 User
Old 02/26/2011, 00:15   #4
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
Code:
            #region Check for bless 7
            if (bless7 > bless5 && bless7 > bless3 && bless7 > bless1)
            {
                if (Calculate.ChanceSuccess(3))
                { Actions.Action(GC.Char, ConquerPacket.String(GC.Char.EntityID, 10, "Aegis4").Get); }
            }
            #endregion
            #region Check for bless 5
            else if (bless5 > bless7 && bless5 > bless3 && bless5 > bless1)
            {
                if (Calculate.ChanceSuccess(3)) 
                { Actions.Action(GC.Char, ConquerPacket.String(GC.Char.EntityID, 10, "Aegis3").Get); }
                goto end;
            }
            #endregion
            #region Check for bless 3
            else if (bless3 > bless7 && bless3 > bless5 && bless3 > bless1)
            {
                if (Calculate.ChanceSuccess(3)) 
                { Actions.Action(GC.Char, ConquerPacket.String(GC.Char.EntityID, 10, "Aegis2").Get); }
                goto end;
            }
            #endregion
            #region Check for bless 1
            else if (bless1 > bless7 && bless1 > bless5 && bless1 > bless3)
            {
                if (Calculate.ChanceSuccess(3)) 
                { Actions.Action(GC.Char, ConquerPacket.String(GC.Char.EntityID, 10, "Aegis1").Get); }
                goto end;
            }
            #endregion
hope that helps ^^
12tails is offline  
Thanks
1 User
Reply




All times are GMT +2. The time now is 14:09.


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.