Register for your free account! | Forgot your password?

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

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

Advertisement



[Release]All effect ID's

Discussion on [Release]All effect ID's within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
[Release]All effect ID's

Ermm, well since there's been a lot of threads with a FEW effect ID's, I figured I'd post them ALL, I am aware that some of these ARE INVALID, and will cancel any other effects until you relog, who cares.. >_>

I just read each line in 3DEffect.ini and only wrote the ones that are the effect names, so each line is [name], just type it in without the brackets...


If you want the code for it(In managed C++) here it is.. don't see why you would...

Code:
#include "stdafx.h"

using namespace System;
using namespace System::IO;

int main(array<System::String ^> ^args)
{
	array<System::String ^> ^Tsdext = File::ReadAllLines("C:\\Program Files\\HybridCO\\ini\\3deffect.ini");
	for(int i = 0; i < Tsdext->Length; i++)
	{
		if(Tsdext[i]->StartsWith("["))
		{
			StreamWriter ^sw = gcnew StreamWriter("C:\\Program Files\\HybridCO\\ini\\Effects.txt",true);
			sw->WriteLine(Tsdext[i]);
			sw->Close();
		}
	}
	return 0;
}

Oh, here's the text file with all of them...(Attached to post).

Not going to post a list, because it's actually pretty long x.x
Attached Files
File Type: txt Effects.txt (26.2 KB, 172 views)
tao4229 is offline  
Old 09/27/2008, 12:47   #2
 
elite*gold: 0
Join Date: Feb 2008
Posts: 668
Received Thanks: 160
???
YukiXian is offline  
Old 09/27/2008, 14:59   #3
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Quote:
Originally Posted by YukiXian View Post
???
>_> It's the name of all of the effects you can use... The names TQ used.

It's useful if you want to implement a special effect or something x.x

You can play around with it if you have a /effect command..(Or PM commands enabled on your client using /addeffect)
tao4229 is offline  
Old 09/28/2008, 03:35   #4
 
Exia13's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 256
Received Thanks: 21
i guess this is just me being a noob coder, but i have no clue as to how i can apply this in my server. Sorry if this looks like a dumb post.
Exia13 is offline  
Old 09/28/2008, 04:19   #5
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
kernel32 GetPrivateProfileSectionNames.
nTL3fTy is offline  
Thanks
1 User
Old 09/28/2008, 11:34   #6


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
Quote:
i guess this is just me being a noob coder, but i have no clue as to how i can apply this in my server. Sorry if this looks like a dumb post.
Congratz, this isn`t the part of the server. This is the list of the effects that could be used in an other code for your server.

By the way, it is nice We can make it even better. Let`s start to test `em all, and write a description for them.
KraHen is offline  
Old 09/28/2008, 16:27   #7
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Quote:
Originally Posted by nTL3fTy View Post
kernel32 GetPrivateProfileSectionNames.
Wow, thanks. =o

Probably a little better than the code I did x.x
tao4229 is offline  
Reply


Similar Threads Similar Threads
[Release] Effect & Action IDs
05/12/2013 - CO2 PServer Guides & Releases - 14 Replies
Stand 100 Happy 150 Angry 160 Sad 170 Wave 190 Bow 200 Kneel 210 Cool 230 Sit 250
[REQUEST]Full list NPC ID's ITEMS ID's, MAP ID's for 5095 source
06/03/2009 - CO2 Private Server - 1 Replies
Any have a full list? TY in advanced.
[Release] Skill ID's
10/06/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 27 Replies
Sorry, this would ruin the game so i won't release anything else about the skill hack
Possible Release For Blade Effect
07/14/2008 - CO2 Weapon, Armor, Effects & Interface edits - 4 Replies
ok, someone had posted this kind of edit before me, but he/she didn't care to release it. The video he/she showed the public inspired me to find a way to create one. Possibly, I'll be releasing my edits on the 20th of July (Philippine time). Currently I'm testing with swords, clubs, etc. For now, clubs show me bad results. Note: I need help about backswords ( i dun know the files to edit for bs ). So anybody who knows the files for the bs, kindly tell me.<--never mind, i already found it. ...
NPC Model ID's (Meshes) [RELEASE]
05/21/2008 - Conquer Online 2 - 12 Replies
Here they are. This is for those who know how to use them or what to use them for. Complete list.



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


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.