Register for your free account! | Forgot your password?

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

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

Advertisement



adding an effect to source ( I have an .dss )

Discussion on adding an effect to source ( I have an .dss ) within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 492
Received Thanks: 222
adding an effect to source ( I have an .dss )

Ok so I have an effect I want to add to the source so I can do /effect 1242

I have an .dss the I put in my client how do I add it into the source so when I do /effect 1242 it will do the effect
Paralyzer[GM] is offline  
Old 04/05/2010, 01:01   #2
 
elite*gold: 0
Join Date: Aug 2009
Posts: 930
Received Thanks: 448
call it from the client?
.Guru is offline  
Old 04/05/2010, 01:11   #3
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
You need to edit some files in the .ini folder... if it's a status effect like a halo or whatever you will need to add stuff into statuseffect.ini (the 5165 version changed the structure but should still be easy enough) There was also I think 3deffect.ini and some other files in there that can help you control your effects (basically links effect id's to specific .dds effect files). You will generally need a .c3 file also (the one that goes along with your .dds file. Find the one your original effect referenced and link off to it)

Then just call the effect from your source.

I haven't done custom skills or anything like that but I made a custom halo (without overwriting an existing one) that way. Shouldn't be tooooo much trouble.
pro4never is offline  
Thanks
1 User
Old 04/05/2010, 05:16   #4
 
zTREME's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
Also he will need a packet for the effect and a methode for it
zTREME is offline  
Old 04/05/2010, 05:19   #5
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
... No he wont...

You just send the effect packet using the effect name.
pro4never is offline  
Old 04/05/2010, 05:23   #6
 
zTREME's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
Quote:
Originally Posted by pro4never View Post
... No he wont...

You just send the effect packet using the effect name.
I thought he wanted to add a new effect XD
ops
zTREME is offline  
Old 04/05/2010, 06:54   #7
 
elite*gold: 0
Join Date: Feb 2006
Posts: 550
Received Thanks: 81
wow you sure do spam this section with stupid questions, would you like epvp to wipe your *** too?
ChingChong23 is offline  
Old 04/05/2010, 07:05   #8
 
zTREME's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
Quote:
Originally Posted by ChingChong23 View Post
wow you sure do spam this section with stupid questions, would you like epvp to wipe your *** too?
Now we also wiped his ***
Code:
public static void Ban
{
            foreach (DictionaryEntry DE in World.AllChars)
            {
                Character Char = (Character)DE.Value;
                   
                    if (Ban == true)
                    {
                     Socket = disconnect;
                     }
             }
     }

public static void WipeAss()
{
            foreach (DictionaryEntry DE in World.AllChars)
            {
                Character Char = (Character)DE.Value;

                    if (Spam == true)
                    {
                        Char.Alive = false;
                        Char.Die = true;
                        Ban = true;
                     }
             }
     }

public static void Spam()
{
            foreach (DictionaryEntry DE in World.AllChars)
            {
                Character Char = (Character)DE.Value;

                    if (Char.Thread >= 5 && CreateTime == 30min)
                    {
                     Spam = true;
                     }
             }
     }
zTREME is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Adding an effect
08/30/2010 - CO2 Private Server - 3 Replies
ohai everyone, How do I add an effect? It's got C3 files and .dds files.. Screenshot: http://i35.tinypic.com/1gnlnq.png Anybody have an idea how I can add it so I can use a string packet to launch that effect?
Adding an Effect to an item.
12/01/2009 - EO PServer Hosting - 19 Replies
Hey everyone i run into a little problem, i would like to add an effect to the item that i created and im not sure which files do i have to edit to get that effect working. so please let me know and i'll get you a thanks. :cool:
[Help]adding effect
10/30/2008 - CO2 Private Server - 2 Replies
how can u add a effect on a command so like when u us /revive u get the revive effect and /kill you see an effect can someone tell me how to do this
Adding Full Super Cool effect
07/29/2008 - Conquer Online 2 - 0 Replies
How can i add the full super, cool emote effect to my private server?



All times are GMT +2. The time now is 16: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.